Skip to content

Commit

Permalink
Merge branch 'sycl-develop' into jiyang/gelu
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyang1011 authored Dec 11, 2024
2 parents a6573ab + d5e2836 commit 6e659ac
Show file tree
Hide file tree
Showing 2 changed files with 8 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

0 comments on commit 6e659ac

Please sign in to comment.