MCPcopy Create free account
hub / github.com/RenderKit/oidn / CUDADevice

Method CUDADevice

devices/cuda/cuda_device.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 CUDADevice::CUDADevice(int deviceID, cudaStream_t stream)
117 : deviceID(deviceID),
118 stream(stream)
119 {}
120
121 CUDADevice::CUDADevice(const Ref<CUDAPhysicalDevice>& physicalDevice)
122 : deviceID(physicalDevice->deviceID)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected