mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-29 19:21:14 +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.bindings.driver as driver
|
||||||
import cuda.core.experimental as core
|
import cuda.core.experimental as core
|
||||||
|
import cuda.nvbench as nvbench
|
||||||
import cupy as cp
|
import cupy as cp
|
||||||
import cutlass
|
import cutlass
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
||||||
import nvbench
|
|
||||||
|
|
||||||
|
|
||||||
def as_bindings_Stream(cs: nvbench.CudaStream) -> driver.CUstream:
|
def as_bindings_Stream(cs: nvbench.CudaStream) -> driver.CUstream:
|
||||||
return driver.CUstream(cs.addressof())
|
return driver.CUstream(cs.addressof())
|
||||||
|
|||||||
Reference in New Issue
Block a user