Searched refs:Cuda (Results 1 – 25 of 38) sorted by relevance
12
/external/llvm-project/clang/test/Driver/ |
D | hip-inputs.hip | 22 // CHECK-NOT: error: Mixed Cuda and HIP compilation is not supported. 23 // MIX: error: Mixed Cuda and HIP compilation is not supported.
|
/external/llvm-project/polly/tools/GPURuntime/ |
D | GPUJIT.c | 923 CUcontext Cuda; member 927 CUfunction Cuda; member 933 CUdeviceptr Cuda; member 1231 if (CuCtxCreateFcnPtr(&(((CUDAContext *)Context->Context)->Cuda), 0, in initContextCUDA() 1237 ((CUDAContext *)Context->Context)->Cuda = MaybeRuntimeAPIContext; in initContextCUDA() 1348 Res = CuModuleGetFunctionFcnPtr(&(((CUDAKernel *)Function->Kernel)->Cuda), in getKernelCUDA() 1384 CUdeviceptr CuDevData = ((CUDADevicePtr *)DevData->DevicePtr)->Cuda; in copyFromHostToDeviceCUDA() 1392 if (CuMemcpyDtoHFcnPtr(HostData, ((CUDADevicePtr *)DevData->DevicePtr)->Cuda, in copyFromDeviceToHostCUDA() 1412 CuLaunchKernelFcnPtr(((CUDAKernel *)Kernel->Kernel)->Cuda, GridDimX, in launchKernelCUDA() 1504 CuMemFreeFcnPtr((CUdeviceptr)DevPtr->Cuda); in freeDeviceMemoryCUDA() [all …]
|
/external/llvm-project/clang/docs/ |
D | OpenMPSupport.rst | 20 PPC64[LE] and has `basic support for Cuda devices`_. 56 .. _basic support for Cuda devices: 58 Cuda devices support 78 Clang supports two data-sharing models for Cuda devices: `Generic` and `Cuda` 79 modes. The default mode is `Generic`. `Cuda` mode can give an additional 82 are stored in the global memory. In `Cuda` mode local variables are not shared 87 Features not supported or with limited support for Cuda devices
|
/external/tensorflow/tensorflow/core/kernels/ |
D | pooling_ops_3d_gpu.h | 17 #error This file must only be included when building with Cuda or ROCm support
|
D | pooling_ops_common_gpu.h | 17 #error This file must only be included when building with Cuda or ROCm support
|
D | cwise_ops_gpu_gradients.cu.h | 17 #error This file must only be included when building with Cuda or ROCm support
|
D | maxpooling_op_gpu.h | 17 #error This file must only be included when building with Cuda or ROCm support
|
D | cwise_ops_gpu_common.cu.h | 17 #error This file must only be included when building with Cuda or ROCm support
|
/external/llvm-project/clang/lib/Driver/ |
D | CMakeLists.txt | 46 ToolChains/Cuda.cpp
|
/external/clang/lib/Basic/ |
D | CMakeLists.txt | 69 Cuda.cpp
|
/external/llvm-project/clang/lib/Basic/ |
D | CMakeLists.txt | 46 Cuda.cpp
|
/external/llvm-project/llvm/utils/gn/secondary/clang/lib/Basic/ |
D | BUILD.gn | 51 "Cuda.cpp",
|
/external/llvm-project/llvm/utils/gn/secondary/clang/lib/Driver/ |
D | BUILD.gn | 63 "ToolChains/Cuda.cpp",
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_device.h | 17 #error This file must only be included when building with Cuda or ROCm support
|
/external/llvm-project/clang/include/clang/Basic/ |
D | LangOptions.def | 236 LANGOPT(OpenMPCUDATargetParallel, 1, 0, "Support parallel execution of target region on Cuda-based …
|
D | DiagnosticDriverKinds.td | 79 def err_drv_mix_cuda_hip : Error<"Mixed Cuda and HIP compilation is not supported.">;
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | config.proto | 89 // enabling this option forces all CPU tensors to be allocated with Cuda 95 // enabled by default for unknown or very large models, since all Cuda pinned
|
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_common.inl | 443 // Another Cuda compiler bug https://github.com/g-truc/glm/issues/530
|
/external/tensorflow/third_party/gpus/ |
D | cuda_configure.bzl | 407 _NVCC_VERSION_PREFIX = "Cuda compilation tools, release "
|
/external/tensorflow/tensorflow/core/ |
D | BUILD | 29 # built with Cuda
|
/external/libnetfilter_conntrack/m4/ |
D | libtool.m4 | 4301 nvcc*) # Cuda Compiler Driver 2.2 4840 nvcc*) # Cuda Compiler Driver 2.2
|
/external/libnfnetlink/m4/ |
D | libtool.m4 | 4287 nvcc*) # Cuda Compiler Driver 2.2 4826 nvcc*) # Cuda Compiler Driver 2.2
|
/external/lmfit/m4/ |
D | libtool.m4 | 4301 nvcc*) # Cuda Compiler Driver 2.2 4840 nvcc*) # Cuda Compiler Driver 2.2
|
/external/llvm-project/polly/lib/External/ppcg/m4/ |
D | libtool.m4 | 4295 nvcc*) # Cuda Compiler Driver 2.2 4834 nvcc*) # Cuda Compiler Driver 2.2
|
/external/libcap-ng/libcap-ng-0.7/m4/ |
D | libtool.m4 | 4294 nvcc*) # Cuda Compiler Driver 2.2 4827 nvcc*) # Cuda Compiler Driver 2.2
|
12