File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -77,23 +77,20 @@ jobs:
7777 with :
7878 python-version : " 3.11"
7979 - run : python -m pip install --upgrade pip numpy
80- - name : Install Clang 18
81- run : |
82- brew update
83- brew install llvm@18
84- echo "/usr/local/opt/llvm@18/bin" >> $GITHUB_PATH
80+ # - name: Install Clang 18
81+ # run: |
82+ # brew update
83+ # brew install llvm@18
84+ # echo "/usr/local/opt/llvm@18/bin" >> $GITHUB_PATH
8585 # Build and upload the archive
8686 - run : mix deps.get
8787 # - run: .github/scripts/compile_and_upload.sh ${{ github.ref_name }}
8888 - run : XLA_BUILD=true mix compile
8989 env :
9090 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9191 XLA_TARGET : cpu
92- # One of the build steps uses local_config_apple_cc/wrapped_clang
93- # which calls xcrun clang and points to the system clang version.
94- # This env explicitly disables this toolchain, so that our Clang
95- # installation is used instead.
96- BUILD_FLAGS : " --repo_env=BAZEL_NO_APPLE_CPP_TOOLCHAIN=1"
92+ # BUILD_FLAGS: "--repo_env=BAZEL_NO_APPLE_CPP_TOOLCHAIN=1"
93+ BUILD_FLAGS : " --define=xnn_enable_avxvnniint8=false"
9794
9895 # macos_arm:
9996 # name: "aarch64-darwin-cpu"
You can’t perform that action at this time.
0 commit comments