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

Function sparseHandle

src/backend/cuda/platform.cpp:544–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542SolveHandle solverDnHandle() { return *cusolverManager(getActiveDeviceId()); }
543
544SparseHandle sparseHandle() { return *cusparseManager(getActiveDeviceId()); }
545
546void sync(int device) {
547 int currDevice = getActiveDeviceId();

Callers

nothing calls this directly

Calls 2

cusparseManagerFunction · 0.85
getActiveDeviceIdFunction · 0.70

Tested by

no test coverage detected