Skip to content

Commit ec4b8ee

Browse files
committed
Fixes for 0.5.0 build ported to rocm-main
(cherry picked from commit c23a814)
1 parent 13d88b6 commit ec4b8ee

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build/rocm/ci_build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ def main():
352352
args.xla_source_dir,
353353
args.rocm_build_job,
354354
args.rocm_build_num,
355+
compiler=args.compiler,
355356
)
356357

357358
elif args.action == "test":
@@ -364,7 +365,7 @@ def main():
364365
args.xla_source_dir,
365366
args.rocm_build_job,
366367
args.rocm_build_num,
367-
args.compiler,
368+
compiler=args.compiler,
368369
)
369370
dist_docker(
370371
args.rocm_version,

build/rocm/tools/build_wheels.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ def main():
291291
print("PYTHON_VERSIONS=%r" % python_versions)
292292
print("JAX_PATH=%s" % args.jax_path)
293293
print("XLA_PATH=%s" % args.xla_path)
294+
print("COMPILER=%s" % args.compiler)
294295

295296
rocm_path = build_rocm_path(args.rocm_version)
296297

0 commit comments

Comments
 (0)