Skip to content

Commit

Permalink
Update tests/cpp/test_persistent_buffer.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Jingyue Wu <[email protected]>
  • Loading branch information
liqiangxl and wujingyue authored Feb 9, 2025
1 parent 1d25565 commit b80bbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp/test_persistent_buffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1541,7 +1541,7 @@ TEST_P(LayerNormSharedMemoryTest, FusionLayerNormSharedMemoryBuffer_CUDA) {
if (has_enough_regs_smem) {
EXPECT_THAT(
runtime->fusionSegments()->groups(),
ElementsAre(HeuristicIs(SchedulerType::InnerPersistent)));
UnorderedElementsAre(HeuristicIs(SchedulerType::InnerPersistent)));
Fusion* scheduled_fusion = runtime->executors()
.back()
->as<KernelExecutor>()
Expand Down

0 comments on commit b80bbab

Please sign in to comment.