Skip to content

Commit

Permalink
fix test compile
Browse files Browse the repository at this point in the history
  • Loading branch information
FMarno committed Dec 3, 2024
1 parent 98bd9f2 commit 122bb8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ TEST(Xe_Gemm_bf16t_bf16t_f32_tensor_op_gmma_f32_epilogue_drelu, 64x128x64) {

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

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

0 comments on commit 122bb8d

Please sign in to comment.