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

Method has_unified_memory

kernels/common/device.cpp:741–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

739#pragma GCC diagnostic push
740#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
741 bool DeviceGPU::has_unified_memory() const {
742 return gpu_device.get_info<sycl::info::device::host_unified_memory>();
743 }
744#pragma GCC diagnostic pop
745
746#endif

Callers 2

AccelBufferMethod · 0.45
BufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected