MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / getVersion

Method getVersion

src/backend/cuda/cudnnModule.hpp:104–104  ·  view source on GitHub ↗

Returns the version of the cuDNN loaded at runtime

Source from the content-addressed store, hash-verified

102
103 /// Returns the version of the cuDNN loaded at runtime
104 common::Version getVersion() const noexcept { return module.getVersion(); }
105
106 bool isLoaded() const noexcept { return module.isLoaded(); }
107};

Calls

no outgoing calls

Tested by

no test coverage detected