Skip to content

Commit

Permalink
Epilogue with RELU (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
aacostadiaz authored Jul 16, 2024
1 parent 820792e commit fae9b2e
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 @@ -31,7 +31,6 @@

#define CUTLASS_SYCLCOMPAT_PROFILING_ENABLED

#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 fae9b2e

Please sign in to comment.