Skip to content

Commit

Permalink
Add TODO to example
Browse files Browse the repository at this point in the history
  • Loading branch information
joeatodd committed Nov 19, 2024
1 parent 33074f5 commit 021907f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions examples/sycl/pvc/pvc_gemm_with_per_row_bias.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,7 @@ struct ExampleRunner {

syclcompat::wait();

// using TensorView = cutlass::TensorView<ElementOutput, LayoutD>;
// 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(
Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit 021907f

Please sign in to comment.