mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-03-14 20:27:24 +00:00
Fix mypy error in import statement used in cutlass_gemm example
This commit is contained in:
@@ -19,12 +19,11 @@ import sys
|
||||
|
||||
import cuda.bindings.driver as driver
|
||||
import cuda.core.experimental as core
|
||||
import cuda.nvbench as nvbench
|
||||
import cupy as cp
|
||||
import cutlass
|
||||
import numpy as np
|
||||
|
||||
import nvbench
|
||||
|
||||
|
||||
def as_bindings_Stream(cs: nvbench.CudaStream) -> driver.CUstream:
|
||||
return driver.CUstream(cs.addressof())
|
||||
|
||||
Reference in New Issue
Block a user