Skip to content

Commit

Permalink
err somehow I missed this one
Browse files Browse the repository at this point in the history
  • Loading branch information
jjsjann123 committed Dec 11, 2024
1 parent 145d902 commit 19291c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp/test_pointwise.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ TEST_F(PointwiseTest, DomainMapTestEg1) {
auto options = at::TensorOptions().dtype(at::kFloat).device(at::kCUDA, 0);
at::Tensor t0 = at::randn({2, 4}, options);
at::Tensor t1 = at::randn({3, 2, 4}, options);
std::vector<c10::IValue> aten_inputs = {t0};
std::vector<c10::IValue> aten_inputs = {t0, t1};
// NOTE: force pointwise scheduler here for unit test
auto cg_results =
scheduleAndRun(fusion, SchedulerType::PointWise, aten_inputs);
Expand Down

0 comments on commit 19291c8

Please sign in to comment.