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 33e668f commit b8bc254Copy full SHA for b8bc254
jaxlib/tools/build_gpu_kernels_wheel.py
@@ -72,6 +72,9 @@
72
)
73
args = parser.parse_args()
74
75
+if args.enable_cuda and not args.nvidia_wheel_versions_data:
76
+ parser.error('argument --nvidia_wheel_versions_data is required for CUDA builds')
77
+
78
r = runfiles.Create()
79
pyext = "pyd" if build_utils.is_windows() else "so"
80
jaxlib/tools/build_gpu_plugin_wheel.py
@@ -77,7 +77,8 @@
help="NVIDIA wheel versions data",
-
81
82
83
84
0 commit comments