Skip to content

Commit

Permalink
Merge branch 'sycl-develop' into online_softmax
Browse files Browse the repository at this point in the history
  • Loading branch information
aacostadiaz authored Dec 11, 2024
2 parents bb925ba + 6fe64d2 commit 561a82c
Show file tree
Hide file tree
Showing 5 changed files with 538 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cuda_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:

permissions: {}

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
run-tests:
name: Run cuda tests
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ on:

permissions: {}

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
run-tests:
name: Run tests
Expand Down
5 changes: 5 additions & 0 deletions examples/sycl/pvc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ cutlass_example_add_executable(
pvc_gemm_with_epilogue_relu.cpp
)

cutlass_example_add_executable(
pvc_gemm_with_epilogue_gelu
pvc_gemm_with_epilogue_gelu.cpp
)

cutlass_example_add_executable(
pvc_collective_builder
pvc_collective_builder.cpp
Expand Down
Loading

0 comments on commit 561a82c

Please sign in to comment.