Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ GetCufftVersion
Function
GetCufftVersion
dali/kernels/kernel.cc:20–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
namespace dali {
19
20
DLL_PUBLIC int GetCufftVersion() {
21
#if FFTS_ENABLED
22
return cufftGetVersion();
23
#else
24
return -1;
25
#endif
26
}
27
28
} // namespace dali
Callers
2
PYBIND11_MODULE
Function · 0.85
check_cuda_runtime
Function · 0.85
Calls
1
cufftGetVersion
Function · 0.85
Tested by
no test coverage detected