Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-nvptx.c215 struct nvptx_thread struct
315 static inline struct nvptx_thread *
316 nvptx_thread (void) in nvptx_thread() function
318 return (struct nvptx_thread *) GOMP_PLUGIN_acc_thread (); in nvptx_thread()
713 struct nvptx_thread *nvthd = nvptx_thread (); in nvptx_exec()
1078 struct nvptx_thread *nvthd = nvptx_thread (); in nvptx_get_current_cuda_device()
1089 struct nvptx_thread *nvthd = nvptx_thread (); in nvptx_get_current_cuda_context()
1510 struct nvptx_thread *nvthd = in GOMP_OFFLOAD_openacc_async_exec()
1511 (struct nvptx_thread *) GOMP_PLUGIN_acc_thread (); in GOMP_OFFLOAD_openacc_async_exec()
1534 struct nvptx_thread *nvthd in GOMP_OFFLOAD_openacc_create_thread_data()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-nvptx.c229 struct nvptx_thread struct
337 static inline struct nvptx_thread *
338 nvptx_thread (void) in nvptx_thread() function
340 return (struct nvptx_thread *) GOMP_PLUGIN_acc_thread (); in nvptx_thread()
745 struct nvptx_thread *nvthd = nvptx_thread (); in nvptx_exec()
1138 struct nvptx_thread *nvthd = nvptx_thread (); in nvptx_get_current_cuda_device()
1149 struct nvptx_thread *nvthd = nvptx_thread (); in nvptx_get_current_cuda_context()
1599 struct nvptx_thread *nvthd = in GOMP_OFFLOAD_openacc_async_exec()
1600 (struct nvptx_thread *) GOMP_PLUGIN_acc_thread (); in GOMP_OFFLOAD_openacc_async_exec()
1623 struct nvptx_thread *nvthd in GOMP_OFFLOAD_openacc_create_thread_data()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A DChangeLog6288 (struct nvptx_thread): Remove current_stream field.