compile cache model card update
Browse files
compile_cache_model_card.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# Compile Cache — MI300X
|
| 2 |
|
| 3 |
-
Generated: 2026-05-
|
| 4 |
|
| 5 |
## Purpose
|
| 6 |
Records the exact configuration under which the compile cache (inductor + Triton) was built.
|
|
@@ -18,7 +18,7 @@ against these values to pinpoint the cache-key mismatch.
|
|
| 18 |
| Torch | 2.10.0+rocm7.1 |
|
| 19 |
| HIP / ROCm | 7.1.25424 |
|
| 20 |
| Triton | 3.6.0 |
|
| 21 |
-
| ck4inductor |
|
| 22 |
| Python | 3.11.15 |
|
| 23 |
|
| 24 |
## Compile Configuration
|
|
@@ -26,7 +26,7 @@ against these values to pinpoint the cache-key mismatch.
|
|
| 26 |
|---------|-------|
|
| 27 |
| Compile backend | inductor |
|
| 28 |
| Compile mode | max-autotune-no-cudagraphs |
|
| 29 |
-
| GEMM backends |
|
| 30 |
| TORCHINDUCTOR\_CK\_DIR | `/home/hotaisle/.local/lib/python3.11/site-packages/ck4inductor` |
|
| 31 |
| TORCHINDUCTOR\_CACHE\_DIR | `/workspace/inductor_cache` |
|
| 32 |
| TRITON\_CACHE\_DIR | `/workspace/triton_cache` |
|
|
@@ -42,19 +42,19 @@ against these values to pinpoint the cache-key mismatch.
|
|
| 42 |
## Cache Statistics
|
| 43 |
| Cache | Files |
|
| 44 |
|-------|-------|
|
| 45 |
-
| inductor\_cache |
|
| 46 |
-
| triton\_cache |
|
| 47 |
-
| tar.gz size |
|
| 48 |
|
| 49 |
## Autotune Cache Key
|
| 50 |
The inductor autotune winner cache key is a **hash of the full candidate set**
|
| 51 |
including which backends are enabled. Adding/removing from
|
| 52 |
-
`TORCHINDUCTOR_MAX_AUTOTUNE_GEMM_BACKENDS` (currently `
|
| 53 |
invalidate all cached winners and force a full AUTOTUNE re-run.
|
| 54 |
|
| 55 |
## Recompilation Trigger Checklist
|
| 56 |
If AUTOTUNE blocks appear on a pod that should have cache hits, verify:
|
| 57 |
-
1. `TORCHINDUCTOR_MAX_AUTOTUNE_GEMM_BACKENDS` == `
|
| 58 |
2. `TORCHINDUCTOR_CK_DIR` points to valid CK root: `/home/hotaisle/.local/lib/python3.11/site-packages/ck4inductor`
|
| 59 |
3. `library/src` symlink inside ck4inductor package exists (needed for gemm_universal kernel enumeration)
|
| 60 |
4. `TORCHINDUCTOR_CACHE_DIR` == `/workspace/inductor_cache` (with extracted cache files present)
|
|
|
|
| 1 |
# Compile Cache — MI300X
|
| 2 |
|
| 3 |
+
Generated: 2026-05-21T01:16:23Z
|
| 4 |
|
| 5 |
## Purpose
|
| 6 |
Records the exact configuration under which the compile cache (inductor + Triton) was built.
|
|
|
|
| 18 |
| Torch | 2.10.0+rocm7.1 |
|
| 19 |
| HIP / ROCm | 7.1.25424 |
|
| 20 |
| Triton | 3.6.0 |
|
| 21 |
+
| ck4inductor | <function __version__ at 0x7f81d478afc0> |
|
| 22 |
| Python | 3.11.15 |
|
| 23 |
|
| 24 |
## Compile Configuration
|
|
|
|
| 26 |
|---------|-------|
|
| 27 |
| Compile backend | inductor |
|
| 28 |
| Compile mode | max-autotune-no-cudagraphs |
|
| 29 |
+
| GEMM backends | ATEN |
|
| 30 |
| TORCHINDUCTOR\_CK\_DIR | `/home/hotaisle/.local/lib/python3.11/site-packages/ck4inductor` |
|
| 31 |
| TORCHINDUCTOR\_CACHE\_DIR | `/workspace/inductor_cache` |
|
| 32 |
| TRITON\_CACHE\_DIR | `/workspace/triton_cache` |
|
|
|
|
| 42 |
## Cache Statistics
|
| 43 |
| Cache | Files |
|
| 44 |
|-------|-------|
|
| 45 |
+
| inductor\_cache | 372 |
|
| 46 |
+
| triton\_cache | 2295 |
|
| 47 |
+
| tar.gz size | 168.5 MB |
|
| 48 |
|
| 49 |
## Autotune Cache Key
|
| 50 |
The inductor autotune winner cache key is a **hash of the full candidate set**
|
| 51 |
including which backends are enabled. Adding/removing from
|
| 52 |
+
`TORCHINDUCTOR_MAX_AUTOTUNE_GEMM_BACKENDS` (currently `ATEN`) will
|
| 53 |
invalidate all cached winners and force a full AUTOTUNE re-run.
|
| 54 |
|
| 55 |
## Recompilation Trigger Checklist
|
| 56 |
If AUTOTUNE blocks appear on a pod that should have cache hits, verify:
|
| 57 |
+
1. `TORCHINDUCTOR_MAX_AUTOTUNE_GEMM_BACKENDS` == `ATEN`
|
| 58 |
2. `TORCHINDUCTOR_CK_DIR` points to valid CK root: `/home/hotaisle/.local/lib/python3.11/site-packages/ck4inductor`
|
| 59 |
3. `library/src` symlink inside ck4inductor package exists (needed for gemm_universal kernel enumeration)
|
| 60 |
4. `TORCHINDUCTOR_CACHE_DIR` == `/workspace/inductor_cache` (with extracted cache files present)
|