Lines Matching refs:cuda_error

151 			   cuda_error (__r));	\
166 cuda_error (__r)); \
177 cuda_error (CUresult r) in cuda_error() function
369 GOMP_PLUGIN_error ("cuCtxGetDevice error: %s", cuda_error (r)); in nvptx_attach_host_thread_to_device()
417 GOMP_PLUGIN_error ("cuCtxGetDevice error: %s", cuda_error (r)); in nvptx_open_device()
478 GOMP_PLUGIN_error ("cuDeviceGetAttribute error: %s", cuda_error (r)); in nvptx_open_device()
563 cuda_error (r)); in nvptx_get_num_devices()
682 cuda_error (r)); in link_ptx()
695 GOMP_PLUGIN_error ("cuLinkComplete error: %s", cuda_error (r)); in link_ptx()
1056 GOMP_PLUGIN_error ("cuMemGetAddressRange error: %s", cuda_error (r)); in nvptx_free()
1195 GOMP_PLUGIN_fatal ("cuModuleGetGlobal error: %s", cuda_error (r)); in nvptx_set_clocktick()
1200 GOMP_PLUGIN_fatal ("cuMemcpyHtoD error: %s", cuda_error (r)); in nvptx_set_clocktick()
1432 GOMP_PLUGIN_fatal ("cuStreamSynchronize error: %s %s\n", cuda_error (r), in GOMP_OFFLOAD_openacc_exec()
1435 GOMP_PLUGIN_fatal ("cuStreamSynchronize error: %s", cuda_error (r)); in GOMP_OFFLOAD_openacc_exec()
1622 GOMP_PLUGIN_error ("cuStreamQuery error: %s", cuda_error (r)); in GOMP_OFFLOAD_openacc_async_test()
1648 GOMP_PLUGIN_fatal ("%s error: %s", __FUNCTION__, cuda_error (res)); in cuda_callback_wrapper()
1867 GOMP_PLUGIN_fatal ("cuMemAlloc error: %s", cuda_error (r)); in nvptx_stacks_alloc()
1878 GOMP_PLUGIN_fatal ("cuMemFree error: %s", cuda_error (r)); in nvptx_stacks_free()
1922 GOMP_PLUGIN_fatal ("cuLaunchKernel error: %s", cuda_error (r)); in GOMP_OFFLOAD_run()
1926 GOMP_PLUGIN_fatal ("cuCtxSynchronize error: %s %s\n", cuda_error (r), in GOMP_OFFLOAD_run()
1929 GOMP_PLUGIN_fatal ("cuCtxSynchronize error: %s", cuda_error (r)); in GOMP_OFFLOAD_run()