Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ unload
Method
unload
src/backend/opencl/Module.hpp:35–35 ·
view source on GitHub ↗
Unload the module
Source
from the content-addressed store, hash-verified
33
34
/// Unload the module
35
void unload() final { set(cl::Program()); }
36
};
37
38
} // namespace opencl
Callers
nothing calls this directly
Calls
1
Program
Class · 0.85
Tested by
no test coverage detected