Home
last modified time | relevance | path

Searched refs:cuda_error (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-nvptx.c165 cuda_error (__r)); \
180 cuda_error (__r)); \
191 cuda_error (CUresult r) in cuda_error() function
391 GOMP_PLUGIN_error ("cuCtxGetDevice error: %s", cuda_error (r)); in nvptx_attach_host_thread_to_device()
439 GOMP_PLUGIN_error ("cuCtxGetDevice error: %s", cuda_error (r)); in nvptx_open_device()
500 GOMP_PLUGIN_error ("cuDeviceGetAttribute error: %s", cuda_error (r)); in nvptx_open_device()
594 cuda_error (r)); in nvptx_get_num_devices()
713 cuda_error (r)); in link_ptx()
727 GOMP_PLUGIN_error ("cuLinkComplete error: %s", cuda_error (r)); in link_ptx()
1036 GOMP_PLUGIN_fatal ("cuMemFree error: %s", cuda_error (r)); in nvptx_stacks_free()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-nvptx.c151 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()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A DChangeLog7319 * plugin/plugin-nvptx.c (cuda_error): Handle if cuGetErrorString is not
7331 * plugin/plugin-nvptx.c (cuda_error): Move declaration of cuGetErrorString ...
9087 (cuda_error, fini_streams_for_device, select_stream_for_async,
11360 (cuda_error): Reimplement.
11599 (cuda_error): ... here. Make smaller.