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

Method unload

src/backend/cuda/Module.hpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 operator bool() const final { return get(); }
38
39 void unload() final {
40 CU_CHECK(cuModuleUnload(get()));
41 set(nullptr);
42 }
43
44 const std::string mangledName(const std::string& instantiation) const {
45 auto iter = mInstanceMangledNames.find(instantiation);

Callers 1

getKernelFunction · 0.45

Calls 1

getFunction · 0.50

Tested by

no test coverage detected