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 2f8de1a commit 750d5aaCopy full SHA for 750d5aa
buildbot/configure.py
@@ -351,7 +351,9 @@ def main():
351
help="choose hardware platform for HIP backend",
352
)
353
parser.add_argument(
354
- "--offload", action="store_true", help="Enable UR liboffload adapter (experimental)"
+ "--offload",
355
+ action="store_true",
356
+ help="Enable UR liboffload adapter (experimental)",
357
358
359
"--level_zero_adapter_version",
0 commit comments