Skip to content

Commit

Permalink
Update triton xpu llvm to 5e5a22ca (#1)
Browse files Browse the repository at this point in the history
* Update triton xpu llvm to 5e5a22ca

* update workflow trigger

* exclude all macos

---------

Co-authored-by: Wang, Quintin <[email protected]>
Co-authored-by: ESI-SYD <[email protected]>
  • Loading branch information
3 people authored Dec 1, 2023
1 parent b33ad4f commit b0d5a1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: Build
on:
pull_request:
branches:
- main
- xpu
push:
branches:
- main
- xpu
workflow_dispatch:

jobs:

Expand All @@ -25,12 +26,16 @@ jobs:
dist: centos-7
- os: macos-13
dist: ubuntu-18.04
- os: macos-13
dist: local
- os: ubuntu-latest
dist: local
- os: macos-13-arm64
dist: centos-7
- os: macos-13-arm64
dist: ubuntu-18.04
- os: macos-13-arm64
dist: local

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion llvm-project
Submodule llvm-project updated 11224 files

0 comments on commit b0d5a1a

Please sign in to comment.