boost::compute::svm_free
// In header: <boost/compute/svm.hpp> template<typename T> void svm_free(svm_ptr< T > ptr);
Deallocates a shared virtual memory (SVM) buffer.
This method is only available if the OpenCL version is 2.0 or later.
See the documentation for