Home
last modified time | relevance | path

Searched defs:device (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project/clang/test/Parser/
H A Dcuda-force-host-device.cu22 __attribute__((device)) void device() { in device() function
/llvm-project/offload/test/api/
H A Dis_initial_device.c16 int device = 1; in main() local
H A Dompx_sync.c7 void foo(int device) { in foo()
H A Dompx_sync.cpp7 void foo(int device) { in foo()
H A Domp_device_managed_memory.c11 const int device = omp_get_default_device(); in main() local
H A Domp_host_pinned_memory.c12 const int device = omp_get_default_device(); in main() local
H A Dompx_3d.c7 void foo(int device) { in foo()
H A Dompx_3d.cpp7 void foo(int device) { in foo()
/llvm-project/clang/test/PCH/
H A Dpragma-cuda-force-host-device.cu21 __attribute__((device)) void device() { in device() function
/llvm-project/clang/test/OpenMP/
H A Dtarget_offload_mandatory_codegen.cpp21 void host_dev(int device) { in host_dev() argument
H A Ddeclare_target_messages.cpp223 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 Dexceptions.cu10 __device__ void device() { in device() function
H A Dvla.cu14 __device__ void device(int n) { in device() function
H A Dopenmp-target.cu23 void device() {host1();} in device() function
/llvm-project/offload/DeviceRTL/include/
H A DSynchronization.h31 device, // All threads on the device global() enumerator
[all...]
/llvm-project/libc/utils/gpu/server/
H A Drpc_server.cpp424 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 Dapi.c28 const int device = omp_get_default_device(); in main() local
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.cpp64 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 DLoader.h114 register_rpc_callbacks(rpc_device_t device) register_rpc_callbacks() argument
/llvm-project/offload/test/ompt/
H A Dcallbacks.h15 ompt_device_t *device, in on_ompt_callback_device_initialize()
/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp1583 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 DLoader.cpp
/llvm-project/mlir/lib/ExecutionEngine/
H A DRocmRuntimeWrappers.cpp200 mgpuSetDefaultDevice(int32_t device) mgpuSetDefaultDevice() argument
H A DCudaRuntimeWrappers.cpp79 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 DLoader.cpp

12