Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MaryaSharf committed Nov 22, 2023
1 parent 83c8ca6 commit 20d2088
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_portBLAS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Download Daily Release
run: |
wget "https://github.com/intel/llvm/releases/download/nightly-2023-10-17/sycl_linux.tar.gz"
wget "https://github.com/intel/llvm/releases/download/nightly-$(date +'%Y-%m-%d')/sycl_linux.tar.gz"
- name: Untar Tar File
run: |
Expand All @@ -74,8 +74,6 @@ jobs:
- name: Set up Environment
run: |
export LD_LIBRARY_PATH=$(pwd)/linux_nightly_release/lib:$LD_LIBRARY_PATH
export CMAKE_PREFIX_PATH=/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/openblas64-pthread
export CMAKE_INSTALL_PREFIX=/usr/lib/x86_64-linux-gnu/openblas64-pthread
export CXX=$(pwd)/linux_nightly_release/bin/clang++
export CMAKE_C_COMPILER=$(pwd)/linux_nightly_release/bin/clang
export OCL_ICD_FILENAMES=$(pwd)/build/lib/libCL.so
Expand Down

0 comments on commit 20d2088

Please sign in to comment.