MCPcopy 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

18namespace dali {
19
20DLL_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_MODULEFunction · 0.85
check_cuda_runtimeFunction · 0.85

Calls 1

cufftGetVersionFunction · 0.85

Tested by

no test coverage detected