MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / getComputeCapability

Function getComputeCapability

src/backend/cuda/device_manager.cpp:306–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306pair<int, int> getComputeCapability(const int device) {
307 return DeviceManager::getInstance().devJitComputes[device];
308}
309
310// Return true if greater, false if lesser.
311// if equal, it continues to next comparison

Callers 2

getKernelCacheFilenameFunction · 0.85
compileModuleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected