Skip to content

Commit ce5b7e2

Browse files
committed
Update for ocl-open-160
1 parent b3b2d7f commit ce5b7e2

File tree

4 files changed

+7
-100
lines changed

4 files changed

+7
-100
lines changed

.github/workflows/on-demand-verification.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/scheduled-verification.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ if(NOT USE_PREBUILT_LLVM)
153153
)
154154
endif()
155155

156-
set(CLANG_BASE_REVISION master)
157-
set(SPIRV_BASE_REVISION master)
158-
set(TARGET_BRANCH "ocl-open-110")
156+
set(CLANG_BASE_REVISION release/16.x)
157+
set(SPIRV_BASE_REVISION llvm_release_160)
158+
set(TARGET_BRANCH "ocl-open-160")
159159

160160
apply_patches(${CLANG_SOURCE_DIR}
161161
${CMAKE_CURRENT_SOURCE_DIR}/patches/clang

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Before the build all dependencies must be downloaded and laid out as follows:
2525
This can be done using the following commands:
2626
```bash
2727
cd <workspace>
28-
git clone https://github.com/llvm/llvm-project.git .
29-
git clone https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git
30-
git clone https://github.com/intel/opencl-clang.git
28+
git clone https://github.com/llvm/llvm-project.git . -b release/16.x
29+
git clone https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git -b llvm_release_160
30+
git clone https://github.com/intel/opencl-clang.git -b ocl-open-160
3131
```
3232

3333
Then we need to create a build directory and run the build:
@@ -60,7 +60,7 @@ documented in [Embedding LLVM in your project](https://llvm.org/docs/CMake.html#
6060
Commands to checkout sources and build:
6161
```bash
6262
cd <workspace>
63-
git clone https://github.com/intel/opencl-clang.git
63+
git clone https://github.com/intel/opencl-clang.git -b ocl-open-160
6464
mkdir build && cd build
6565
cmake ../opencl-clang
6666
make all -j`nproc`

0 commit comments

Comments
 (0)