File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 3030 - name : Checkout UR
3131 uses : actions/checkout@v4
3232 with :
33- ref : adapters
3433 path : ur-repo
3534
3635 - name : Checkout SYCL
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - uses : actions/checkout@v3
20- # with-ref part to be removed after merging 'adapters' branch with 'main'
21- with :
22- ref : adapters
2320
2421 - name : Install pip packages
2522 run : pip install -r third_party/requirements.txt
Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ Adapter Change Process
5353======================
5454
55551. Create a pull request containing the adapter changes in the
56- `oneapi-src/unified-runtime `_ project targeting the `adapters
57- <https://github.com/oneapi-src/unified-runtime/tree/adapters > `_ branch.
56+ `oneapi-src/unified-runtime `_ project targeting the `main
57+ <https://github.com/oneapi-src/unified-runtime/tree/main > `_ branch.
5858
59592. Create a draft pull request in the `intel/llvm `_ project to take advantage
6060 of the pre-merge testing. Add any required implementation changes in
You can’t perform that action at this time.
0 commit comments