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

Function return_temporary_buffer

src/backend/cuda/ThrustArrayFirePolicy.hpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32template<typename Pointer>
33inline void return_temporary_buffer(ThrustArrayFirePolicy, Pointer p) {
34 memFree(thrust::raw_pointer_cast(p));
35}
36
37} // namespace cuda
38} // namespace arrayfire

Callers

nothing calls this directly

Calls 1

memFreeFunction · 0.70

Tested by

no test coverage detected