Skip to content

Commit

Permalink
Update demo.yml
Browse files Browse the repository at this point in the history
fix compiler not found issue
  • Loading branch information
wendyliu235 authored Nov 16, 2023
1 parent bb4ebb4 commit 38e5f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
wget https://github.com/bazelbuild/bazel/releases/download/5.3.0/bazel-5.3.0-installer-linux-x86_64.sh
bash bazel-5.3.0-installer-linux-x86_64.sh --user
basekit_path=/home/sdp
complier_path=${basekit_path}/intel/oneapi/complier/latest/linux
complier_path=${basekit_path}/intel/oneapi/compiler/latest/linux
mkl_path=${basekit_path}/intel/oneapi/mkl/latest
cp /home/sdp/openXLA_demoxla_auto_configure_mkl.exp .
chmod +x xla_auto_configure_mkl.exp
Expand Down

0 comments on commit 38e5f31

Please sign in to comment.