MCPcopy 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
430unsigned getMemoryBusWidth(const int device) {
431 return getDeviceProp(device).memoryBusWidth;
432}
433
434unsigned getMultiProcessorCount(const int device) {
435 return getDeviceProp(device).multiProcessorCount;

Callers 1

genBlocksMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected