MCPcopy 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
426const int *getMaxGridSize(const int device) {
427 return getDeviceProp(device).maxGridSize;
428}
429
430unsigned getMemoryBusWidth(const int device) {
431 return getDeviceProp(device).memoryBusWidth;

Callers 1

genBlocksMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected