Skip to content

Commit

Permalink
Create example epilogue with relu and rename the. pvc gemm example
Browse files Browse the repository at this point in the history
  • Loading branch information
aacostadiaz committed Jul 15, 2024
1 parent 8538686 commit 3552110
Show file tree
Hide file tree
Showing 3 changed files with 421 additions and 3 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
)
Loading

0 comments on commit 3552110

Please sign in to comment.