Skip to content

Commit

Permalink
Update test fn name
Browse files Browse the repository at this point in the history
  • Loading branch information
joeatodd committed Dec 3, 2024
1 parent e4cd6fb commit 600cbf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,6 @@ TEST(XE_Device_Gemm_bf16t_bf16t_f32_tensor_op_gmma_f32_epilogue, 256x256x32_LinC

using Gemm = cutlass::gemm::device::GemmUniversalAdapter<GemmKernel>;

bool passed = test::gemm::device::TestSingleShapeXe<Gemm>(1.0, 0.0);
bool passed = test::gemm::device::TestXe<Gemm>(1.0, 0.0);
EXPECT_TRUE(passed);
}

0 comments on commit 600cbf6

Please sign in to comment.