/llvm-project/clang/test/Parser/ |
H A D | cuda-force-host-device.cu | 22 __attribute__((device)) void device() { in device() function
|
/llvm-project/offload/test/api/ |
H A D | is_initial_device.c | 16 int device = 1; in main() local
|
H A D | ompx_sync.c | 7 void foo(int device) { in foo()
|
H A D | ompx_sync.cpp | 7 void foo(int device) { in foo()
|
H A D | omp_device_managed_memory.c | 11 const int device = omp_get_default_device(); in main() local
|
H A D | omp_host_pinned_memory.c | 12 const int device = omp_get_default_device(); in main() local
|
H A D | ompx_3d.c | 7 void foo(int device) { in foo()
|
H A D | ompx_3d.cpp | 7 void foo(int device) { in foo()
|
/llvm-project/clang/test/PCH/ |
H A D | pragma-cuda-force-host-device.cu | 21 __attribute__((device)) void device() { in device() function
|
/llvm-project/clang/test/OpenMP/ |
H A D | target_offload_mandatory_codegen.cpp | 21 void host_dev(int device) { in host_dev() argument
|
H A D | declare_target_messages.cpp | 223 void device() {host1();} // dev5-error {{function with 'device_type(host)' is not available on device}} device() function [all...] |
/llvm-project/clang/test/SemaCUDA/ |
H A D | exceptions.cu | 10 __device__ void device() { in device() function
|
H A D | vla.cu | 14 __device__ void device(int n) { in device() function
|
H A D | openmp-target.cu | 23 void device() {host1();} in device() function
|
/llvm-project/offload/DeviceRTL/include/ |
H A D | Synchronization.h | 31 device, // All threads on the device global() enumerator [all...] |
/llvm-project/libc/utils/gpu/server/ |
H A D | rpc_server.cpp | 424 Device *device = new Device(lane_size, num_ports, buffer); rpc_server_init() local 437 Device *device = reinterpret_cast<Device *>(rpc_device.handle); rpc_server_shutdown() local 448 Device *device = reinterpret_cast<Device *>(rpc_device.handle); rpc_handle_server() local 463 Device *device = reinterpret_cast<Device *>(rpc_device.handle); rpc_register_callback() local 473 Device *device = reinterpret_cast<Device *>(rpc_device.handle); rpc_get_client_buffer() local
|
/llvm-project/offload/test/unified_shared_memory/ |
H A D | api.c | 28 const int device = omp_get_default_device(); in main() local
|
/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
H A D | PlatformAppleSimulator.cpp | 64 CoreSimulatorSupport::Device device(GetSimulatorDevice()); in LaunchProcess() local 108 CoreSimulatorSupport::Device device = devices.GetDeviceAtIndex(i); in GetStatus() local 151 __anon13f312960102(const CoreSimulatorSupport::Device &device) ConnectRemote() argument [all...] |
/llvm-project/libc/utils/gpu/loader/ |
H A D | Loader.h | 114 register_rpc_callbacks(rpc_device_t device) register_rpc_callbacks() argument
|
/llvm-project/offload/test/ompt/ |
H A D | callbacks.h | 15 ompt_device_t *device, in on_ompt_callback_device_initialize()
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_alloc.cpp | 1583 kmp_int32 device = in __kmp_alloc() local 1599 kmp_int32 device = in __kmp_alloc() local 1837 kmp_int32 device = in ___kmpc_free() local 1862 kmp_int32 device = in ___kmpc_free() local
|
/llvm-project/libc/utils/gpu/loader/amdgpu/ |
H A D | Loader.cpp |
|
/llvm-project/mlir/lib/ExecutionEngine/ |
H A D | RocmRuntimeWrappers.cpp | 200 mgpuSetDefaultDevice(int32_t device) mgpuSetDefaultDevice() argument
|
H A D | CudaRuntimeWrappers.cpp | 79 CUdevice device; in getDefaultCuDevice() local 175 CUdevice device = getDefaultCuDevice(); in mgpuLaunchKernel() local 328 mgpuSetDefaultDevice(int32_t device) mgpuSetDefaultDevice() argument 347 CUdevice device = getDefaultCuDevice(); mgpuLaunchClusterKernel() local [all...] |
/llvm-project/libc/utils/gpu/loader/nvptx/ |
H A D | Loader.cpp |
|