Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1057
bool Device::initCudaDevice()
1058
{
1059
return getCudaDevice() != nullptr;
1060
}
1061
1062
cuda_utils::CudaDevice* Device::getCudaDevice() const
1063
{
Callers
4
initOptix
Function · 0.80
TestPyTorchPass
Method · 0.80
LowLevelContextData
Method · 0.80
onLoad
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestPyTorchPass
Method · 0.64