Skip to content

Commit

Permalink
softmax with EVT (draft)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyang1011 committed Jan 7, 2025
1 parent 175f05b commit bf7c5e0
Show file tree
Hide file tree
Showing 6 changed files with 1,061 additions and 3 deletions.
5 changes: 5 additions & 0 deletions examples/sycl/pvc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ cutlass_example_add_executable(
pvc_gemm_with_epilogue_gelu.cpp
)

cutlass_example_add_executable(
pvc_gemm_with_epilogue_softmax
pvc_gemm_with_epilogue_softmax.cpp
)

cutlass_example_add_executable(
pvc_collective_builder
pvc_collective_builder.cpp
Expand Down
Loading

0 comments on commit bf7c5e0

Please sign in to comment.