Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Guo-Peilin committed Oct 19, 2023
1 parent 90ec07b commit c0111dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ TEST(Matmul, F16_Dynamic_Shape_Using_Default_Schedule) {
inputs.push_back(inputs2);
EXPECT_TRUE(feature_test_main(
/*mlir_file_path*/ c_ft_path +
"default_schedule_matmul_nn_s_dynamic_shape_f16",
"default_schedule_matmul_nn_s_dynamic_shape_f16.mlir",
/*backend_types*/ {BackendType::kCuda},
/*num_inputs*/ 2,
/*num_outputs*/ 1,
Expand Down

0 comments on commit c0111dc

Please sign in to comment.