cuda.core.experimental -> cuda.core

This commit is contained in:
Oleksandr Pavlyk
2026-04-01 08:16:04 -05:00
parent 836a6c12f4
commit 7c60edcc0a
4 changed files with 4 additions and 4 deletions

View File

@@ -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: