Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ getL2CacheSize
Function
getL2CacheSize
src/backend/cuda/platform.cpp:422–424 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
420
}
421
422
size_t getL2CacheSize(const int device) {
423
return getDeviceProp(device).l2CacheSize;
424
}
425
426
const int *getMaxGridSize(const int device) {
427
return getDeviceProp(device).maxGridSize;
Callers
2
join
Function · 0.70
genBlocks
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected