2015-06-24 20:58:35 -07:00
|
|
|
# Copyright (c) 2015 NVIDIA, Inc. All rights reserved.
|
|
|
|
|
|
|
|
$COPYRIGHT$
|
|
|
|
|
2015-07-10 13:50:06 -04:00
|
|
|
Rolf vandeVaart
|
2015-06-24 20:58:35 -07:00
|
|
|
|
|
|
|
|
2015-07-10 13:50:06 -04:00
|
|
|
This extension provides a macro for compile time check of CUDA aware support.
|
|
|
|
It also provides a function for runtime check of CUDA aware support.
|
2015-06-24 20:58:35 -07:00
|
|
|
|
2015-07-10 13:50:06 -04:00
|
|
|
See MPIX_Query_cuda_support(3) for more details.
|