We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929fe63 commit 5c4ba1aCopy full SHA for 5c4ba1a
test/context.py
@@ -53,6 +53,8 @@
53
except Exception:
54
cuda_present = False
55
56
+try:
57
+ from hip import hip
58
hip_present = True
59
except ImportError:
60
hip_present = False
0 commit comments