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 4d21dc4 commit ca4e44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/IDC_1100_Public_Sycl_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
source /opt/conda/bin/activate ${CONDA_ENV}
#build
export SYCL_TOOLKIT_PATH=/home/sdp/intel/oneapi/compiler/2024.1
export workspace=./build_workspace
export workspace=$PWD/build_workspace
mkdir -p $workspace
export xla_path=$workspace/stock_xla
cd $workspace
Expand Down

0 comments on commit ca4e44c

Please sign in to comment.