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

Method getPointer

src/backend/cuda/kernel/shared.hpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16template<typename T>
17struct SharedMemory {
18 __DH__ T* getPointer() {
19 extern __shared__ T ptr[];
20 return ptr;
21 }
22};
23} // namespace cuda
24} // namespace arrayfire

Callers 5

locate_featuresFunction · 0.80
detectExtremaFunction · 0.80
calcOrientationFunction · 0.80
computeDescriptorFunction · 0.80
computeGLOHDescriptorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected