Skip to content

Commit

Permalink
Epilogue with RELU
Browse files Browse the repository at this point in the history
  • Loading branch information
aacostadiaz committed Jul 16, 2024
1 parent 8f3bd67 commit 5ac4634
Show file tree
Hide file tree
Showing 6 changed files with 493 additions and 6 deletions.
9 changes: 7 additions & 2 deletions examples/sycl/pvc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@


cutlass_example_add_executable(
pvc_bfloat_dpas_gemm_cute
pvc_bfloat_dpas_gemm_cute.cpp
pvc_gemm
pvc_gemm.cpp
)

cutlass_example_add_executable(
pvc_gemm_with_epilogue_relu
pvc_gemm_with_epilogue_relu.cpp
)
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
*
**************************************************************************************************/

#include "cutlass/gemm/device/gemm.h"
#include "cutlass/epilogue/collective/default_epilogue.hpp"
#include "cutlass/epilogue/collective/intel_pvc_epilogue.hpp"
#include "cutlass/epilogue/fusion/intel_pvc_callbacks.hpp"
Expand Down
Loading

0 comments on commit 5ac4634

Please sign in to comment.