MCPcopy Create free account
hub / github.com/ComputationalRobotics/XM-code / DeviceBlasHandle

Method DeviceBlasHandle

XM/include/Utils/memory.h:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 cublasHandle_t cublas_handle;
53
54 DeviceBlasHandle(): gpu_id(0), cublas_handle(NULL) {}
55 DeviceBlasHandle(const size_s gpu_id): gpu_id(gpu_id), cublas_handle(NULL) {}
56
57 inline void set_gpu_id(const size_s gpu_id) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected