Skip to content

Commit

Permalink
correct flag name category
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Dec 20, 2023
1 parent cd6d7cb commit fcd172c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submission_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
os.environ['TF_XLA_FLAGS'] = '--xla_gpu_enable_triton_gemm=false'

# Flags to optimize JAX GPU
os.environ["XLA_FLAGS"] = (
os.environ["TF_XLA_FLAGS"] = (
"--xla_gpu_enable_async_collectives=true"
" --xla_gpu_enable_latency_hiding_scheduler=true"
" --xla_gpu_enable_highest_priority_async_stream=true"
Expand Down

0 comments on commit fcd172c

Please sign in to comment.