Skip to content

Commit 29628ea

Browse files
committed
Add missing imports (related to NVIDIA#769). These got lost due to merging with -X ours
1 parent 9fc982f commit 29628ea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cuda_bindings/tests/test_cuda.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
import cuda.bindings.driver as cuda
1212
import cuda.bindings.runtime as cudart
13+
from cuda.bindings import driver
1314

1415

1516
def driverVersionLessThan(target):

cuda_bindings/tests/test_cudart.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
import cuda.bindings.driver as cuda
1111
import cuda.bindings.runtime as cudart
12+
from cuda.bindings import runtime
1213

1314

1415
def isSuccess(err):

0 commit comments

Comments
 (0)