Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements-iree-pinned.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
# Uncomment to skip versions from PyPI (so _only_ nightly versions).
# --no-index

iree-base-compiler==3.7.0rc20250822
iree-base-runtime==3.7.0rc20250822
iree-base-compiler==3.8.0rc20250909
iree-base-runtime==3.8.0rc20250909
3 changes: 0 additions & 3 deletions tests/kernel/boo/modeling/boo_conv_module_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ def testNoBatch(self, boo_cache_dir: Path):
in [i.name for i in boo_cache_dir.glob("*")]
)

@pytest.mark.xfail(
condition=torch.cuda.is_available(), reason="Compilation failure on GPU."
)
def testReplacement(self, boo_cache_dir: Path):
x = torch.ones([10, 3, 16, 16], device=self.device, dtype=torch.float32)
model2 = replace_conv2d_with_boo_conv(self.model1)
Expand Down
Loading