Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-nvptx.c354 nvptx_attach_host_thread_to_device (int n) in nvptx_attach_host_thread_to_device() function
1155 if (!nvptx_attach_host_thread_to_device (n) in GOMP_OFFLOAD_fini_device()
1228 if (!nvptx_attach_host_thread_to_device (ord) in GOMP_OFFLOAD_load_image()
1334 if (!nvptx_attach_host_thread_to_device (ord)) in GOMP_OFFLOAD_alloc()
1359 return (nvptx_attach_host_thread_to_device (ord) in GOMP_OFFLOAD_free()
1706 if (!nvptx_attach_host_thread_to_device (ord) in GOMP_OFFLOAD_host2dev()
1716 if (!nvptx_attach_host_thread_to_device (ord) in GOMP_OFFLOAD_dev2host()
1734 if (!nvptx_attach_host_thread_to_device (ord) in GOMP_OFFLOAD_openacc_async_host2dev()
1745 if (!nvptx_attach_host_thread_to_device (ord) in GOMP_OFFLOAD_openacc_async_dev2host()
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-nvptx.c376 nvptx_attach_host_thread_to_device (int n) in nvptx_attach_host_thread_to_device() function
1215 if (!nvptx_attach_host_thread_to_device (n) in GOMP_OFFLOAD_fini_device()
1288 if (!nvptx_attach_host_thread_to_device (ord) in GOMP_OFFLOAD_load_image()
1412 if (!nvptx_attach_host_thread_to_device (ord)) in GOMP_OFFLOAD_alloc()
1448 return (nvptx_attach_host_thread_to_device (ord) in GOMP_OFFLOAD_free()
1795 if (!nvptx_attach_host_thread_to_device (ord) in GOMP_OFFLOAD_host2dev()
1805 if (!nvptx_attach_host_thread_to_device (ord) in GOMP_OFFLOAD_dev2host()
1823 if (!nvptx_attach_host_thread_to_device (ord) in GOMP_OFFLOAD_openacc_async_host2dev()
1834 if (!nvptx_attach_host_thread_to_device (ord) in GOMP_OFFLOAD_openacc_async_dev2host()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A DChangeLog6308 (nvptx_attach_host_thread_to_device): Remove CUDA_ERROR_NOT_PERMITTED
9088 nvptx_attach_host_thread_to_device, nvptx_open_device, link_ptx,
9613 (nvptx_attach_host_thread_to_device): Change return type to bool,
9635 nvptx_attach_host_thread_to_device/link_ptx to handle errors,
12385 (nvptx_attach_host_thread_to_device): New.