Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
template<typename T>
17
struct SharedMemory {
18
__DH__ T* getPointer() {
19
extern __shared__ T ptr[];
20
return ptr;
21
}
22
};
23
} // namespace cuda
24
} // namespace arrayfire
Callers
5
locate_features
Function · 0.80
detectExtrema
Function · 0.80
calcOrientation
Function · 0.80
computeDescriptor
Function · 0.80
computeGLOHDescriptor
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected