|
Simple GPU 1.0
Fortran GPU Computing Library with transparent CPU/GPU support
|
Handle for CUDA streams. More...
Public Attributes | |
| type(c_ptr) | c |
| C pointer to CUDA stream. | |
Handle for CUDA streams.
Enables asynchronous operations and concurrent kernel execution. Only applicable when using the NVIDIA GPU backend.
Definition at line 158 of file simple_gpu.F90.
| type(c_ptr) gpu::gpu_stream::c |
C pointer to CUDA stream.
Definition at line 159 of file simple_gpu.F90.