MCPcopy 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()
54template<class T>
55inline void svm_free(svm_ptr<T> ptr)
56{
57 clSVMFree(ptr.get_context(), ptr.get());
58}
59
60/// \overload
61template<class T>

Callers 4

BOOST_AUTO_TEST_CASEFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 2

get_contextMethod · 0.45
getMethod · 0.45

Tested by 4

BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68