From 021907f72b385bca896e348bdd08a0152985ee52 Mon Sep 17 00:00:00 2001 From: Joe Todd Date: Fri, 8 Nov 2024 15:14:41 +0000 Subject: [PATCH] Add TODO to example --- examples/sycl/pvc/pvc_gemm_with_per_row_bias.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/examples/sycl/pvc/pvc_gemm_with_per_row_bias.cpp b/examples/sycl/pvc/pvc_gemm_with_per_row_bias.cpp index 7b4dc1b40..957872016 100644 --- a/examples/sycl/pvc/pvc_gemm_with_per_row_bias.cpp +++ b/examples/sycl/pvc/pvc_gemm_with_per_row_bias.cpp @@ -196,11 +196,7 @@ struct ExampleRunner { syclcompat::wait(); - // using TensorView = cutlass::TensorView; - // cutlass::reference::device::TensorReLu(TensorView(block_ref_D.get(), LayoutD::packed({M, N}), - // cutlass::make_Coord(M, N))); - // - // syclcompat::wait(); + // TODO(joe): Add the right epilogue here (PerRowBias) for testing // Check if output from CUTLASS kernel and reference kernel are equal or not bool passed = cutlass::reference::device::BlockCompareEqual( @@ -250,7 +246,6 @@ struct ExampleRunner { hw_info }; - // arguments.epilogue.thread.bias_ptr = bias.get(); //TODO: put this in the leaf structure above Gemm gemm_op;