MCPcopy 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
422size_t getL2CacheSize(const int device) {
423 return getDeviceProp(device).l2CacheSize;
424}
425
426const int *getMaxGridSize(const int device) {
427 return getDeviceProp(device).maxGridSize;

Callers 2

joinFunction · 0.70
genBlocksMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected