MCPcopy Create free account
hub / github.com/RenderKit/embree / setSYCLDevice

Method setSYCLDevice

kernels/common/device.cpp:733–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731 }
732
733 void DeviceGPU::setSYCLDevice(const sycl::device sycl_device_in) {
734 gpu_device = sycl_device_in;
735 }
736
737 // turn off deprecation warning for host_unified_memory property usage.
738 // there is currently no equivalent SYCL aspect that replaces this property.

Callers 1

rtcSetDeviceSYCLDeviceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected