Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ svm_free
Function
svm_free
compute/include/boost/compute/svm.hpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
/// \see svm_alloc(), command_queue::enqueue_svm_free()
54
template<class T>
55
inline void svm_free(svm_ptr<T> ptr)
56
{
57
clSVMFree(ptr.get_context(), ptr.get());
58
}
59
60
/// \overload
61
template<class T>
Callers
4
BOOST_AUTO_TEST_CASE
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
2
get_context
Method · 0.45
get
Method · 0.45
Tested by
4
BOOST_AUTO_TEST_CASE
Function · 0.68
BOOST_AUTO_TEST_CASE
Function · 0.68
BOOST_AUTO_TEST_CASE
Function · 0.68
BOOST_AUTO_TEST_CASE
Function · 0.68