Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/ExecutionEngine/
H A DSyclRuntimeWrappers.cpp52 static sycl::device getDefaultDevice() { in getDefaultDevice() function
73 static sycl::context syclContext{getDefaultDevice()}; in getDefaultContext()
80 memPtr = sycl::aligned_alloc_shared(64, size, getDefaultDevice(), in allocDeviceMemory()
83 memPtr = sycl::aligned_alloc_device(64, size, getDefaultDevice(), in allocDeviceMemory()
107 getDefaultDevice()); in loadModule()
155 new sycl::queue(getDefaultContext(), getDefaultDevice()); in mgpuStreamCreate()