Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
template<typename Pointer>
33
inline 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
memFree
Function · 0.70
Tested by
no test coverage detected