Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevenbedrick/ddd37436af15cc01bfd8a37b312833a2 to your computer and use it in GitHub Desktop.
Save stevenbedrick/ddd37436af15cc01bfd8a37b312833a2 to your computer and use it in GitHub Desktop.
RWS00427 [~] % brew upgrade
==> Upgrading 1 outdated package, with result:
openblas 0.3.0 -> 0.3.2
==> Upgrading openblas --with-openmp
==> Downloading https://github.com/xianyi/OpenBLAS/archive/v0.3.2.tar.gz
Already downloaded: /Users/bedricks/Library/Caches/Homebrew/openblas-0.3.2.tar.gz
==> make CC=gcc-8 FC=gfortran libs netlib shared
Last 15 lines from /Users/bedricks/Library/Logs/Homebrew/openblas/01.make:
<instantiation>:8:2: error: instruction requires: AVX-512 ISA
vaddps (%r15), %zmm4,%zmm4
^
../kernel/x86_64/sgemm_kernel_16x4_skylakex.S:3826:2: note: while in macro instantiation
SAVE16x1
^
<instantiation>:12:2: error: instruction requires: AVX-512 ISA
vmovups %zmm4 , (%r15)
^
../kernel/x86_64/sgemm_kernel_16x4_skylakex.S:3826:2: note: while in macro instantiation
SAVE16x1
^
make[1]: *** [sgemm_kernel.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [libs] Error 1
READ THIS: https://docs.brew.sh/Troubleshooting
RWS00427 [~] %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment