Skip to content

Commit cd1c153

Browse files
committed
Add cufile to the mix, too
1 parent c314a98 commit cd1c153

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

cuda_bindings/tests/test_utils.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,7 @@ def test_get_handle_error(target):
9696
"module",
9797
[
9898
# Top-level modules for external Python use
99-
# TODO: Import cycle detected: (('numeric',), ''), stack: [((),
100-
# 'cuda.bindings.cufile'), ((), 'cuda.bindings.cycufile'),
101-
# (('show_config',), 'numpy.__config__'), (('__cpu_features__',
102-
# '__cpu_baseline__', '__cpu_dispatch__'),
103-
# 'numpy._core._multiarray_umath'), (('numeric',), ''),
104-
# (('shape_base',), '')]
105-
# "cufile",
99+
"cufile",
106100
"driver",
107101
"nvjitlink",
108102
"nvrtc",

0 commit comments

Comments
 (0)