Skip to content

Commit 0007d07

Browse files
rkayaithclaude
andauthored
[Tests] Use llvm-cpu backend for transients_test.mlir (#23474)
- Switch `transients_test.mlir` from `rocm` backend to `llvm-cpu` - Fixes scheduled CI failures on ARM64, macOS, and BYOLLVM builds Co-authored-by: Claude (Claude-Opus-4.5) <noreply@anthropic.com>
1 parent 1baab97 commit 0007d07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/regression/transients_test.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: iree-compile --iree-hal-target-backends=rocm --iree-rocm-target=mi300x --iree-opt-level=O3 --compile-to=stream %s | FileCheck %s
1+
// RUN: iree-compile --iree-hal-target-backends=llvm-cpu --iree-opt-level=O3 --compile-to=stream %s | FileCheck %s
22

33
// No transient allocations created.
44
util.func @test_no_transients(%arg0 : tensor<128x256xf32>, %arg1 : tensor<256x512xf32>,

0 commit comments

Comments
 (0)