()
| 188 | |
| 189 | |
| 190 | def get_cublas(): |
| 191 | from triton._C.libtriton import nvidia |
| 192 | |
| 193 | device_workspace = torch.empty(32 * 1024 * 1024, device="cuda", dtype=torch.uint8) |
| 194 | cublas = nvidia.cublas.CublasLt(device_workspace) |
| 195 | return cublas |
nothing calls this directly
no outgoing calls
no test coverage detected