Skip to content

Commit 2c35b68

Browse files
committed
do not submit
Signed-off-by: Qiliang Cui <[email protected]>
1 parent 329f346 commit 2c35b68

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.buildkite/pipeline_jax.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ steps:
88
# -----------------------------------------------------------------
99
# TEST STEPS - Calling wrapper
1010
# -----------------------------------------------------------------
11+
12+
- label: "Debug Git Diff"
13+
key: debug_diff
14+
agents:
15+
queue: tpu_v6e_queue
16+
commands:
17+
- echo "--- Git Commit Info"
18+
- git show --summary
19+
- echo "--- Git Diff (HEAD~1)"
20+
- git diff --name-only HEAD~1
21+
- echo "--- Testing Glob Match"
22+
- git diff --name-only HEAD~1 | grep "tpu_inference/kernels/" || echo "No kernel match found via grep"
23+
1124
- label: "E2E MLPerf tests for JAX models"
1225
key: test_0
1326
soft_fail: true

tpu_inference/kernels/ragged_paged_attention/v3/kernel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
DEFAULT_VMEM_LIMIT_BYTES = 100 * 1024 * 1024
2424

2525

26+
# trigger a test
2627
def ref_ragged_paged_attention(
2728
queries: jax.
2829
Array, # [max_num_tokens, actual_num_q_heads, actual_head_dim]

0 commit comments

Comments
 (0)