Searched refs:CUDA_CALL_EXISTS (Results 1 – 3 of 3) sorted by relevance
173 #define CUDA_CALL_EXISTS(FN) \ macro182 if (!CUDA_CALL_EXISTS (cuGetErrorString)) in cuda_error()660 if (CUDA_CALL_EXISTS (cuLinkCreate_v2)) in link_ptx()670 if (CUDA_CALL_EXISTS (cuLinkAddData_v2)) in link_ptx()793 if (!CUDA_CALL_EXISTS (cuOccupancyMaxPotentialBlockSize)) in nvptx_exec()
187 #define CUDA_CALL_EXISTS(FN) \ macro196 if (!CUDA_CALL_EXISTS (cuGetErrorString)) in cuda_error()691 if (CUDA_CALL_EXISTS (cuLinkCreate_v2)) in link_ptx()701 if (CUDA_CALL_EXISTS (cuLinkAddData_v2)) in link_ptx()825 if (!CUDA_CALL_EXISTS (cuOccupancyMaxPotentialBlockSize)) in nvptx_exec()
7341 (CUDA_CALL_EXISTS): Define.