Reproduce
aorta sweep run --recipe recipes/sanitizers/daily-waitcheck-gemm-object.yamlSet ROCJITSU_PREBUILT (unpacked rocjitsu bundle supplying rj_waitcheck and the ConSan hook) before running.
Rebuild the fixtures
fixtures/isa/consan_gemm_f32.hsaco
one representative heavy f32 SS GEMM code object
export PATH="$(python -c "from aorta.instrumentation.rocm_paths import resolve_rocm_roots; print(resolve_rocm_roots().llvm_bin_dir)"):${PATH}"
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH:+${LD_LIBRARY_PATH}:}$(python -c "import os; from aorta.instrumentation.rocm_paths import resolve_rocm_roots as r; x = r(); print(os.pathsep.join(dict.fromkeys([str(x.core_lib_dir), str(x.lib_dir)])))")"
mkdir -p recipes/sanitizers/fixtures/isa
python scripts/sanitizers/prepare_gemm_isa.py --csv recipes/sanitizers/fixtures/gemm_shapes_unique.csv --out recipes/sanitizers/fixtures/isa --top-n 0 --consan-object recipes/sanitizers/fixtures/isa/consan_gemm_f32.hsacoExtracted from the shipped Tensile libraries, never compiled from a .hip source.
The exact invocations the nightly used are in .github/workflows/sanitizers-nightly.yml.
Artifacts not published
| Path | SHA-256 |
|---|---|
| fixtures/isa/consan_gemm_f32.hsaco | 57c5d8efa448315ddc5f49170757ebeec1eb397468676ff158d19c71572b1c55 |
Recorded digests
| Key | Value |
|---|---|
| code_object:consan_gemm_f32.hsaco | 57c5d8efa448315ddc5f49170757ebeec1eb397468676ff158d19c71572b1c55 |
| path | /workspace/aorta/.sanitizer-nightly/rocjitsu-prebuilt/bin/rj_waitcheck |
| sha256 | a70945fb1135a436c13c83ed96a6cff3655784138f4db3d20ef7315ade0a8968 |
Every file published for this case. Logs are gzipped. It is not the whole recipe: 1 required input is CI-built and excluded by design, listed under artifacts not published with its SHA-256.
| File | Size |
|---|---|
| REPRODUCE.md | 3.2 KB |
| env.json | 2.6 KB |
| inputs/fixtures/gemm_shapes_unique.csv | 4.8 KB |
| recipe.yaml | 989 B |
| sanitizer_report.json | 1.8 KB |
| waitcheck/waitcheck-0.log.gz | 185 B |