Skip to content

Commit

Permalink
disable PreBroadcastMmaBiasNeg on blackwell (#3820)
Browse files Browse the repository at this point in the history
[CI](https://nv/e2E/138931416) detected the failure of
`PreBroadcastMmaBiasNeg` on blackwell
  • Loading branch information
liqiangxl authored Feb 4, 2025
1 parent 2474db4 commit 3ac19f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp/test_matmul_scheduler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2660,7 +2660,7 @@ TEST_F(MatmulSchedulerTest, SegmentMatmulOpUnsupportedDtype) {
TEST_F(MatmulSchedulerTest, PreBroadcastMmaBiasNeg) {
// TODO: fix up params or switch to FusionExecutorCache when ready, then
// enable Ampere
NVFUSER_TEST_CUDA_ARCH_GUARD(9, 0);
NVFUSER_TEST_CUDA_ARCH_RANGE_GUARD(9, 0, 10, 0);

auto fusion = std::make_unique<Fusion>();
FusionGuard fg(fusion.get());
Expand Down

0 comments on commit 3ac19f0

Please sign in to comment.