Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 16, 2021 07:41
Show Gist options
  • Save r-rmcgibbo/745ab4637cac9437dc5701ae17c52ef9 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/745ab4637cac9437dc5701ae17c52ef9 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 3 minutes | https://github.com/NixOS/nixpkgs/pull/116499
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/iw5wcqfl8wxrp9ins6h4kilcs03ii42p-source
source root is source
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
patching script interpreter paths in configure build/flatten-headers.py
configure: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/f7jzmxq9bpbxsg69cszx56mw14n115n5-bash-4.4-p23/bin/bash"
build/flatten-headers.py: interpreter directive changed from "#!/usr/bin/env python" to "/nix/store/yl69v76azrz4daiqksrhb8nnmdiqdjg9-python3-3.8.8/bin/python"
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
configure flags: --disable-static --prefix=/nix/store/vjq9kfx2i9b963h5d1fhfkp2v010apnw-amd-blis-3.0 --enable-cblas --blas-int-size=32 --enable-threading=openmp amd64
configure: detected Linux kernel version 5.10.22.
configure: python interpeter search list is: python python3 python2.
configure: using 'python' python interpreter.
configure: found python version 3.8.8 (maj: 3, min: 8, rev: 8).
configure: python 3.8.8 appears to be supported.
configure: C compiler search list is: gcc clang cc.
configure: using 'gcc' C compiler.
configure: C++ compiler search list is: g++ clang++ c++.
configure: using 'g++' C++ compiler (for sandbox only).
configure: found gcc version 10.2.0 (maj: 10, min: 2, rev: 0).
configure: checking for blacklisted configurations due to gcc 10.2.0.
configure: checking gcc 10.2.0 against known consequential version ranges.
configure: found assembler ('as') version 2.35.1 (maj: 2, min: 35, rev: 1).
configure: checking for blacklisted configurations due to as 2.35.1.
configure: reading configuration registry...done.
configure: determining default version string.
configure: could not find '.git' directory; using unmodified version file.
configure: starting configuration of BLIS 3.0.0.
configure: configuring with official version string.
configure: found shared library .so version '3.0.0'.
configure: .so major version: 3
configure: .so minor.build version: 0.0
configure: manual configuration requested; configuring with 'amd64'.
configure: checking configuration against contents of 'config_registry'.
configure: configuration 'amd64' is registered.
configure: 'amd64' is defined as having the following sub-configurations:
configure: zen3 zen2 zen generic
configure: which collectively require the following kernels:
configure: zen3 zen2 haswell zen generic
configure: checking sub-configurations:
configure: 'zen3' is registered...and exists.
configure: 'zen2' is registered...and exists.
configure: 'zen' is registered...and exists.
configure: 'generic' is registered...and exists.
configure: checking sub-configurations' requisite kernels:
configure: 'zen3' kernels...exist.
configure: 'zen2' kernels...exist.
configure: 'haswell' kernels...exist.
configure: 'zen' kernels...exist.
configure: 'generic' kernels...exist.
configure: detected --prefix='/nix/store/vjq9kfx2i9b963h5d1fhfkp2v010apnw-amd-blis-3.0'.
configure: no install exec_prefix option given; defaulting to PREFIX.
configure: no install libdir option given; defaulting to EXECPREFIX/lib.
configure: no install includedir option given; defaulting to PREFIX/include.
configure: no install sharedir option given; defaulting to PREFIX/share.
configure: final installation directories:
configure: prefix: /nix/store/vjq9kfx2i9b963h5d1fhfkp2v010apnw-amd-blis-3.0
configure: exec_prefix: ${prefix}
configure: libdir: ${exec_prefix}/lib
configure: includedir: ${prefix}/include
configure: sharedir: ${prefix}/share
configure: NOTE: the variables above can be overridden when running make.
configure: no preset CFLAGS detected.
configure: no preset LDFLAGS detected.
configure: debug symbols disabled.
configure: disabling verbose make output. (enable with 'make V=1'.)
configure: disabling ARG_MAX hack.
configure: building BLIS as a shared library (static library disabled).
configure: exporting only public symbols within shared library.
configure: using OpenMP for threading.
configure: requesting slab threading in jr and ir loops.
configure: internal memory pools for packing blocks are enabled.
configure: internal memory pools for small blocks are enabled.
configure: memory tracing output is disabled.
configure: libmemkind not found; disabling.
configure: compiler appears to support #pragma omp simd.
configure: the BLAS compatibility layer is enabled.
configure: the CBLAS compatibility layer is enabled.
configure: mixed datatype support is enabled.
configure: mixed datatype optimizations requiring extra memory are enabled.
configure: small matrix handling is enabled.
configure: the BLIS API integer size is automatically determined.
configure: the BLAS/CBLAS API integer size is 32-bit.
configure: configuring for conventional gemm implementation.
configure: creating ./config.mk from ./build/config.mk.in
configure: creating ./bli_config.h from ./build/bli_config.h.in
configure: creating ./obj/amd64
configure: creating ./obj/amd64/config/zen3
configure: creating ./obj/amd64/config/zen2
configure: creating ./obj/amd64/config/zen
configure: creating ./obj/amd64/config/generic
configure: creating ./obj/amd64/kernels/zen3
configure: creating ./obj/amd64/kernels/zen2
configure: creating ./obj/amd64/kernels/haswell
configure: creating ./obj/amd64/kernels/zen
configure: creating ./obj/amd64/kernels/generic
configure: creating ./obj/amd64/ref_kernels/zen3
configure: creating ./obj/amd64/ref_kernels/zen2
configure: creating ./obj/amd64/ref_kernels/zen
configure: creating ./obj/amd64/ref_kernels/generic
configure: creating ./obj/amd64/aocl_dtl
configure: creating ./obj/amd64/frame
configure: creating ./obj/amd64/blastest
configure: creating ./obj/amd64/testsuite
configure: creating ./lib/amd64
configure: creating ./include/amd64
configure: mirroring ./config/zen3 to ./obj/amd64/config/zen3
configure: mirroring ./config/zen2 to ./obj/amd64/config/zen2
configure: mirroring ./config/zen to ./obj/amd64/config/zen
configure: mirroring ./config/generic to ./obj/amd64/config/generic
configure: mirroring ./config/amd64 to ./obj/amd64/config/amd64
configure: mirroring ./kernels/zen3 to ./obj/amd64/kernels/zen3
configure: mirroring ./kernels/zen2 to ./obj/amd64/kernels/zen2
configure: mirroring ./kernels/haswell to ./obj/amd64/kernels/haswell
configure: mirroring ./kernels/zen to ./obj/amd64/kernels/zen
configure: mirroring ./kernels/generic to ./obj/amd64/kernels/generic
configure: mirroring ./ref_kernels to ./obj/amd64/ref_kernels
configure: mirroring ./ref_kernels to ./obj/amd64/ref_kernels/zen3
configure: mirroring ./ref_kernels to ./obj/amd64/ref_kernels/zen2
configure: mirroring ./ref_kernels to ./obj/amd64/ref_kernels/zen
configure: mirroring ./ref_kernels to ./obj/amd64/ref_kernels/generic
configure: mirroring ./frame to ./obj/amd64/frame
configure: mirroring ./aocl_dtl to ./obj/amd64/aocl_dtl
configure: creating makefile fragments in ./obj/amd64/config/amd64
configure: creating makefile fragments in ./obj/amd64/config/zen3
configure: creating makefile fragments in ./obj/amd64/config/zen2
configure: creating makefile fragments in ./obj/amd64/config/zen
configure: creating makefile fragments in ./obj/amd64/config/generic
configure: creating makefile fragments in ./obj/amd64/kernels/zen3
configure: creating makefile fragments in ./obj/amd64/kernels/zen2
configure: creating makefile fragments in ./obj/amd64/kernels/haswell
configure: creating makefile fragments in ./obj/amd64/kernels/zen
configure: creating makefile fragments in ./obj/amd64/kernels/generic
configure: creating makefile fragments in ./obj/amd64/ref_kernels
configure: creating makefile fragments in ./obj/amd64/aocl_dtl
configure: creating makefile fragments in ./obj/amd64/frame
configure: configured to build within top-level directory of source distribution.
@nix { "action": "setPhase", "phase": "buildPhase" }
building
build flags: -j2 -l2 SHELL=/nix/store/f7jzmxq9bpbxsg69cszx56mw14n115n5-bash-4.4-p23/bin/bash
Generating monolithic blis.h............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Generated include/amd64/blis.h
Compiling obj/amd64/config/generic/bli_cntx_init_generic.o ('generic' CFLAGS for config code)
Compiling obj/amd64/config/zen/bli_cntx_init_zen.o ('zen' CFLAGS for config code)
Compiling obj/amd64/config/zen2/bli_cntx_init_zen2.o ('zen2' CFLAGS for config code)
Compiling obj/amd64/config/zen3/bli_cntx_init_zen3.o ('zen3' CFLAGS for config code)
Compiling obj/amd64/kernels/haswell/3/bli_gemm_haswell_asm_d6x8.o ('zen3' CFLAGS for kernels)
Compiling obj/amd64/kernels/haswell/3/bli_gemm_haswell_asm_d8x6.o ('zen3' CFLAGS for kernels)
Compiling obj/amd64/kernels/haswell/3/bli_gemmtrsm_l_haswell_asm_d6x8.o ('zen3' CFLAGS for kernels)
Compiling obj/amd64/kernels/haswell/3/bli_gemmtrsm_u_haswell_asm_d6x8.o ('zen3' CFLAGS for kernels)
Compiling obj/amd64/kernels/haswell/3/sup/bli_gemmsup_rd_haswell_asm_d6x8m.o ('zen3' CFLAGS for kernels)
Compiling obj/amd64/kernels/haswell/3/sup/bli_gemmsup_rd_haswell_asm_d6x8n.o ('zen3' CFLAGS for kernels)
Compiling obj/amd64/kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_d6x8m.o ('zen3' CFLAGS for kernels)
Compiling obj/amd64/kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_d6x8n.o ('zen3' CFLAGS for kernels)
Compiling obj/amd64/kernels/haswell/3/sup/d6x8/bli_gemmsup_r_haswell_ref_dMx1.o ('zen3' CFLAGS for kernels)
Compiling obj/amd64/kernels/haswell/3/sup/d6x8/bli_gemmsup_rd_haswell_asm_dMx1.o ('zen3' CFLAGS for kernels)
Compiling obj/amd64/kernels/haswell/3/sup/d6x8/bli_gemmsup_rd_haswell_asm_dMx2.o ('zen3' CFLAGS for kernels)
Compiling obj/amd64/kernels/haswell/3/sup/d6x8/bli_gemmsup_rd_haswell_asm_dMx4.o ('zen3' CFLAGS for kernels)
Compiling obj/amd64/kernels/haswell/3/sup/d6x8/bli_gemmsup_rd_haswell_asm_dMx8.o ('zen3' CFLAGS for kernels)
Compiling obj/amd64/kernels/haswell/3/sup/d6x8/bli_gemmsup_rv_haswell_asm_dMx2.o ('zen3' CFLAGS for kernels)
Compiling obj/amd64/kernels/haswell/3/sup/d6x8/bli_gemmsup_rv_haswell_asm_dMx4.o ('zen3' CFLAGS for kernels)
Compiling obj/amd64/kernels/haswell/3/sup/d6x8/bli_gemmsup_rv_haswell_asm_dMx6.o ('zen3' CFLAGS for kernels)
Compiling obj/amd64/kernels/haswell/3/sup/d6x8/bli_gemmsup_rv_haswell_asm_dMx8.o ('zen3' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/1/bli_amaxv_zen_int.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/1/bli_axpyv_zen_int.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/1/bli_axpyv_zen_int10.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/1/bli_copyv_zen_int.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/1/bli_dotv_zen_int.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/1/bli_dotv_zen_int10.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/1/bli_dotxv_zen_int.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/1/bli_scalv_zen_int.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/1/bli_scalv_zen_int10.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/1/bli_setv_zen_int.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/1/bli_swapv_zen_int8.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/1f/bli_axpyf_zen_int_5.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/1f/bli_axpyf_zen_int_8.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/1f/bli_dotxf_zen_int_8.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/1m/bli_packm_zen_int.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/2/bli_gemv_zen_ref.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/3/bli_gemm_small.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/3/bli_syrk_small.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/3/bli_trsm_small.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/3/sup/bli_gemmsup_rd_zen_asm_s6x16.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/3/sup/bli_gemmsup_rd_zen_asm_s6x16m.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/3/sup/bli_gemmsup_rd_zen_asm_s6x16n.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/3/sup/bli_gemmsup_rv_zen_asm_c3x8.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/3/sup/bli_gemmsup_rv_zen_asm_c3x8m.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/3/sup/bli_gemmsup_rv_zen_asm_c3x8n.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/3/sup/bli_gemmsup_rv_zen_asm_s6x16.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/3/sup/bli_gemmsup_rv_zen_asm_s6x16m.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/3/sup/bli_gemmsup_rv_zen_asm_s6x16n.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/3/sup/bli_gemmsup_rv_zen_asm_z3x4.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/3/sup/bli_gemmsup_rv_zen_asm_z3x4m.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/kernels/zen/3/sup/bli_gemmsup_rv_zen_asm_z3x4n.o ('zen' CFLAGS for kernels)
Compiling obj/amd64/ref_kernels/zen3/bli_cntx_zen3_ref.o ('zen3' CFLAGS for ref. kernel init)
Compiling obj/amd64/ref_kernels/zen3/1/bli_addv_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/1/bli_amaxv_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/1/bli_aminv_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/1/bli_axpbyv_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/1/bli_axpyv_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/1/bli_copyv_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/1/bli_dotv_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/1/bli_dotxv_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/1/bli_invertv_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/1/bli_scal2v_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/1/bli_scalv_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/1/bli_setv_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/1/bli_subv_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/1/bli_swapv_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/1/bli_xpbyv_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/1f/bli_axpy2v_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/1f/bli_axpyf_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/1f/bli_dotaxpyv_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/1f/bli_dotxaxpyf_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/1f/bli_dotxf_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/1m/bli_packm_cxk_1er_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/1m/bli_packm_cxk_3mis_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/1m/bli_packm_cxk_4mi_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/1m/bli_packm_cxk_bb_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/1m/bli_packm_cxk_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/1m/bli_packm_cxk_rih_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/1m/bli_unpackm_cxk_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/3/bli_gemm_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/3/bli_gemmsup_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/3/bli_gemmtrsm_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/3/bli_trsm_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/3/bb/bli_gemmbb_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/3/bb/bli_gemmtrsmbb_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/3/bb/bli_trsmbb_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/ind/bli_gemm1m_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/ind/bli_gemm3m1_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/ind/bli_gemm3mh_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/ind/bli_gemm4m1_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/ind/bli_gemm4mb_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/ind/bli_gemm4mh_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/ind/bli_gemmtrsm1m_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/ind/bli_gemmtrsm3m1_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/ind/bli_gemmtrsm4m1_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/ind/bli_trsm1m_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/ind/bli_trsm3m1_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen3/ind/bli_trsm4m1_zen3_ref.o ('zen3' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/bli_cntx_zen2_ref.o ('zen2' CFLAGS for ref. kernel init)
Compiling obj/amd64/ref_kernels/zen2/1/bli_addv_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/1/bli_amaxv_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/1/bli_aminv_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/1/bli_axpbyv_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/1/bli_axpyv_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/1/bli_copyv_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/1/bli_dotv_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/1/bli_dotxv_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/1/bli_invertv_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/1/bli_scal2v_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/1/bli_scalv_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/1/bli_setv_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/1/bli_subv_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/1/bli_swapv_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/1/bli_xpbyv_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/1f/bli_axpy2v_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/1f/bli_axpyf_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/1f/bli_dotaxpyv_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/1f/bli_dotxaxpyf_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/1f/bli_dotxf_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/1m/bli_packm_cxk_1er_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/1m/bli_packm_cxk_3mis_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/1m/bli_packm_cxk_4mi_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/1m/bli_packm_cxk_bb_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/1m/bli_packm_cxk_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/1m/bli_packm_cxk_rih_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/1m/bli_unpackm_cxk_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/3/bli_gemm_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/3/bli_gemmsup_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/3/bli_gemmtrsm_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/3/bli_trsm_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/3/bb/bli_gemmbb_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/3/bb/bli_gemmtrsmbb_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/3/bb/bli_trsmbb_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/ind/bli_gemm1m_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/ind/bli_gemm3m1_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/ind/bli_gemm3mh_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/ind/bli_gemm4m1_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/ind/bli_gemm4mb_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/ind/bli_gemm4mh_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/ind/bli_gemmtrsm1m_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/ind/bli_gemmtrsm3m1_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/ind/bli_gemmtrsm4m1_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/ind/bli_trsm1m_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/ind/bli_trsm3m1_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen2/ind/bli_trsm4m1_zen2_ref.o ('zen2' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/bli_cntx_zen_ref.o ('zen' CFLAGS for ref. kernel init)
Compiling obj/amd64/ref_kernels/zen/1/bli_addv_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/1/bli_amaxv_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/1/bli_aminv_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/1/bli_axpbyv_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/1/bli_axpyv_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/1/bli_copyv_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/1/bli_dotv_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/1/bli_dotxv_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/1/bli_invertv_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/1/bli_scal2v_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/1/bli_scalv_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/1/bli_setv_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/1/bli_subv_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/1/bli_swapv_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/1/bli_xpbyv_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/1f/bli_axpy2v_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/1f/bli_axpyf_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/1f/bli_dotaxpyv_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/1f/bli_dotxaxpyf_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/1f/bli_dotxf_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/1m/bli_packm_cxk_1er_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/1m/bli_packm_cxk_3mis_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/1m/bli_packm_cxk_4mi_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/1m/bli_packm_cxk_bb_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/1m/bli_packm_cxk_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/1m/bli_packm_cxk_rih_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/1m/bli_unpackm_cxk_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/3/bli_gemm_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/3/bli_gemmsup_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/3/bli_gemmtrsm_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/3/bli_trsm_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/3/bb/bli_gemmbb_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/3/bb/bli_gemmtrsmbb_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/3/bb/bli_trsmbb_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/ind/bli_gemm1m_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/ind/bli_gemm3m1_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/ind/bli_gemm3mh_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/ind/bli_gemm4m1_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/ind/bli_gemm4mb_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/ind/bli_gemm4mh_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/ind/bli_gemmtrsm1m_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/ind/bli_gemmtrsm3m1_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/ind/bli_gemmtrsm4m1_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/ind/bli_trsm1m_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/ind/bli_trsm3m1_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/zen/ind/bli_trsm4m1_zen_ref.o ('zen' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/bli_cntx_generic_ref.o ('generic' CFLAGS for ref. kernel init)
Compiling obj/amd64/ref_kernels/generic/1/bli_addv_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/1/bli_amaxv_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/1/bli_aminv_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/1/bli_axpbyv_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/1/bli_axpyv_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/1/bli_copyv_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/1/bli_dotv_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/1/bli_dotxv_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/1/bli_invertv_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/1/bli_scal2v_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/1/bli_scalv_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/1/bli_setv_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/1/bli_subv_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/1/bli_swapv_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/1/bli_xpbyv_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/1f/bli_axpy2v_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/1f/bli_axpyf_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/1f/bli_dotaxpyv_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/1f/bli_dotxaxpyf_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/1f/bli_dotxf_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/1m/bli_packm_cxk_1er_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/1m/bli_packm_cxk_3mis_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/1m/bli_packm_cxk_4mi_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/1m/bli_packm_cxk_bb_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/1m/bli_packm_cxk_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/1m/bli_packm_cxk_rih_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/1m/bli_unpackm_cxk_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/3/bli_gemm_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/3/bli_gemmsup_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/3/bli_gemmtrsm_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/3/bli_trsm_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/3/bb/bli_gemmbb_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/3/bb/bli_gemmtrsmbb_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/3/bb/bli_trsmbb_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/ind/bli_gemm1m_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/ind/bli_gemm3m1_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/ind/bli_gemm3mh_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/ind/bli_gemm4m1_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/ind/bli_gemm4mb_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/ind/bli_gemm4mh_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/ind/bli_gemmtrsm1m_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/ind/bli_gemmtrsm3m1_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/ind/bli_gemmtrsm4m1_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/ind/bli_trsm1m_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/ind/bli_trsm3m1_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/ref_kernels/generic/ind/bli_trsm4m1_generic_ref.o ('generic' CFLAGS for ref. kernels)
Compiling obj/amd64/frame/0/bli_l0_check.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/0/bli_l0_fpa.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/0/bli_l0_oapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/0/bli_l0_tapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/0/copysc/bli_copysc.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1/bli_l1v_check.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1/bli_l1v_fpa.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1/bli_l1v_oapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1/bli_l1v_oapi_ba.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1/bli_l1v_oapi_ex.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1/bli_l1v_tapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1/bli_l1v_tapi_ba.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1/bli_l1v_tapi_ex.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1d/bli_l1d_check.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1d/bli_l1d_fpa.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1d/bli_l1d_oapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1d/bli_l1d_oapi_ba.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1d/bli_l1d_oapi_ex.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1d/bli_l1d_tapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1d/bli_l1d_tapi_ba.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1d/bli_l1d_tapi_ex.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1f/bli_l1f_check.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1f/bli_l1f_fpa.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1f/bli_l1f_oapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1f/bli_l1f_oapi_ba.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1f/bli_l1f_oapi_ex.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1f/bli_l1f_tapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1f/bli_l1f_tapi_ba.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1f/bli_l1f_tapi_ex.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/bli_l1m_check.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/bli_l1m_fpa.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/bli_l1m_oapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/bli_l1m_oapi_ba.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/bli_l1m_oapi_ex.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/bli_l1m_tapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/bli_l1m_tapi_ba.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/bli_l1m_tapi_ex.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/bli_l1m_unb_var1.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/packm/bli_packm_blk_var1.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/packm/bli_packm_blk_var1_md.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/packm/bli_packm_check.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/packm/bli_packm_cntl.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/packm/bli_packm_cxk.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/packm/bli_packm_cxk_1er.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/packm/bli_packm_cxk_3mis.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/packm/bli_packm_cxk_4mi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/packm/bli_packm_cxk_rih.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/packm/bli_packm_init.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/packm/bli_packm_int.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/packm/bli_packm_part.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/packm/bli_packm_struc_cxk.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/packm/bli_packm_struc_cxk_1er.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/packm/bli_packm_struc_cxk_3mis.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/packm/bli_packm_struc_cxk_4mi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/packm/bli_packm_struc_cxk_md.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/packm/bli_packm_struc_cxk_rih.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/packm/bli_packm_thrinfo.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/packm/bli_packm_unb_var1.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/unpackm/bli_unpackm_blk_var1.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/unpackm/bli_unpackm_check.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/unpackm/bli_unpackm_cntl.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/unpackm/bli_unpackm_cxk.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/unpackm/bli_unpackm_int.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/1m/unpackm/bli_unpackm_unb_var1.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/bli_l2_check.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/bli_l2_fpa.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/bli_l2_oapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/bli_l2_oapi_ba.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/bli_l2_oapi_ex.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/bli_l2_tapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/bli_l2_tapi_ba.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/bli_l2_tapi_ex.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/gemv/bli_gemv_unb_var1.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/gemv/bli_gemv_unb_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/gemv/bli_gemv_unf_var1.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/gemv/bli_gemv_unf_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/gemv/bli_gemv_var_oapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/ger/bli_ger_unb_var1.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/ger/bli_ger_unb_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/ger/bli_ger_var_oapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/hemv/bli_hemv_unb_var1.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/hemv/bli_hemv_unb_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/hemv/bli_hemv_unb_var3.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/hemv/bli_hemv_unb_var4.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/hemv/bli_hemv_unf_var1.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/hemv/bli_hemv_unf_var1a.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/hemv/bli_hemv_unf_var3.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/hemv/bli_hemv_unf_var3a.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/hemv/bli_hemv_var_oapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/her/bli_her_unb_var1.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/her/bli_her_unb_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/her/bli_her_var_oapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/her2/bli_her2_unb_var1.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/her2/bli_her2_unb_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/her2/bli_her2_unb_var3.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/her2/bli_her2_unb_var4.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/her2/bli_her2_unf_var1.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/her2/bli_her2_unf_var4.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/her2/bli_her2_var_oapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/trmv/bli_trmv_unb_var1.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/trmv/bli_trmv_unb_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/trmv/bli_trmv_unf_var1.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/trmv/bli_trmv_unf_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/trmv/bli_trmv_var_oapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/trsv/bli_trsv_unb_var1.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/trsv/bli_trsv_unb_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/trsv/bli_trsv_unf_var1.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/trsv/bli_trsv_unf_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/2/trsv/bli_trsv_var_oapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/bli_l3_blocksize.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/bli_l3_check.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/bli_l3_cntl.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/bli_l3_direct.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/bli_l3_oapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/bli_l3_oapi_ba.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/bli_l3_oapi_ex.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/bli_l3_packm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/bli_l3_prune.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/bli_l3_sup.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/bli_l3_sup_int.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/bli_l3_sup_packm_a.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/bli_l3_sup_packm_b.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/bli_l3_sup_packm_var.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/bli_l3_sup_ref.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/bli_l3_sup_var12.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/bli_l3_sup_var1n2m.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/bli_l3_tapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/bli_l3_tapi_ba.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/bli_l3_tapi_ex.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/bli_l3_thrinfo.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/bli_l3_ukr_fpa.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/bli_l3_ukr_oapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/bli_l3_ukr_tapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/gemm/bli_gemm_blk_var1.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/gemm/bli_gemm_blk_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/gemm/bli_gemm_blk_var3.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/gemm/bli_gemm_cntl.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/gemm/bli_gemm_front.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/gemm/bli_gemm_int.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/gemm/bli_gemm_ker_var1.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/gemm/bli_gemm_ker_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/gemm/bli_gemm_ker_var2_md.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/gemm/bli_gemm_md.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/gemm/bli_gemm_md_c2r_ref.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/gemm/bli_gemm_packab.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/gemm/ind/bli_gemm4mb_ker_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/gemmt/bli_gemmt_front.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/gemmt/bli_gemmt_ker_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/gemmt/bli_gemmt_sup_var1n2m.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/hemm/bli_hemm_front.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/her2k/bli_her2k_front.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/herk/bli_herk_front.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/herk/bli_herk_l_ker_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/herk/bli_herk_u_ker_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/herk/bli_herk_x_ker_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/symm/bli_symm_front.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/syr2k/bli_syr2k_front.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/syrk/bli_syrk_front.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/trmm/bli_trmm_front.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/trmm/bli_trmm_ll_ker_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/trmm/bli_trmm_lu_ker_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/trmm/bli_trmm_rl_ker_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/trmm/bli_trmm_ru_ker_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/trmm/bli_trmm_xx_ker_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/trmm3/bli_trmm3_front.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/trsm/bli_trsm_blk_var1.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/trsm/bli_trsm_blk_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/trsm/bli_trsm_blk_var3.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/trsm/bli_trsm_cntl.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/trsm/bli_trsm_front.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/trsm/bli_trsm_int.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/trsm/bli_trsm_ll_ker_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/trsm/bli_trsm_lu_ker_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/trsm/bli_trsm_packab.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/trsm/bli_trsm_rl_ker_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/trsm/bli_trsm_ru_ker_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/3/trsm/bli_trsm_xx_ker_var2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_apool.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_arch.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_array.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_blksz.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_check.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_clock.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_cntl.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_cntx.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_const.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_cpuid.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_env.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_error.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_func.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_getopt.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_gks.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_info.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_init.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_machval.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_malloc.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_mbool.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_membrk.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_memsys.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_obj.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_obj_scalar.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_pack.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_param_map.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_part.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_pool.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_prune.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_query.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_rntm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_sba.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_setgetij.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_setri.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_string.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/bli_winsys.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/cast/bli_castm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/cast/bli_castnzm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/cast/bli_castv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/check/bli_obj_check.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/check/bli_part_check.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/noopt/bli_dlamch.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/noopt/bli_lsame.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/noopt/bli_slamch.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/proj/bli_projm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/base/proj/bli_projv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_amax.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_amin.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_asum.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_axpby.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_axpy.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_copy.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_dot.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_gemm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_gemm3m.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_gemm_batch.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_gemmt.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_gemv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_ger.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_hemm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_hemv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_her.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_her2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_her2k.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_herk.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_imatcopy.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_nrm2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_omatadd.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_omatcopy.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_omatcopy2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_scal.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_swap.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_symm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_symv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_syr.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_syr2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_syr2k.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_syrk.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_trmm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_trmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_trsm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/bla_trsv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/blis/thread/b77_thread.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/f77_sub/f77_amax_sub.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/f77_sub/f77_amin_sub.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/f77_sub/f77_asum_sub.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/f77_sub/f77_dot_sub.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/f77_sub/f77_nrm2_sub.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_caxpby.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_caxpy.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_ccopy.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_cdotc_sub.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_cdotu_sub.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_cgbmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_cgemm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_cgemm3m.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_cgemm_batch.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_cgemmt.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_cgemv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_cgerc.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_cgeru.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_chbmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_chemm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_chemv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_cher.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_cher2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_cher2k.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_cherk.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_chpmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_chpr.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_chpr2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_cscal.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_csscal.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_cswap.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_csymm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_csyr2k.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_csyrk.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_ctbmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_ctbsv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_ctpmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_ctpsv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_ctrmm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_ctrmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_ctrsm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_ctrsv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dasum.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_daxpby.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_daxpy.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dcabs1.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dcopy.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_ddot.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dgbmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dgemm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dgemm_batch.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dgemmt.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dgemv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dger.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dnrm2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_drot.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_drotg.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_drotm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_drotmg.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dsbmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dscal.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dsdot.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dspmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dspr.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dspr2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dswap.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dsymm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dsymv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dsyr.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dsyr2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dsyr2k.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dsyrk.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dtbmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dtbsv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dtpmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dtpsv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dtrmm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dtrmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dtrsm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dtrsv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dzasum.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_dznrm2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_globals.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_icamax.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_icamin.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_idamax.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_idamin.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_isamax.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_isamin.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_izamax.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_izamin.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_sasum.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_saxpby.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_saxpy.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_scabs1.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_scasum.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_scnrm2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_scopy.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_sdot.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_sdsdot.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_sgbmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_sgemm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_sgemm_batch.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_sgemmt.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_sgemv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_sger.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_snrm2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_srot.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_srotg.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_srotm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_srotmg.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_ssbmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_sscal.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_sspmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_sspr.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_sspr2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_sswap.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_ssymm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_ssymv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_ssyr.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_ssyr2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_ssyr2k.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_ssyrk.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_stbmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_stbsv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_stpmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_stpsv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_strmm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_strmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_strsm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_strsv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_xerbla.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zaxpby.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zaxpy.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zcopy.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zdotc_sub.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zdotu_sub.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zdscal.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zgbmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zgemm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zgemm3m.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zgemm_batch.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zgemmt.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zgemv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zgerc.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zgeru.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zhbmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zhemm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zhemv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zher.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zher2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zher2k.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zherk.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zhpmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zhpr.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zhpr2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zscal.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zswap.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zsymm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zsyr2k.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_zsyrk.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_ztbmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_ztbsv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_ztpmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_ztpsv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_ztrmm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_ztrmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_ztrsm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/cblas/src/cblas_ztrsv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/bla_cabs1.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/bla_gbmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/bla_hbmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/bla_hpmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/bla_hpr.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/bla_hpr2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/bla_lsame.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/bla_rot.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/bla_rotg.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/bla_rotm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/bla_rotmg.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/bla_sbmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/bla_spmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/bla_spr.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/bla_spr2.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/bla_tbmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/bla_tbsv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/bla_tpmv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/bla_tpsv.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/bla_xerbla.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/bla_xerbla_array.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/util/bla_c_abs.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/util/bla_c_div.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/util/bla_d_abs.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/util/bla_d_cnjg.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/util/bla_d_imag.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/util/bla_d_sign.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/util/bla_f__cabs.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/util/bla_r_abs.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/util/bla_r_cnjg.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/util/bla_r_imag.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/util/bla_r_sign.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/util/bla_z_abs.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/compat/f2c/util/bla_z_div.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/ind/bli_ind.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/ind/bli_l3_ind.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/ind/cntx/bli_cntx_ind_stage.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/ind/oapi/bli_l3_3m4m1m_oapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/ind/oapi/bli_l3_ind_oapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/ind/oapi/bli_l3_nat_oapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/ind/tapi/bli_l3_ind_tapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/thread/bli_l3_decor_openmp.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/thread/bli_l3_decor_pthreads.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/thread/bli_l3_decor_single.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/thread/bli_l3_sup_decor_openmp.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/thread/bli_l3_sup_decor_pthreads.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/thread/bli_l3_sup_decor_single.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/thread/bli_pthread.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/thread/bli_thrcomm.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/thread/bli_thrcomm_openmp.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/thread/bli_thrcomm_pthreads.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/thread/bli_thrcomm_single.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/thread/bli_thread.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/thread/bli_thrinfo.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/thread/bli_thrinfo_sup.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/util/bli_util_check.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/util/bli_util_fpa.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/util/bli_util_oapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/util/bli_util_oapi_ba.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/util/bli_util_oapi_ex.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/util/bli_util_tapi.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/util/bli_util_tapi_ba.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/util/bli_util_tapi_ex.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/util/bli_util_unb_var1.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/frame/util/bli_util_update.o ('amd64' CFLAGS for framework code)
Compiling obj/amd64/aocl_dtl/aocldtl.o ('amd64' CFLAGS for AOCL debug and trace code)
Compiling obj/amd64/aocl_dtl/aocldtl_blis.o ('amd64' CFLAGS for AOCL debug and trace code)
Compiling obj/amd64/aocl_dtl/aoclfal.o ('amd64' CFLAGS for AOCL debug and trace code)
Compiling obj/amd64/aocl_dtl/aoclflist.o ('amd64' CFLAGS for AOCL debug and trace code)
Compiling obj/amd64/aocl_dtl/aoclos.o ('amd64' CFLAGS for AOCL debug and trace code)
Compiling obj/amd64/aocl_dtl/test_dtl.o ('amd64' CFLAGS for AOCL debug and trace code)
Dynamically linking lib/amd64/libblis-mt.so
Creating symlink lib/amd64/libblis-mt.so.3
@nix { "action": "setPhase", "phase": "checkPhase" }
running tests
check flags: -j2 -l2 SHELL=/nix/store/f7jzmxq9bpbxsg69cszx56mw14n115n5-bash-4.4-p23/bin/bash VERBOSE=y check
Compiling obj/amd64/testsuite/test_addm.o
Compiling obj/amd64/testsuite/test_addv.o
Compiling obj/amd64/testsuite/test_amaxv.o
Compiling obj/amd64/testsuite/test_axpbyv.o
Compiling obj/amd64/testsuite/test_axpy2v.o
Compiling obj/amd64/testsuite/test_axpyf.o
Compiling obj/amd64/testsuite/test_axpym.o
Compiling obj/amd64/testsuite/test_axpyv.o
Compiling obj/amd64/testsuite/test_copym.o
Compiling obj/amd64/testsuite/test_copyv.o
Compiling obj/amd64/testsuite/test_dotaxpyv.o
Compiling obj/amd64/testsuite/test_dotv.o
Compiling obj/amd64/testsuite/test_dotxaxpyf.o
Compiling obj/amd64/testsuite/test_dotxf.o
Compiling obj/amd64/testsuite/test_dotxv.o
Compiling obj/amd64/testsuite/test_gemm.o
Compiling obj/amd64/testsuite/test_gemm_ukr.o
Compiling obj/amd64/testsuite/test_gemmt.o
Compiling obj/amd64/testsuite/test_gemmtrsm_ukr.o
Compiling obj/amd64/testsuite/test_gemv.o
Compiling obj/amd64/testsuite/test_ger.o
Compiling obj/amd64/testsuite/test_hemm.o
Compiling obj/amd64/testsuite/test_hemv.o
Compiling obj/amd64/testsuite/test_her.o
Compiling obj/amd64/testsuite/test_her2.o
Compiling obj/amd64/testsuite/test_her2k.o
Compiling obj/amd64/testsuite/test_herk.o
Compiling obj/amd64/testsuite/test_libblis.o
Compiling obj/amd64/testsuite/test_normfm.o
Compiling obj/amd64/testsuite/test_normfv.o
Compiling obj/amd64/testsuite/test_randm.o
Compiling obj/amd64/testsuite/test_randv.o
Compiling obj/amd64/testsuite/test_scal2m.o
Compiling obj/amd64/testsuite/test_scal2v.o
Compiling obj/amd64/testsuite/test_scalm.o
Compiling obj/amd64/testsuite/test_scalv.o
Compiling obj/amd64/testsuite/test_setm.o
Compiling obj/amd64/testsuite/test_setv.o
Compiling obj/amd64/testsuite/test_subm.o
Compiling obj/amd64/testsuite/test_subv.o
Compiling obj/amd64/testsuite/test_symm.o
Compiling obj/amd64/testsuite/test_symv.o
Compiling obj/amd64/testsuite/test_syr.o
Compiling obj/amd64/testsuite/test_syr2.o
Compiling obj/amd64/testsuite/test_syr2k.o
Compiling obj/amd64/testsuite/test_syrk.o
Compiling obj/amd64/testsuite/test_trmm.o
Compiling obj/amd64/testsuite/test_trmm3.o
Compiling obj/amd64/testsuite/test_trmv.o
Compiling obj/amd64/testsuite/test_trsm.o
Compiling obj/amd64/testsuite/test_trsm_ukr.o
Compiling obj/amd64/testsuite/test_trsv.o
Compiling obj/amd64/testsuite/test_xpbym.o
Compiling obj/amd64/testsuite/test_xpbyv.o
Compiling obj/amd64/blastest/cblat1.o
Compiling obj/amd64/blastest/abs.o
Compiling obj/amd64/blastest/acos.o
Compiling obj/amd64/blastest/asin.o
Compiling obj/amd64/blastest/atan.o
Compiling obj/amd64/blastest/atn2.o
Compiling obj/amd64/blastest/close.o
Compiling obj/amd64/blastest/cnjg.o
Compiling obj/amd64/blastest/cos.o
Compiling obj/amd64/blastest/cosh.o
Compiling obj/amd64/blastest/dim.o
Compiling obj/amd64/blastest/div.o
Compiling obj/amd64/blastest/dolio.o
Compiling obj/amd64/blastest/endfile.o
Compiling obj/amd64/blastest/epsilon.o
Compiling obj/amd64/blastest/err.o
Compiling obj/amd64/blastest/exit_.o
Compiling obj/amd64/blastest/exp.o
Compiling obj/amd64/blastest/fmt.o
Compiling obj/amd64/blastest/fmtlib.o
Compiling obj/amd64/blastest/h_dnnt.o
Compiling obj/amd64/blastest/hl_cmp.o
Compiling obj/amd64/blastest/i_dnnt.o
Compiling obj/amd64/blastest/i_len.o
Compiling obj/amd64/blastest/imag.o
Compiling obj/amd64/blastest/int.o
Compiling obj/amd64/blastest/l_cmp.o
Compiling obj/amd64/blastest/lg10.o
Compiling obj/amd64/blastest/log.o
Compiling obj/amd64/blastest/lread.o
Compiling obj/amd64/blastest/lwrite.o
Compiling obj/amd64/blastest/mod.o
Compiling obj/amd64/blastest/nint.o
Compiling obj/amd64/blastest/open.o
Compiling obj/amd64/blastest/pow.o
Compiling obj/amd64/blastest/prod.o
Compiling obj/amd64/blastest/rdfmt.o
Compiling obj/amd64/blastest/rewind.o
Compiling obj/amd64/blastest/rsfe.o
Compiling obj/amd64/blastest/s_cmp.o
Compiling obj/amd64/blastest/s_copy.o
Compiling obj/amd64/blastest/s_stop.o
Compiling obj/amd64/blastest/sfe.o
Compiling obj/amd64/blastest/sig_die.o
Compiling obj/amd64/blastest/sign.o
Compiling obj/amd64/blastest/sin.o
Compiling obj/amd64/blastest/sinh.o
Compiling obj/amd64/blastest/sqrt.o
Compiling obj/amd64/blastest/tan.o
Compiling obj/amd64/blastest/tanh.o
Compiling obj/amd64/blastest/util.o
Compiling obj/amd64/blastest/wref.o
Compiling obj/amd64/blastest/wrtfmt.o
Compiling obj/amd64/blastest/wsfe.o
Compiling obj/amd64/blastest/wsle.o
Compiling obj/amd64/blastest/cblat2.o
Compiling obj/amd64/blastest/cblat3.o
Compiling obj/amd64/blastest/dblat1.o
Compiling obj/amd64/blastest/dblat2.o
Compiling obj/amd64/blastest/dblat3.o
Compiling obj/amd64/blastest/sblat1.o
Compiling obj/amd64/blastest/sblat2.o
Compiling obj/amd64/blastest/sblat3.o
Compiling obj/amd64/blastest/zblat1.o
Compiling obj/amd64/blastest/zblat2.o
Compiling obj/amd64/blastest/zblat3.o
Linking test_libblis-mt.x against 'lib/amd64/libblis-mt.so -lm -lpthread -Wl,-rpath,lib/amd64 -fopenmp -lrt'
Archiving obj/amd64/blastest/libf2c.a
Running test_libblis-mt.x (fast) with output redirected to 'output.testsuite'
Linking cblat1.x against 'libf2c.a lib/amd64/libblis-mt.so -lm -lpthread -Wl,-rpath,lib/amd64 -fopenmp -lrt'
Linking cblat2.x against 'libf2c.a lib/amd64/libblis-mt.so -lm -lpthread -Wl,-rpath,lib/amd64 -fopenmp -lrt'
Linking cblat3.x against 'libf2c.a lib/amd64/libblis-mt.so -lm -lpthread -Wl,-rpath,lib/amd64 -fopenmp -lrt'
Linking dblat1.x against 'libf2c.a lib/amd64/libblis-mt.so -lm -lpthread -Wl,-rpath,lib/amd64 -fopenmp -lrt'
Linking dblat2.x against 'libf2c.a lib/amd64/libblis-mt.so -lm -lpthread -Wl,-rpath,lib/amd64 -fopenmp -lrt'
Linking dblat3.x against 'libf2c.a lib/amd64/libblis-mt.so -lm -lpthread -Wl,-rpath,lib/amd64 -fopenmp -lrt'
Linking sblat1.x against 'libf2c.a lib/amd64/libblis-mt.so -lm -lpthread -Wl,-rpath,lib/amd64 -fopenmp -lrt'
Linking sblat2.x against 'libf2c.a lib/amd64/libblis-mt.so -lm -lpthread -Wl,-rpath,lib/amd64 -fopenmp -lrt'
Linking sblat3.x against 'libf2c.a lib/amd64/libblis-mt.so -lm -lpthread -Wl,-rpath,lib/amd64 -fopenmp -lrt'
Linking zblat1.x against 'libf2c.a lib/amd64/libblis-mt.so -lm -lpthread -Wl,-rpath,lib/amd64 -fopenmp -lrt'
Linking zblat2.x against 'libf2c.a lib/amd64/libblis-mt.so -lm -lpthread -Wl,-rpath,lib/amd64 -fopenmp -lrt'
Linking zblat3.x against 'libf2c.a lib/amd64/libblis-mt.so -lm -lpthread -Wl,-rpath,lib/amd64 -fopenmp -lrt'
check-blistest.sh: All BLIS tests passed!
Running cblat1.x > 'out.cblat1'
Running cblat2.x < './blastest/input/cblat2.in' (output to 'out.cblat2')
Running cblat3.x < './blastest/input/cblat3.in' (output to 'out.cblat3')
Running dblat1.x > 'out.dblat1'
Running dblat2.x < './blastest/input/dblat2.in' (output to 'out.dblat2')
Running dblat3.x < './blastest/input/dblat3.in' (output to 'out.dblat3')
Running sblat1.x > 'out.sblat1'
Running sblat2.x < './blastest/input/sblat2.in' (output to 'out.sblat2')
Running sblat3.x < './blastest/input/sblat3.in' (output to 'out.sblat3')
Running zblat1.x > 'out.zblat1'
Running zblat2.x < './blastest/input/zblat2.in' (output to 'out.zblat2')
Running zblat3.x < './blastest/input/zblat3.in' (output to 'out.zblat3')
check-blastest.sh: All BLAS tests passed!
@nix { "action": "setPhase", "phase": "installPhase" }
installing
install flags: SHELL=/nix/store/f7jzmxq9bpbxsg69cszx56mw14n115n5-bash-4.4-p23/bin/bash install
Installing libblis-mt.so.3.0.0 into /nix/store/vjq9kfx2i9b963h5d1fhfkp2v010apnw-amd-blis-3.0/lib/
Installing symlink libblis-mt.so into /nix/store/vjq9kfx2i9b963h5d1fhfkp2v010apnw-amd-blis-3.0/lib/
Installing symlink libblis-mt.so.3 into /nix/store/vjq9kfx2i9b963h5d1fhfkp2v010apnw-amd-blis-3.0/lib/
Generating monolithic cblas.h.........
Generated include/amd64/cblas.h
Installing blis.h cblas.h *.hh into /nix/store/vjq9kfx2i9b963h5d1fhfkp2v010apnw-amd-blis-3.0/include/blis/
Installing config.mk common.mk into /nix/store/vjq9kfx2i9b963h5d1fhfkp2v010apnw-amd-blis-3.0/share/blis/
Installing config/amd64/make_defs.mk into /nix/store/vjq9kfx2i9b963h5d1fhfkp2v010apnw-amd-blis-3.0/share/blis/config/amd64
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/vjq9kfx2i9b963h5d1fhfkp2v010apnw-amd-blis-3.0
shrinking /nix/store/vjq9kfx2i9b963h5d1fhfkp2v010apnw-amd-blis-3.0/lib/libblis-mt.so.3.0.0
rewriting symlink /nix/store/vjq9kfx2i9b963h5d1fhfkp2v010apnw-amd-blis-3.0/lib/libcblas.so to be relative to /nix/store/vjq9kfx2i9b963h5d1fhfkp2v010apnw-amd-blis-3.0
rewriting symlink /nix/store/vjq9kfx2i9b963h5d1fhfkp2v010apnw-amd-blis-3.0/lib/libcblas.so.3 to be relative to /nix/store/vjq9kfx2i9b963h5d1fhfkp2v010apnw-amd-blis-3.0
rewriting symlink /nix/store/vjq9kfx2i9b963h5d1fhfkp2v010apnw-amd-blis-3.0/lib/libblas.so.3 to be relative to /nix/store/vjq9kfx2i9b963h5d1fhfkp2v010apnw-amd-blis-3.0
rewriting symlink /nix/store/vjq9kfx2i9b963h5d1fhfkp2v010apnw-amd-blis-3.0/lib/libblas.so to be relative to /nix/store/vjq9kfx2i9b963h5d1fhfkp2v010apnw-amd-blis-3.0
strip is /nix/store/cp1sa3xxvl71cypiinw2c62i5s33chlr-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/vjq9kfx2i9b963h5d1fhfkp2v010apnw-amd-blis-3.0/lib
patching script interpreter paths in /nix/store/vjq9kfx2i9b963h5d1fhfkp2v010apnw-amd-blis-3.0
checking for references to /build/ in /nix/store/vjq9kfx2i9b963h5d1fhfkp2v010apnw-amd-blis-3.0...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment