From ee2c78709d7e2183ef0e52a78f753d6435f17baf Mon Sep 17 00:00:00 2001 From: George Hotz Date: Sat, 31 Jan 2026 00:42:08 +0800 Subject: [PATCH] mlperf/llama: disable USE_ATOMICS for now --- .../llama8b/implementations/tinybox_8xMI350X/dev_run.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/mlperf/training_submission_v6.0/tinycorp/benchmarks/llama8b/implementations/tinybox_8xMI350X/dev_run.sh b/examples/mlperf/training_submission_v6.0/tinycorp/benchmarks/llama8b/implementations/tinybox_8xMI350X/dev_run.sh index 06cb91af78..797e7b1a40 100755 --- a/examples/mlperf/training_submission_v6.0/tinycorp/benchmarks/llama8b/implementations/tinybox_8xMI350X/dev_run.sh +++ b/examples/mlperf/training_submission_v6.0/tinycorp/benchmarks/llama8b/implementations/tinybox_8xMI350X/dev_run.sh @@ -9,7 +9,6 @@ export REWRITE_STACK_LIMIT=5000000 HCQDEV_WAIT_TIMEOUT_MS=240000 export DEBUG=${DEBUG:-0} export FLASH_ATTENTION=${FLASH_ATTENTION:-1} export ALL2ALL=${ALL2ALL:-1} -export USE_ATOMICS=${USE_ATOMICS:-1} export DEFAULT_FLOAT="bfloat16" OPTIM_DTYPE="bfloat16" export DP=${DP:-8} BS=8 EVAL_BS=8 GRADIENT_ACC_STEPS=2