File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments