File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 11sudo date
2- echo " deb http://ddebs.ubuntu.com $( lsb_release -cs) main restricted universe multiverse
3- deb http://ddebs.ubuntu.com $( lsb_release -cs) -updates main restricted universe multiverse
4- deb http://ddebs.ubuntu.com $( lsb_release -cs) -proposed main restricted universe multiverse" | \
5- sudo tee -a /etc/apt/sources.list.d/ddebs.list
2+ sudo apt-get install flex bison libz-dev cmake libc6 libstdc++6 python3-pip
3+ python3 -m pip install mako
4+ git config --global user.name " FirstName LastName"
5+ git config --global user.email
" [email protected] " 6+
7+ mkdir -p $HOME /libigc-workspace
8+ cd $HOME /libigc-workspace
9+ git clone https://github.com/intel/vc-intrinsics vc-intrinsics
10+ git clone -b llvmorg-14.0.5 https://github.com/llvm/llvm-project llvm-project
11+ git clone -b ocl-open-140 https://github.com/intel/opencl-clang llvm-project/llvm/projects/opencl-clang
12+ git clone -b llvm_release_140 https://github.com/KhronosGroup/SPIRV-LLVM-Translator llvm-project/llvm/projects/llvm-spirv
13+ git clone https://github.com/KhronosGroup/SPIRV-Tools.git SPIRV-Tools
14+ git clone https://github.com/KhronosGroup/SPIRV-Headers.git SPIRV-Headers
15+
You can’t perform that action at this time.
0 commit comments