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