File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151if [[ ! -d " $llvm_path " ]]; then
5252 if [[ " $checkout_and_build_llvm " -eq 1 ]]; then
5353 status " Checking out LLVM"
54- git clone https://github.com/h4midf /llvm-project.git --depth 1 --branch cinnamon-esweek -llvm " $llvm_path "
54+ print_and_run git clone https://github.com/oowekyala /llvm-project.git --depth 1 --branch tilefirst -llvm " $llvm_path "
5555 else
5656 error " LLVM path '$llvm_path ' does not exist. Set checkout_and_build_llvm=1 to clone, or create it manually."
5757 exit 1
Original file line number Diff line number Diff line change 2121
2222 - name : Install build dependencies
2323 run :
24- sudo apt-get install clang ninja-build mold libvulkan-dev python3.12-dev
24+ sudo apt-get install clang ninja-build mold libvulkan-dev python3.12-dev ccache
2525
2626 - name : Restore runtime cache
2727 id : runtimes-cache-restore
3737 uses : actions/cache/restore@v3
3838 with :
3939 path : third-party/llvm
40- key : cinnamon-llvm-${{ runner.os }}
40+ key : cinnamon-llvm-3- ${{ runner.os }}
4141
4242 - name : Restore torch-mlir cache
4343 id : torch-mlir-cache-restore
You can’t perform that action at this time.
0 commit comments