]> git.ipfire.org Git - thirdparty/gcc.git/blob - libgomp/plugin/cuda-lib.def
[OpenACC] Refactor 'goacc_enter_data' so that it can be called from 'goacc_insert_poi...
[thirdparty/gcc.git] / libgomp / plugin / cuda-lib.def
1 CUDA_ONE_CALL (cuCtxCreate)
2 CUDA_ONE_CALL (cuCtxDestroy)
3 CUDA_ONE_CALL (cuCtxGetCurrent)
4 CUDA_ONE_CALL (cuCtxGetDevice)
5 CUDA_ONE_CALL (cuCtxPopCurrent)
6 CUDA_ONE_CALL (cuCtxPushCurrent)
7 CUDA_ONE_CALL (cuCtxSynchronize)
8 CUDA_ONE_CALL (cuDeviceGet)
9 CUDA_ONE_CALL (cuDeviceGetAttribute)
10 CUDA_ONE_CALL (cuDeviceGetCount)
11 CUDA_ONE_CALL (cuEventCreate)
12 CUDA_ONE_CALL (cuEventDestroy)
13 CUDA_ONE_CALL (cuEventElapsedTime)
14 CUDA_ONE_CALL (cuEventQuery)
15 CUDA_ONE_CALL (cuEventRecord)
16 CUDA_ONE_CALL (cuEventSynchronize)
17 CUDA_ONE_CALL (cuFuncGetAttribute)
18 CUDA_ONE_CALL_MAYBE_NULL (cuGetErrorString)
19 CUDA_ONE_CALL (cuInit)
20 CUDA_ONE_CALL (cuLaunchKernel)
21 CUDA_ONE_CALL (cuLinkAddData)
22 CUDA_ONE_CALL_MAYBE_NULL (cuLinkAddData_v2)
23 CUDA_ONE_CALL (cuLinkComplete)
24 CUDA_ONE_CALL (cuLinkCreate)
25 CUDA_ONE_CALL_MAYBE_NULL (cuLinkCreate_v2)
26 CUDA_ONE_CALL (cuLinkDestroy)
27 CUDA_ONE_CALL (cuMemAlloc)
28 CUDA_ONE_CALL (cuMemAllocHost)
29 CUDA_ONE_CALL (cuMemcpy)
30 CUDA_ONE_CALL (cuMemcpyDtoDAsync)
31 CUDA_ONE_CALL (cuMemcpyDtoH)
32 CUDA_ONE_CALL (cuMemcpyDtoHAsync)
33 CUDA_ONE_CALL (cuMemcpyHtoD)
34 CUDA_ONE_CALL (cuMemcpyHtoDAsync)
35 CUDA_ONE_CALL (cuMemFree)
36 CUDA_ONE_CALL (cuMemFreeHost)
37 CUDA_ONE_CALL (cuMemGetAddressRange)
38 CUDA_ONE_CALL (cuMemHostGetDevicePointer)
39 CUDA_ONE_CALL (cuModuleGetFunction)
40 CUDA_ONE_CALL (cuModuleGetGlobal)
41 CUDA_ONE_CALL (cuModuleLoad)
42 CUDA_ONE_CALL (cuModuleLoadData)
43 CUDA_ONE_CALL (cuModuleUnload)
44 CUDA_ONE_CALL_MAYBE_NULL (cuOccupancyMaxPotentialBlockSize)
45 CUDA_ONE_CALL (cuStreamAddCallback)
46 CUDA_ONE_CALL (cuStreamCreate)
47 CUDA_ONE_CALL (cuStreamDestroy)
48 CUDA_ONE_CALL (cuStreamQuery)
49 CUDA_ONE_CALL (cuStreamSynchronize)
50 CUDA_ONE_CALL (cuStreamWaitEvent)