| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected