MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / initCudaDevice

Method initCudaDevice

Source/Falcor/Core/API/Device.cpp:1057–1060  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1055#if FALCOR_HAS_CUDA
1056
1057bool Device::initCudaDevice()
1058{
1059 return getCudaDevice() != nullptr;
1060}
1061
1062cuda_utils::CudaDevice* Device::getCudaDevice() const
1063{

Callers 4

initOptixFunction · 0.80
TestPyTorchPassMethod · 0.80
LowLevelContextDataMethod · 0.80
onLoadMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestPyTorchPassMethod · 0.64