Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ getMemoryBusWidth
Function
getMemoryBusWidth
src/backend/cuda/platform.cpp:430–432 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
428
}
429
430
unsigned getMemoryBusWidth(const int device) {
431
return getDeviceProp(device).memoryBusWidth;
432
}
433
434
unsigned getMultiProcessorCount(const int device) {
435
return getDeviceProp(device).multiProcessorCount;
Callers
1
genBlocks
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected