DPC++ Runtime
Runtime libraries for oneAPI DPC++
level_zero.cpp File Reference
Include dependency graph for level_zero.cpp:

Go to the source code of this file.

Namespaces

 sycl
 
 sycl::_V1
 
 sycl::_V1::ext
 
 sycl::_V1::ext::oneapi
 
 sycl::_V1::ext::oneapi::level_zero
 

Functions

platform sycl::_V1::ext::oneapi::level_zero::make_platform (pi_native_handle NativeHandle)
 
device sycl::_V1::ext::oneapi::level_zero::make_device (const platform &Platform, pi_native_handle NativeHandle)
 
context sycl::_V1::ext::oneapi::level_zero::make_context (const std::vector< device > &DeviceList, pi_native_handle NativeHandle, bool keep_ownership=false)
 
queue sycl::_V1::ext::oneapi::level_zero::make_queue (const context &Context, const device &Device, pi_native_handle InteropHandle, bool IsImmCmdList, bool keep_ownership, const property_list &Properties)
 
event sycl::_V1::ext::oneapi::level_zero::make_event (const context &Context, pi_native_handle InteropHandle, bool keep_ownership=false)