mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-20 06:48:53 +00:00
cuda.core.experimental -> cuda.core
This commit is contained in:
@@ -20,7 +20,7 @@ from typing import Dict, Optional, Tuple
|
||||
|
||||
import cuda.bench as bench
|
||||
import cuda.cccl.headers as headers
|
||||
import cuda.core.experimental as core
|
||||
import cuda.core as core
|
||||
|
||||
|
||||
def as_core_Stream(cs: bench.CudaStream) -> core.Stream:
|
||||
|
||||
@@ -19,7 +19,7 @@ import time
|
||||
|
||||
import cuda.bench as bench
|
||||
import cuda.cccl.headers as headers
|
||||
import cuda.core.experimental as core
|
||||
import cuda.core as core
|
||||
|
||||
host_sleep_duration = 0.1
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ from typing import Optional
|
||||
|
||||
import cuda.bench as bench
|
||||
import cuda.cccl.headers as headers
|
||||
import cuda.core.experimental as core
|
||||
import cuda.core as core
|
||||
|
||||
|
||||
def as_core_Stream(cs: bench.CudaStream) -> core.Stream:
|
||||
|
||||
@@ -18,7 +18,7 @@ import sys
|
||||
|
||||
import cuda.bench as bench
|
||||
import cuda.cccl.headers as headers
|
||||
import cuda.core.experimental as core
|
||||
import cuda.core as core
|
||||
|
||||
|
||||
def as_core_Stream(cs: bench.CudaStream) -> core.Stream:
|
||||
|
||||
Reference in New Issue
Block a user