Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
naoyam committed Jan 10, 2025
1 parent 2430aa7 commit 44dfb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp/test_gpu3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9347,7 +9347,7 @@ TEST_F(NVFuserTest, RepeatBroadcastAndNonBroadcast) {
FusionExecutorCache executor_cache(std::move(fusion_ptr));
auto outputs = executor_cache.runFusionWithInputs(inputs);
testValidate(&fusion, outputs, inputs, __LINE__, __FILE__);
}
}

// Testing the forwading of the fusion segmenter. The reshape of tv1,
// which merges two IDs, is forwarded. Those two IDs are mapped to a
Expand Down

0 comments on commit 44dfb89

Please sign in to comment.