Searched refs:cuda (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-cuda.c40 if (thr && thr->dev && thr->dev->openacc.cuda.get_current_device_func)
46 ret = thr->dev->openacc.cuda.get_current_device_func ();
64 if (thr && thr->dev && thr->dev->openacc.cuda.get_current_context_func)
70 ret = thr->dev->openacc.cuda.get_current_context_func ();
91 if (thr && thr->dev && thr->dev->openacc.cuda.get_stream_func)
106 ret = thr->dev->openacc.cuda.get_stream_func (aq);
131 if (thr && thr->dev && thr->dev->openacc.cuda.set_stream_func)
154 ret = thr->dev->openacc.cuda.set_stream_func (aq, stream);
H A DMakefile.am67 oacc-mem.c oacc-async.c oacc-plugin.c oacc-cuda.c priority_queue.c \
H A Doacc-host.c309 .cuda = {
H A Dtarget.c3093 unsigned cuda = 0; local
3094 cuda += DLSYM_OPT (openacc.cuda.get_current_device,
3096 cuda += DLSYM_OPT (openacc.cuda.get_current_context,
3098 cuda += DLSYM_OPT (openacc.cuda.get_stream, openacc_cuda_get_stream);
3099 cuda += DLSYM_OPT (openacc.cuda.set_stream, openacc_cuda_set_stream);
3100 if (cuda
[all...]
H A Dlibgomp.h1078 } cuda; member in struct:acc_dispatch_t
H A DMakefile.in233 oacc-plugin.lo oacc-cuda.lo priority_queue.lo affinity-fmt.lo \
574 oacc-async.c oacc-plugin.c oacc-cuda.c priority_queue.c \
788 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-cuda.Plo@am__quote@
H A Dconfigure1515 --with-cuda-driver=PATH specify prefix directory for installed CUDA driver
1517 --with-cuda-driver-include=PATH/include plus
1518 --with-cuda-driver-lib=PATH/lib
1519 --with-cuda-driver-include=PATH
1522 --with-cuda-driver-lib=PATH
15162 # Check whether --with-cuda-driver was given.
15168 # Check whether --with-cuda-driver-include was given.
15174 # Check whether --with-cuda-driver-lib was given.
15322 #include "cuda.h"
15347 PLUGIN_NVPTX_CPPFLAGS='-I$(srcdir)/plugin/cuda'
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Doacc-cuda.c40 if (thr && thr->dev && thr->dev->openacc.cuda.get_current_device_func)
46 ret = thr->dev->openacc.cuda.get_current_device_func ();
64 if (thr && thr->dev && thr->dev->openacc.cuda.get_current_context_func)
70 ret = thr->dev->openacc.cuda.get_current_context_func ();
91 if (thr && thr->dev && thr->dev->openacc.cuda.get_stream_func)
106 ret = thr->dev->openacc.cuda.get_stream_func (aq);
131 if (thr && thr->dev && thr->dev->openacc.cuda.set_stream_func)
154 ret = thr->dev->openacc.cuda.set_stream_func (aq, stream);
H A DMakefile.am67 oacc-init.c oacc-mem.c oacc-async.c oacc-plugin.c oacc-cuda.c \
H A Doacc-host.c309 .cuda = {
H A Dtarget.c3787 unsigned cuda = 0; local
3788 cuda += DLSYM_OPT (openacc.cuda.get_current_device,
3790 cuda += DLSYM_OPT (openacc.cuda.get_current_context,
3792 cuda += DLSYM_OPT (openacc.cuda.get_stream, openacc_cuda_get_stream);
3793 cuda += DLSYM_OPT (openacc.cuda.set_stream, openacc_cuda_set_stream);
3794 if (cuda
[all...]
H A Dlibgomp.h1196 } cuda; member in struct:acc_dispatch_t
H A DMakefile.in221 oacc-async.lo oacc-plugin.lo oacc-cuda.lo priority_queue.lo \
560 oacc-async.c oacc-plugin.c oacc-cuda.c priority_queue.c \
759 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oacc-cuda.Plo@am__quote@
H A Dconfigure1514 --with-cuda-driver=PATH specify prefix directory for installed CUDA driver
1516 --with-cuda-driver-include=PATH/include plus
1517 --with-cuda-driver-lib=PATH/lib
1518 --with-cuda-driver-include=PATH
1521 --with-cuda-driver-lib=PATH
15189 # Check whether --with-cuda-driver was given.
15195 # Check whether --with-cuda-driver-include was given.
15201 # Check whether --with-cuda-driver-lib was given.
15340 #include "cuda.h"
/netbsd-current/external/gpl3/gcc.old/lib/libgomp/
H A Ddefs.mk5 G_libgomp_la_SOURCES=alloc.c atomic.c barrier.c critical.c env.c error.c icv.c icv-device.c iter.c iter_ull.c loop.c loop_ull.c ordered.c parallel.c sections.c single.c task.c team.c work.c lock.c mutex.c proc.c sem.c bar.c ptrlock.c time.c fortran.c affinity.c target.c splay-tree.c libgomp-plugin.c oacc-parallel.c oacc-host.c oacc-init.c oacc-mem.c oacc-async.c oacc-plugin.c oacc-cuda.c priority_queue.c affinity-fmt.c teams.c oacc-profiling.c oacc-target.c
/netbsd-current/external/gpl3/gcc/lib/libgomp/
H A Ddefs.mk5 G_libgomp_la_SOURCES=alloc.c atomic.c barrier.c critical.c env.c error.c icv.c icv-device.c iter.c iter_ull.c loop.c loop_ull.c ordered.c parallel.c scope.c sections.c single.c task.c team.c work.c lock.c mutex.c proc.c sem.c bar.c ptrlock.c time.c fortran.c affinity.c target.c splay-tree.c libgomp-plugin.c oacc-parallel.c oacc-host.c oacc-init.c oacc-mem.c oacc-async.c oacc-plugin.c oacc-cuda.c priority_queue.c affinity-fmt.c teams.c allocator.c oacc-profiling.c oacc-target.c
/netbsd-current/external/apache2/llvm/dist/llvm/utils/docker/
H A Dbuild_docker_image.sh26 -s|--source image source dir (i.e. debian8, nvidia-cuda, etc)
/netbsd-current/share/man/man4/
H A DMakefile21 com.4 coram.4 crypto.4 cs80bus.4 cuda.4 cypide.4 cxdtv.4 \
/netbsd-current/sys/arch/macppc/dev/
H A Dcuda.c1 /* $NetBSD: cuda.c,v 1.30 2023/09/06 08:14:42 macallan Exp $ */
30 __KERNEL_RCSID(0, "$NetBSD: cuda.c,v 1.30 2023/09/06 08:14:42 macallan Exp $");
107 CFATTACH_DECL_NEW(cuda, sizeof(struct cuda_softc),
162 if (strcmp(ca->ca_name, "via-cuda") == 0) {
389 DPRINTF("cuda state is %d\n", sc->sc_state);
735 DPRINTF("cuda error %02x %02x %02x %02x\n", data[0], data[1], data[2], data[3]);
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-nvptx.c29 /* Nvidia PTX-specific parts of OpenACC support. The cuda driver
43 #include <cuda.h>
83 #include "cuda-lib.def"
112 #include "cuda-lib.def"
125 #include "cuda-lib.def"
179 const char *fallback = "unknown cuda error";
/netbsd-current/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-nvptx.c29 /* Nvidia PTX-specific parts of OpenACC support. The cuda driver
45 # include "cuda/cuda.h"
47 # include <cuda.h>
97 #include "cuda-lib.def"
126 #include "cuda-lib.def"
139 #include "cuda-lib.def"
193 const char *fallback = "unknown cuda error";

Completed in 451 milliseconds