Skip to content

Commit

Permalink
update stock xla path
Browse files Browse the repository at this point in the history
  • Loading branch information
wendyliu235 committed Apr 25, 2024
1 parent c4890ce commit 4d21dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/IDC_1100_Public_Sycl_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
source /opt/conda/bin/activate ${CONDA_ENV}
#build
export SYCL_TOOLKIT_PATH=/home/sdp/intel/oneapi/compiler/2024.1
export workspace=build_workspace
mkdir $workspace
export workspace=./build_workspace
mkdir -p $workspace
export xla_path=$workspace/stock_xla
cd $workspace
git clone -b guizili/build https://github.com/Intel-tensorflow/xla stock_xla
Expand Down

0 comments on commit 4d21dc4

Please sign in to comment.