Skip to content

Commit

Permalink
Document flag choice
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSpickett committed Nov 29, 2024
1 parent cbf7b18 commit f1a9b25
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,9 @@
"-DMLIR_RUN_ARM_SME_TESTS=True",
"-DARM_EMULATOR_EXECUTABLE=qemu-aarch64"])},

# All SVE (as opposed to SVE2) builders are using optimisation flags
# for Graviton 3 "balanced" from
# https://github.com/aws/aws-graviton-getting-started/blob/main/c-c++.md.

# AArch64 Clang+LLVM+RT+LLD check-all + flang + test-suite +
# mlir-integration-tests w/SVE-Vector-Length-Agnostic Note that in this and
Expand Down Expand Up @@ -566,7 +569,9 @@
"-DMLIR_RUN_ARM_SVE_TESTS=True",
"-DLLVM_LIT_ARGS='-v'"])},

# Note that this is SVE2 as opposed to SVE.
# All SVE2 builders are using optimisation flags for Graviton 4 "performance" from
# https://github.com/aws/aws-graviton-getting-started/blob/main/c-c++.md.

{'name' : "clang-aarch64-sve2-vla",
'tags' : ["clang"],
'workernames' : ["linaro-g4-01", "linaro-g4-02"],
Expand Down

0 comments on commit f1a9b25

Please sign in to comment.