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 30
30
- name : Checkout UR
31
31
uses : actions/checkout@v4
32
32
with :
33
- ref : adapters
34
33
path : ur-repo
35
34
36
35
- name : Checkout SYCL
Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- uses : actions/checkout@v3
20
- # with-ref part to be removed after merging 'adapters' branch with 'main'
21
- with :
22
- ref : adapters
23
20
24
21
- name : Install pip packages
25
22
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
53
53
======================
54
54
55
55
1. 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.
58
58
59
59
2. Create a draft pull request in the `intel/llvm `_ project to take advantage
60
60
of the pre-merge testing. Add any required implementation changes in
You can’t perform that action at this time.
0 commit comments