ROCm / rocBLAS

Next generation BLAS implementation for ROCm platform
https://rocm.docs.amd.com/projects/rocBLAS/en/latest/
Other
345 stars 165 forks source link

[Bug]: .co and .dat files not being generated when building with Tensile #1277

Closed Madouura closed 1 year ago

Madouura commented 2 years ago

Describe the bug

rocBLAS or Tensile will not correctly generate .co and .dat files when building. (TensileCreateLibraryFiles)

To Reproduce

7294a708d91a68e6179d6d1bc74b254686ee8030 (Also latest develop and a few release versions back) Steps to reproduce the behavior:

  1. Build manually with nix shell at https://github.com/Madouura/nixpkgs/commit/9db4fb176270830680bafc21f9ae3253820a2329
  2. nix-shell -I nixpkgs=/home/mado/Documents/Development/nixpkgs -p stdenv cmake rocm-cmake rocm-runtime rocm-device-libs rocm-comgr hip llvmPackages.openmp llvmPackages.openmp python3 python3Packages.pyyaml python3Packages.msgpack boost.dev llvmPackages_rocm.clang llvmPackages_rocm.llvm msgpack libxml2 python3Packages.wheel gtest python3Packages.pandas
  3. CXX=hipcc CC=hipcc FC=gfortran cmake -DCMAKE_C_COMPILER=hipcc -DCMAKE_CXX_COMPILER=hipcc -DCMAKE_FC_COMPILER=gfortran -Dpython=python3 -DCMAKE_BUILD_TYPE=Release -DAMDGPU_TARGETS=gfx803 -DTENSILE_VENV_UPGRADE_PIP=ON -DTensile_LAZY_LIBRARY_LOADING=ON ..
  4. CXX=hipcc CC=hipcc FC=gfortran cmake --build . -j 32

Expected behavior

When using BUILD_WITH_TENSILE, the .co and .dat files in build/Tensile/library should be present.

Log-files

Several variations of cmake config command as well as architectures used, using gfx803 for rapid testing.

Configure: ```console rocBLAS/build (7294a70) [$] via △ v3.24.2 via ❄️ impure (shell) took 23s ❯ CXX=hipcc CC=hipcc FC=gfortran cmake -DCMAKE_C_COMPILER=hipcc -DCMAKE_CXX_COMPILER=hipcc -DCMAKE_FC_COMPILER=gfortran -Dpython=python3 -DCMAKE_BUILD_TYPE=Release -DAMDGPU_TARGETS=gfx803 -DTENSILE_VENV_UPGRADE_PIP=ON -DTensile_LAZY_LIBRARY_LOADING=ON .. -- Use hip-clang to build for amdgpu backend -- OS detected is nixos /nix/store/fkcl1wzq3106qqgl84bhgk1lp56q6bzg-python3-3.10.7/bin/python3 -m venv /home/mado/Downloads/rocBLAS/build/virtualenv --system-site-packages --clear virtualenv python version: /home/mado/Downloads/rocBLAS/build/virtualenv/bin/python3 Python 3.10.7 /home/mado/Downloads/rocBLAS/build/virtualenv/bin/python3 -m pip install --upgrade pip Requirement already satisfied: pip in ./virtualenv/lib/python3.10/site-packages (22.2.2) Collecting pip Using cached pip-22.3-py3-none-any.whl (2.1 MB) Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 22.2.2 Uninstalling pip-22.2.2: Successfully uninstalled pip-22.2.2 Successfully installed pip-22.3 /home/mado/Downloads/rocBLAS/build/virtualenv/bin/python3 -m pip install git+https://github.com/ROCmSoftwarePlatform/Tensile.git@b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08 Collecting git+https://github.com/ROCmSoftwarePlatform/Tensile.git@b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08 Cloning https://github.com/ROCmSoftwarePlatform/Tensile.git (to revision b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08) to /run/user/1000/pip-req-build-jrmhw2bh Running command git clone --filter=blob:none --quiet https://github.com/ROCmSoftwarePlatform/Tensile.git /run/user/1000/pip-req-build-jrmhw2bh Running command git rev-parse -q --verify 'sha^b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08' Running command git fetch -q https://github.com/ROCmSoftwarePlatform/Tensile.git b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08 Running command git checkout -q b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08 Resolved https://github.com/ROCmSoftwarePlatform/Tensile.git to commit b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08 Running command git submodule update --init --recursive -q Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: pyyaml in /nix/store/hfd2mlapz5ljh0y0qckkr0x560f2zdhf-python3.10-pyyaml-6.0/lib/python3.10/site-packages (from Tensile==4.34.0) (6.0) Requirement already satisfied: msgpack in /nix/store/570ldhh0fsq1fnfr9k0n6qn5kkx9nsnc-python3.10-msgpack-1.0.4/lib/python3.10/site-packages (from Tensile==4.34.0) (1.0.4) Building wheels for collected packages: Tensile Building wheel for Tensile (setup.py): started Building wheel for Tensile (setup.py): finished with status 'done' Created wheel for Tensile: filename=Tensile-4.34.0-py3-none-any.whl size=4624539 sha256=ce9066ab9234b353505905c66ef0fa0d6e73a9a43e7bf65b9123231850d342ec Stored in directory: /home/mado/.cache/pip/wheels/55/bb/d4/8e72757a3bad7dbfa969bc15f51aac656b67abc84c4b04a45a Successfully built Tensile Installing collected packages: Tensile Successfully installed Tensile-4.34.0 -- using GIT Tensile fork=ROCmSoftwarePlatform from branch=b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08 -- Adding /home/mado/Downloads/rocBLAS/build/virtualenv to CMAKE_PREFIX_PATH -- hip::amdhip64 is SHARED_LIBRARY -- hip::amdhip64 is SHARED_LIBRARY -- Using AMDGPU_TARGETS: gfx803 -- Tensile script: /home/mado/Downloads/rocBLAS/build/virtualenv/lib/python3.10/site-packages/Tensile/bin/TensileCreateLibrary -- Tensile_CREATE_COMMAND: /home/mado/Downloads/rocBLAS/build/virtualenv/lib/python3.10/site-packages/Tensile/bin/TensileCreateLibrary;--merge-files;--separate-architectures;--lazy-library-loading;--no-short-file-names;--no-library-print-debug;--code-object-version=V3;--cxx-compiler=hipcc;--library-format=msgpack;--architecture=gfx803;/home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full;/home/mado/Downloads/rocBLAS/build/Tensile;HIP -- Tensile_MANIFEST_FILE_PATH: /home/mado/Downloads/rocBLAS/build/Tensile/library/TensileManifest.txt '/home/mado/Downloads/rocBLAS/build/virtualenv/lib/python3.10/site-packages/Tensile/bin/TensileCreateLibrary' '--merge-files' '--separate-architectures' '--lazy-library-loading' '--no-short-file-names' '--no-library-print-debug' '--code-object-version=V3' '--cxx-compiler=hipcc' '--library-format=msgpack' '--architecture=gfx803' '/home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full' '/home/mado/Downloads/rocBLAS/build/Tensile' 'HIP' '--generate-manifest-and-exit' ################################################################################ # Tensile Create Library # Detected local GPU with ISA: gfx1030 # Detected local GPU with ISA: gfx1030 cap gfx000 gfx803 gfx900 gfx906 gfx908 gfx90a gfx1010 gfx1011 gfx1012 gfx1030 gfx1100 gfx1101 gfx1102 HasMFMA_bf16_1k 0 0 0 0 0 0 0 0 0 0 0 0 0 HasAddLshl 0 0 0 0 0 0 0 0 0 0 0 0 0 HasAtomicAdd 0 0 0 0 0 0 0 0 0 0 0 0 0 HasCodeObjectV3 0 0 0 0 0 0 0 0 0 0 0 0 0 HasDirectToLds 0 0 0 0 0 0 0 0 0 0 0 0 0 HasExplicitCO 0 0 0 0 0 0 0 0 0 0 0 0 0 HasExplicitNC 0 0 0 0 0 0 0 0 0 0 0 0 0 HasLshlOr 0 0 0 0 0 0 0 0 0 0 0 0 0 HasMFMA 0 0 0 0 0 0 0 0 0 0 0 0 0 HasSMulHi 0 0 0 0 0 0 0 0 0 0 0 0 0 MaxLgkmcnt 1 1 1 1 1 1 1 1 1 1 1 1 1 MaxVmcnt 0 0 0 0 0 0 0 0 0 0 0 0 0 SupportedISA 0 0 0 0 0 0 0 0 0 0 0 0 0 SupportedSource 1 1 1 1 1 1 1 1 1 1 1 1 1 v_dot2_f32_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_dot2c_f32_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fma_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_mac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_pk_fma_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_pk_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fma_f32 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fma_mix_f32 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fmac_f32 0 0 0 0 0 0 0 0 0 0 0 0 0 v_mac_f32 0 0 0 0 0 0 0 0 0 0 0 0 0 v_mad_mix_f32 0 0 0 0 0 0 0 0 0 0 0 0 0 HasMFMA_f64 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fma_f64 0 0 0 0 0 0 0 0 0 0 0 0 0 VOP3v_dot4_i32_i8 0 0 0 0 0 0 0 0 0 0 0 0 0 v_dot4_i32_i8 0 0 0 0 0 0 0 0 0 0 0 0 0 v_dot4c_i32_i8 0 0 0 0 0 0 0 0 0 0 0 0 0 ArchAccUnifiedRegs 0 0 0 0 0 1 0 0 0 0 0 0 0 CMPXWritesSGPR 1 1 1 1 1 1 0 0 0 0 0 0 0 HasAccCD 0 0 0 0 0 1 0 0 0 0 0 0 0 HasEccHalf 0 0 0 1 1 1 0 0 0 0 0 0 0 HasWave32 0 0 0 0 0 0 1 1 1 1 1 1 1 SeparateVscnt 0 0 0 0 0 0 1 1 1 1 1 1 1 Waitcnt0Disabled 0 0 0 0 1 1 0 0 0 0 0 0 0 # Found hipcc version 5.3.22061- # CodeObjectVersion from TensileCreateLibrary: V3 # CxxCompiler from TensileCreateLibrary: hipcc # Architecture from TensileCreateLibrary: gfx803 # LibraryFormat from TensileCreateLibrary: msgpack # LibraryLogicFiles: # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Ailk_Bjlk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Ailk_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Ailk_Bljk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Ailk_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Alik_Bjlk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Alik_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Alik_Bljk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Alik_Bljk_SB.yaml Reading logic files: Launching 32 threads... Reading logic files: Done. [|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||] 100% (0.7 secs elapsed) -- *** NOTE: blas2/rocblas_ger_kernels.cpp is compiled with the verbose flag -v for QC purposes. -- Configuring done -- Generating done -- Build files have been written to: /home/mado/Downloads/rocBLAS/build ```
Build: ```console rocBLAS/build (7294a70) [$] via △ v3.24.2 via ❄️ impure (shell) took 22s ❯ CXX=hipcc CC=hipcc FC=gfortran cmake --build . -j 32 [ 0%] Built target rocblas_device_malloc [ 1%] Built target rocblas_proto_templates [ 1%] Generating Tensile Libraries ################################################################################ # Tensile Create Library # Detected local GPU with ISA: gfx1030 # Detected local GPU with ISA: gfx1030 cap gfx000 gfx803 gfx900 gfx906 gfx908 gfx90a gfx1010 gfx1011 gfx1012 gfx1030 gfx1100 gfx1101 gfx1102 HasMFMA_bf16_1k 0 0 0 0 0 0 0 0 0 0 0 0 0 HasAddLshl 0 0 0 0 0 0 0 0 0 0 0 0 0 HasAtomicAdd 0 0 0 0 0 0 0 0 0 0 0 0 0 HasCodeObjectV3 0 0 0 0 0 0 0 0 0 0 0 0 0 HasDirectToLds 0 0 0 0 0 0 0 0 0 0 0 0 0 HasExplicitCO 0 0 0 0 0 0 0 0 0 0 0 0 0 HasExplicitNC 0 0 0 0 0 0 0 0 0 0 0 0 0 HasLshlOr 0 0 0 0 0 0 0 0 0 0 0 0 0 HasMFMA 0 0 0 0 0 0 0 0 0 0 0 0 0 HasSMulHi 0 0 0 0 0 0 0 0 0 0 0 0 0 MaxLgkmcnt 1 1 1 1 1 1 1 1 1 1 1 1 1 MaxVmcnt 0 0 0 0 0 0 0 0 0 0 0 0 0 SupportedISA 0 0 0 0 0 0 0 0 0 0 0 0 0 SupportedSource 1 1 1 1 1 1 1 1 1 1 1 1 1 v_dot2_f32_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_dot2c_f32_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fma_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_mac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_pk_fma_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_pk_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fma_f32 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fma_mix_f32 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fmac_f32 0 0 0 0 0 0 0 0 0 0 0 0 0 v_mac_f32 0 0 0 0 0 0 0 0 0 0 0 0 0 v_mad_mix_f32 0 0 0 0 0 0 0 0 0 0 0 0 0 HasMFMA_f64 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fma_f64 0 0 0 0 0 0 0 0 0 0 0 0 0 VOP3v_dot4_i32_i8 0 0 0 0 0 0 0 0 0 0 0 0 0 v_dot4_i32_i8 0 0 0 0 0 0 0 0 0 0 0 0 0 v_dot4c_i32_i8 0 0 0 0 0 0 0 0 0 0 0 0 0 ArchAccUnifiedRegs 0 0 0 0 0 1 0 0 0 0 0 0 0 CMPXWritesSGPR 1 1 1 1 1 1 0 0 0 0 0 0 0 HasAccCD 0 0 0 0 0 1 0 0 0 0 0 0 0 HasEccHalf 0 0 0 1 1 1 0 0 0 0 0 0 0 HasWave32 0 0 0 0 0 0 1 1 1 1 1 1 1 SeparateVscnt 0 0 0 0 0 0 1 1 1 1 1 1 1 Waitcnt0Disabled 0 0 0 0 1 1 0 0 0 0 0 0 0 # Found hipcc version 5.3.22061- # CodeObjectVersion from TensileCreateLibrary: V3 # CxxCompiler from TensileCreateLibrary: hipcc # Architecture from TensileCreateLibrary: gfx803 # LibraryFormat from TensileCreateLibrary: msgpack # LibraryLogicFiles: # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Ailk_Bjlk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Ailk_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Ailk_Bljk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Ailk_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Alik_Bjlk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Alik_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Alik_Bljk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Alik_Bljk_SB.yaml Reading logic files: Launching 32 threads... Reading logic files: Done. [|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||] 100% (0.7 secs elapsed) # Writing Custom CMake # Writing Kernels... Generating kernels: Launching 32 threads... warning: ISA: (8, 0, 3) is not supported; overriding with (9, 0, 0) ... omitted duplicates ... warning: ISA: (8, 0, 3) is not supported; overriding with (9, 0, 0) Generating kernels: Done. * Compiling source kernels: Launching 32 threads... Compiling source kernels: Done. # Kernel Building elapsed time = 12.2 secs Traceback (most recent call last): File "/home/mado/Downloads/rocBLAS/build/library/src/../../virtualenv/lib/python3.10/site-packages/Tensile/bin/TensileCreateLibrary", line 43, in TensileCreateLibrary() File "/home/mado/Downloads/rocBLAS/build/virtualenv/lib/python3.10/site-packages/Tensile/TensileCreateLibrary.py", line 1319, in TensileCreateLibrary assert len(sanityCheck1) == 0, "Missing expected code object files: {}".format(sanityCheck1) AssertionError: Missing expected code object files: {'/home/mado/Downloads/rocBLAS/build/Tensile/library/TensileLibrary_Type_DD_Contraction_l_Ailk_Bjlk_Cijk_Dijk_gfx803.co', '/home/mado/Downloads/rocBLAS/build/Tensile/library/TensileLibrary_Type_SS_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx803.co', '/home/mado/Downloads/rocBLAS/build/Tensile/library/TensileLibrary_Type_SS_Contraction_l_Ailk_Bljk_Cijk_Dijk_gfx803.co', '/home/mado/Downloads/rocBLAS/build/Tensile/library/TensileLibrary_Type_SS_Contraction_l_Ailk_Bjlk_Cijk_Dijk_gfx803.co', '/home/mado/Downloads/rocBLAS/build/Tensile/library/TensileLibrary_Type_DD_Contraction_l_Alik_Bjlk_Cijk_Dijk_gfx803.co', '/home/mado/Downloads/rocBLAS/build/Tensile/library/TensileLibrary_Type_DD_Contraction_l_Ailk_Bljk_Cijk_Dijk_gfx803.co', '/home/mado/Downloads/rocBLAS/build/Tensile/library/TensileLibrary_Type_DD_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx803.co', '/home/mado/Downloads/rocBLAS/build/Tensile/library/TensileLibrary_Type_SS_Contraction_l_Alik_Bjlk_Cijk_Dijk_gfx803.co'} make[2]: *** [library/src/CMakeFiles/TENSILE_LIBRARY_TARGET.dir/build.make:199: Tensile/library/TensileLibrary_Type_SS_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx803.dat] Error 1 make[1]: *** [CMakeFiles/Makefile2:176: library/src/CMakeFiles/TENSILE_LIBRARY_TARGET.dir/all] Error 2 make: *** [Makefile:156: all] Error 2 ```

Environment

Hardware description
CPU AMD Ryzen 9 5950X 16-Core Processor
GPU AMD Radeon RX 6900 XT
GPU AMD Radeon RX 6800
Software version
rocm-core v5.3.0
rocblas v5.3.0

See: https://github.com/NixOS/nixpkgs/search?q=rocm&type=

environment.txt

Additional context

Trying to port as many ROCm packages to nixpkgs as I can: https://github.com/NixOS/nixpkgs/issues/197885 I don't think this is a Tensile issue, because looking at stable-diffusion-webui, using pytorch, I do see the correct generated .co and .dat files. I also tried a slightly modified install.sh with defaults to make sure it wasn't a special value being set, unfortunately it gives me the same problem.

List of files that ARE generated: ```console TensileManifest.txt TensileLibrary_Type_DD_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_DD_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_SS_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_ZZ_Contraction_l_AlikC_Bljk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_ZZ_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_CC_Contraction_l_AlikC_Bljk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_ZZ_Contraction_l_Ailk_BjlkC_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_ZZ_Contraction_l_AlikC_Bjlk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_CC_Contraction_l_Alik_BjlkC_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_CC_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_ZZ_Contraction_l_AlikC_BjlkC_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_CC_Contraction_l_Ailk_BjlkC_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_CC_Contraction_l_AlikC_BjlkC_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_CC_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_CC_Contraction_l_AlikC_Bjlk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_ZZ_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_ZZ_Contraction_l_Alik_BjlkC_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_SS_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_HH_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_DD_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_DD_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_CC_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_SS_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_CC_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_ZZ_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_BS_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_HS_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_HH_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx803.hsaco Kernels.so-000-gfx803.hsaco TensileLibrary_Type_HH_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_SS_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_ZZ_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_HH_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_HH_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_BB_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_HS_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_HH_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_HH_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_BS_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_HS_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_BS_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_4xi8I_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_I8I_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_HH_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_HS_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_4xi8I_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_BB_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_BB_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_4xi8I_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_4xi8I_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_BB_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_I8I_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_I8I_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_BS_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx803.hsaco TensileLibrary_Type_I8I_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx803.hsaco ```
TorreZuk commented 2 years ago

@Madouura as you are using a custom build process I am trying to diagnose potential issues. Am I correct in understanding you use gfx803 arbitrarily just to speed up the build as you don't actually use it on a gfx803. As gfx803 is not really supported but just a legacy arch I would suggest you use gfx1030 as the test GPU arch as from your graphics cards it appears you could build and test with the clients using that arch if you desired. You are missing some flags so always best to use install.sh for any new release version and match the cmake flags: -DTensile_LOGIC=asm_full -DTensile_CODE_OBJECT_VERSION=V3 -DTensile_SEPARATE_ARCHITECTURES=ON -DTensile_LAZY_LIBRARY_LOADING=ON -DTensile_LIBRARY_FORMAT=msgpack where the bold ones you were missing, and then add any specific add ons you find you need for your configuration such as the -DTENSILE_VENV_UPGRADE_PIP=ON etc.

Buiding your style I do see: ./Tensile/library/TensileLibrary_lazy_gfx803.dat and Kernels.so-000-gfx803.hsaco but I would stop using gfx803 and I would suggest you try with gfx1030 and test the build, otherwise attach a build log if you use all the cmake arguments I have shown above and you still find the build does not work.

Madouura commented 2 years ago

Yes, the gfx803 is just to speed up. Before that I was doing it with gfx1030 (my actual GPU) for speedy results, and before that I was doing the default "all". With "all", I found issues with gfx90a (xnack on and off) giving out errors with DGEMM_something_ALDEBERAN_something, but I don't use that GPU and didn't find it relevant enough to make an issue about yet. The errors specifically IIRC were about gfx90a+ not working with gfx900. I'll rerun it if you find it relevant. I did those flags at first also with no observable difference from now, but here's a rerun: (7294a708d91a68e6179d6d1bc74b254686ee8030 5.3.0 due to the rest of the stack not being 5.3.1 on my system yet)

Configure: ```console rocBLAS/build (7294a70) [$] via ❄️ impure (shell) ❯ CXX=hipcc CC=hipcc FC=gfortran cmake -DTensile_LOGIC=asm_full -DTensile_CODE_OBJECT_VERSION=V3 -DTensile_SEPARATE_ARCHITECTURES=ON -DTensile_LAZY_LIBRARY_LOADING=ON -DTensile_LIBRARY_FORMAT=msgpack -DTENSILE_VENV_UPGRADE_PIP=ON -DAMDGPU_TARGETS=gfx1030 -DCMAKE_C_COMPILER=hipcc -DCMAKE_CXX_COMPILER=hipcc -DCMAKE_FC_COMPILER=gfortran -Dpython=python3 -DCMAKE_BUILD_TYPE=Release .. -- The CXX compiler identification is Clang 15.0.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/h31x77g46c1sp8fzq2dm61m85h5npj3l-hip-5.3.0/bin/hipcc - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Use hip-clang to build for amdgpu backend -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- OS detected is nixos -- Performing Test COMPILER_HAS_TARGET_ID_gfx803 -- Performing Test COMPILER_HAS_TARGET_ID_gfx803 - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx900 -- Performing Test COMPILER_HAS_TARGET_ID_gfx900 - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx906_xnack_off -- Performing Test COMPILER_HAS_TARGET_ID_gfx906_xnack_off - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx908_xnack_off -- Performing Test COMPILER_HAS_TARGET_ID_gfx908_xnack_off - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_on -- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_on - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_off -- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_off - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx1010 -- Performing Test COMPILER_HAS_TARGET_ID_gfx1010 - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx1012 -- Performing Test COMPILER_HAS_TARGET_ID_gfx1012 - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx1030 -- Performing Test COMPILER_HAS_TARGET_ID_gfx1030 - Success /nix/store/fkcl1wzq3106qqgl84bhgk1lp56q6bzg-python3-3.10.7/bin/python3 -m venv /home/mado/Downloads/rocBLAS/build/virtualenv --system-site-packages --clear virtualenv python version: /home/mado/Downloads/rocBLAS/build/virtualenv/bin/python3 Python 3.10.7 /home/mado/Downloads/rocBLAS/build/virtualenv/bin/python3 -m pip install --upgrade pip Requirement already satisfied: pip in ./virtualenv/lib/python3.10/site-packages (22.2.2) Collecting pip Using cached pip-22.3-py3-none-any.whl (2.1 MB) Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 22.2.2 Uninstalling pip-22.2.2: Successfully uninstalled pip-22.2.2 Successfully installed pip-22.3 /home/mado/Downloads/rocBLAS/build/virtualenv/bin/python3 -m pip install git+https://github.com/ROCmSoftwarePlatform/Tensile.git@b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08 Collecting git+https://github.com/ROCmSoftwarePlatform/Tensile.git@b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08 Cloning https://github.com/ROCmSoftwarePlatform/Tensile.git (to revision b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08) to /run/user/1000/pip-req-build-058f6j9n Running command git clone --filter=blob:none --quiet https://github.com/ROCmSoftwarePlatform/Tensile.git /run/user/1000/pip-req-build-058f6j9n Running command git rev-parse -q --verify 'sha^b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08' Running command git fetch -q https://github.com/ROCmSoftwarePlatform/Tensile.git b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08 Running command git checkout -q b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08 Resolved https://github.com/ROCmSoftwarePlatform/Tensile.git to commit b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08 Running command git submodule update --init --recursive -q Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: pyyaml in /nix/store/hfd2mlapz5ljh0y0qckkr0x560f2zdhf-python3.10-pyyaml-6.0/lib/python3.10/site-packages (from Tensile==4.34.0) (6.0) Requirement already satisfied: msgpack in /nix/store/570ldhh0fsq1fnfr9k0n6qn5kkx9nsnc-python3.10-msgpack-1.0.4/lib/python3.10/site-packages (from Tensile==4.34.0) (1.0.4) Building wheels for collected packages: Tensile Building wheel for Tensile (setup.py): started Building wheel for Tensile (setup.py): finished with status 'done' Created wheel for Tensile: filename=Tensile-4.34.0-py3-none-any.whl size=4624539 sha256=ce9066ab9234b353505905c66ef0fa0d6e73a9a43e7bf65b9123231850d342ec Stored in directory: /home/mado/.cache/pip/wheels/55/bb/d4/8e72757a3bad7dbfa969bc15f51aac656b67abc84c4b04a45a Successfully built Tensile Installing collected packages: Tensile Successfully installed Tensile-4.34.0 -- using GIT Tensile fork=ROCmSoftwarePlatform from branch=b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08 -- Adding /home/mado/Downloads/rocBLAS/build/virtualenv to CMAKE_PREFIX_PATH -- The C compiler identification is Clang 15.0.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/h31x77g46c1sp8fzq2dm61m85h5npj3l-hip-5.3.0/bin/hipcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- hip::amdhip64 is SHARED_LIBRARY -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success -- hip::amdhip64 is SHARED_LIBRARY -- Using AMDGPU_TARGETS: gfx1030 -- Tensile script: /home/mado/Downloads/rocBLAS/build/virtualenv/lib/python3.10/site-packages/Tensile/bin/TensileCreateLibrary -- Tensile_CREATE_COMMAND: /home/mado/Downloads/rocBLAS/build/virtualenv/lib/python3.10/site-packages/Tensile/bin/TensileCreateLibrary;--merge-files;--separate-architectures;--lazy-library-loading;--no-short-file-names;--no-library-print-debug;--code-object-version=V3;--cxx-compiler=hipcc;--library-format=msgpack;--architecture=gfx1030;/home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full;/home/mado/Downloads/rocBLAS/build/Tensile;HIP -- Tensile_MANIFEST_FILE_PATH: /home/mado/Downloads/rocBLAS/build/Tensile/library/TensileManifest.txt '/home/mado/Downloads/rocBLAS/build/virtualenv/lib/python3.10/site-packages/Tensile/bin/TensileCreateLibrary' '--merge-files' '--separate-architectures' '--lazy-library-loading' '--no-short-file-names' '--no-library-print-debug' '--code-object-version=V3' '--cxx-compiler=hipcc' '--library-format=msgpack' '--architecture=gfx1030' '/home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full' '/home/mado/Downloads/rocBLAS/build/Tensile' 'HIP' '--generate-manifest-and-exit' ################################################################################ # Tensile Create Library # Detected local GPU with ISA: gfx1030 # Detected local GPU with ISA: gfx1030 cap gfx000 gfx803 gfx900 gfx906 gfx908 gfx90a gfx1010 gfx1011 gfx1012 gfx1030 gfx1100 gfx1101 gfx1102 HasMFMA_bf16_1k 0 0 0 0 0 0 0 0 0 0 0 0 0 HasAddLshl 0 0 0 0 0 0 0 0 0 0 0 0 0 HasAtomicAdd 0 0 0 0 0 0 0 0 0 0 0 0 0 HasCodeObjectV3 0 0 0 0 0 0 0 0 0 0 0 0 0 HasDirectToLds 0 0 0 0 0 0 0 0 0 0 0 0 0 HasExplicitCO 0 0 0 0 0 0 0 0 0 0 0 0 0 HasExplicitNC 0 0 0 0 0 0 0 0 0 0 0 0 0 HasLshlOr 0 0 0 0 0 0 0 0 0 0 0 0 0 HasMFMA 0 0 0 0 0 0 0 0 0 0 0 0 0 HasSMulHi 0 0 0 0 0 0 0 0 0 0 0 0 0 MaxLgkmcnt 1 1 1 1 1 1 1 1 1 1 1 1 1 MaxVmcnt 0 0 0 0 0 0 0 0 0 0 0 0 0 SupportedISA 0 0 0 0 0 0 0 0 0 0 0 0 0 SupportedSource 1 1 1 1 1 1 1 1 1 1 1 1 1 v_dot2_f32_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_dot2c_f32_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fma_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_mac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_pk_fma_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_pk_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fma_f32 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fma_mix_f32 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fmac_f32 0 0 0 0 0 0 0 0 0 0 0 0 0 v_mac_f32 0 0 0 0 0 0 0 0 0 0 0 0 0 v_mad_mix_f32 0 0 0 0 0 0 0 0 0 0 0 0 0 HasMFMA_f64 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fma_f64 0 0 0 0 0 0 0 0 0 0 0 0 0 VOP3v_dot4_i32_i8 0 0 0 0 0 0 0 0 0 0 0 0 0 v_dot4_i32_i8 0 0 0 0 0 0 0 0 0 0 0 0 0 v_dot4c_i32_i8 0 0 0 0 0 0 0 0 0 0 0 0 0 ArchAccUnifiedRegs 0 0 0 0 0 1 0 0 0 0 0 0 0 CMPXWritesSGPR 1 1 1 1 1 1 0 0 0 0 0 0 0 HasAccCD 0 0 0 0 0 1 0 0 0 0 0 0 0 HasEccHalf 0 0 0 1 1 1 0 0 0 0 0 0 0 HasWave32 0 0 0 0 0 0 1 1 1 1 1 1 1 SeparateVscnt 0 0 0 0 0 0 1 1 1 1 1 1 1 Waitcnt0Disabled 0 0 0 0 1 1 0 0 0 0 0 0 0 # Found hipcc version 5.3.22061- # CodeObjectVersion from TensileCreateLibrary: V3 # CxxCompiler from TensileCreateLibrary: hipcc # Architecture from TensileCreateLibrary: gfx1030 # LibraryFormat from TensileCreateLibrary: msgpack # LibraryLogicFiles: # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_SB_GB.yaml Reading logic files: Launching 32 threads... Reading logic files: Done. [|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||] 100% (3.5 secs elapsed) -- *** NOTE: blas2/rocblas_ger_kernels.cpp is compiled with the verbose flag -v for QC purposes. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_FC_COMPILER -- Build files have been written to: /home/mado/Downloads/rocBLAS/build ```
Build: ```console rocBLAS/build (7294a70) [$] via △ v3.24.2 via ❄️ impure (shell) took 1m ❯ CXX=hipcc CC=hipcc FC=gfortran cmake --build . -j 32 [ 1%] Generating /home/mado/Downloads/rocBLAS/build/include/rocblas/internal/rocblas_device_malloc.hpp [ 1%] Generating prototypes from /home/mado/Downloads/rocBLAS/library/src. [ 1%] Generating Tensile Libraries [ 1%] Built target rocblas_device_malloc [ 1%] Built target rocblas_proto_templates ################################################################################ # Tensile Create Library # Detected local GPU with ISA: gfx1030 # Detected local GPU with ISA: gfx1030 cap gfx000 gfx803 gfx900 gfx906 gfx908 gfx90a gfx1010 gfx1011 gfx1012 gfx1030 gfx1100 gfx1101 gfx1102 HasMFMA_bf16_1k 0 0 0 0 0 0 0 0 0 0 0 0 0 HasAddLshl 0 0 0 0 0 0 0 0 0 0 0 0 0 HasAtomicAdd 0 0 0 0 0 0 0 0 0 0 0 0 0 HasCodeObjectV3 0 0 0 0 0 0 0 0 0 0 0 0 0 HasDirectToLds 0 0 0 0 0 0 0 0 0 0 0 0 0 HasExplicitCO 0 0 0 0 0 0 0 0 0 0 0 0 0 HasExplicitNC 0 0 0 0 0 0 0 0 0 0 0 0 0 HasLshlOr 0 0 0 0 0 0 0 0 0 0 0 0 0 HasMFMA 0 0 0 0 0 0 0 0 0 0 0 0 0 HasSMulHi 0 0 0 0 0 0 0 0 0 0 0 0 0 MaxLgkmcnt 1 1 1 1 1 1 1 1 1 1 1 1 1 MaxVmcnt 0 0 0 0 0 0 0 0 0 0 0 0 0 SupportedISA 0 0 0 0 0 0 0 0 0 0 0 0 0 SupportedSource 1 1 1 1 1 1 1 1 1 1 1 1 1 v_dot2_f32_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_dot2c_f32_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fma_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_mac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_pk_fma_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_pk_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fma_f32 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fma_mix_f32 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fmac_f32 0 0 0 0 0 0 0 0 0 0 0 0 0 v_mac_f32 0 0 0 0 0 0 0 0 0 0 0 0 0 v_mad_mix_f32 0 0 0 0 0 0 0 0 0 0 0 0 0 HasMFMA_f64 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fma_f64 0 0 0 0 0 0 0 0 0 0 0 0 0 VOP3v_dot4_i32_i8 0 0 0 0 0 0 0 0 0 0 0 0 0 v_dot4_i32_i8 0 0 0 0 0 0 0 0 0 0 0 0 0 v_dot4c_i32_i8 0 0 0 0 0 0 0 0 0 0 0 0 0 ArchAccUnifiedRegs 0 0 0 0 0 1 0 0 0 0 0 0 0 CMPXWritesSGPR 1 1 1 1 1 1 0 0 0 0 0 0 0 HasAccCD 0 0 0 0 0 1 0 0 0 0 0 0 0 HasEccHalf 0 0 0 1 1 1 0 0 0 0 0 0 0 HasWave32 0 0 0 0 0 0 1 1 1 1 1 1 1 SeparateVscnt 0 0 0 0 0 0 1 1 1 1 1 1 1 Waitcnt0Disabled 0 0 0 0 1 1 0 0 0 0 0 0 0 # Found hipcc version 5.3.22061- # CodeObjectVersion from TensileCreateLibrary: V3 # CxxCompiler from TensileCreateLibrary: hipcc # Architecture from TensileCreateLibrary: gfx1030 # LibraryFormat from TensileCreateLibrary: msgpack # LibraryLogicFiles: # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_SB_GB.yaml Reading logic files: Launching 32 threads... Reading logic files: Done. [|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||] 100% (3.5 secs elapsed) # Writing Custom CMake # Writing Kernels... Generating kernels: Launching 32 threads... warning: ISA: (10, 3, 0) is not supported; overriding with (9, 0, 0) ... omitted duplicates ... warning: ISA: (10, 3, 0) is not supported; overriding with (9, 0, 0) Generating kernels: Done. * Compiling source kernels: Launching 32 threads... Compiling source kernels: Done. # Kernel Building elapsed time = 33.1 secs Traceback (most recent call last): File "/home/mado/Downloads/rocBLAS/build/library/src/../../virtualenv/lib/python3.10/site-packages/Tensile/bin/TensileCreateLibrary", line 43, in TensileCreateLibrary() File "/home/mado/Downloads/rocBLAS/build/virtualenv/lib/python3.10/site-packages/Tensile/TensileCreateLibrary.py", line 1319, in TensileCreateLibrary assert len(sanityCheck1) == 0, "Missing expected code object files: {}".format(sanityCheck1) AssertionError: Missing expected code object files: {'/home/mado/Downloads/rocBLAS/build/Tensile/library/TensileLibrary_Type_SS_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx1030.co', '/home/mado/Downloads/rocBLAS/build/Tensile/library/TensileLibrary_Type_SS_Contraction_l_Ailk_Bjlk_Cijk_Dijk_gfx1030.co', '/home/mado/Downloads/rocBLAS/build/Tensile/library/TensileLibrary_Type_HH_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_gfx1030.co', '/home/mado/Downloads/rocBLAS/build/Tensile/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_gfx1030.co', '/home/mado/Downloads/rocBLAS/build/Tensile/library/TensileLibrary_Type_HH_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_gfx1030.co', '/home/mado/Downloads/rocBLAS/build/Tensile/library/TensileLibrary_Type_SS_Contraction_l_Ailk_Bljk_Cijk_Dijk_gfx1030.co', '/home/mado/Downloads/rocBLAS/build/Tensile/library/TensileLibrary_Type_HH_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx1030.co', '/home/mado/Downloads/rocBLAS/build/Tensile/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_gfx1030.co', '/home/mado/Downloads/rocBLAS/build/Tensile/library/TensileLibrary_Type_HH_Contraction_l_Ailk_Bjlk_Cijk_Dijk_gfx1030.co', '/home/mado/Downloads/rocBLAS/build/Tensile/library/TensileLibrary_Type_HH_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx1030.co', '/home/mado/Downloads/rocBLAS/build/Tensile/library/TensileLibrary_Type_HH_Contraction_l_Ailk_Bljk_Cijk_Dijk_gfx1030.co', '/home/mado/Downloads/rocBLAS/build/Tensile/library/TensileLibrary_Type_HH_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_gfx1030.co', '/home/mado/Downloads/rocBLAS/build/Tensile/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx1030.co', '/home/mado/Downloads/rocBLAS/build/Tensile/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_gfx1030.co', '/home/mado/Downloads/rocBLAS/build/Tensile/library/TensileLibrary_Type_HH_Contraction_l_Alik_Bjlk_Cijk_Dijk_gfx1030.co', '/home/mado/Downloads/rocBLAS/build/Tensile/library/TensileLibrary_Type_SS_Contraction_l_Alik_Bjlk_Cijk_Dijk_gfx1030.co'} make[2]: *** [library/src/CMakeFiles/TENSILE_LIBRARY_TARGET.dir/build.make:215: Tensile/library/TensileLibrary_Type_BB_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback.dat] Error 1 make[1]: *** [CMakeFiles/Makefile2:176: library/src/CMakeFiles/TENSILE_LIBRARY_TARGET.dir/all] Error 2 make: *** [Makefile:156: all] Error 2 ```
Expected generated: ```console TensileLibrary_Type_BB_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback.dat TensileLibrary_Type_HH_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback.dat TensileLibrary_Type_HS_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback.dat TensileLibrary_Type_4xi8I_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback.dat TensileLibrary_lazy_gfx1030.dat TensileLibrary_Type_BS_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback.dat TensileLibrary_Type_4xi8I_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback.dat TensileLibrary_Type_I8I_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_gfx1030.dat TensileLibrary_Type_ZZ_Contraction_l_Ailk_BjlkC_Cijk_Dijk_fallback.dat TensileLibrary_Type_I8I_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx1030.dat TensileLibrary_Type_SS_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback.dat TensileLibrary_Type_HS_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback.dat TensileLibrary_Type_BS_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback.dat TensileLibrary_Type_I8I_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback.dat TensileLibrary_Type_CC_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback.dat TensileLibrary_Type_HH_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback.dat TensileLibrary_Type_4xi8I_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback.dat TensileLibrary_Type_SS_Contraction_l_Alik_Bjlk_Cijk_Dijk_gfx1030.dat TensileLibrary_Type_DD_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback.dat TensileLibrary_Type_HH_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback.dat TensileLibrary_Type_HH_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback.dat TensileLibrary_Type_DD_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback.dat TensileLibrary_Type_I8I_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_gfx1030.dat TensileLibrary_Type_I8I_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback.dat TensileLibrary_Type_CC_Contraction_l_Alik_BjlkC_Cijk_Dijk_fallback.dat TensileLibrary_Type_ZZ_Contraction_l_AlikC_Bjlk_Cijk_Dijk_fallback.dat TensileLibrary_Type_SS_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx1030.dat TensileLibrary_Type_SS_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback.dat TensileLibrary_Type_BB_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback.dat TensileLibrary_Type_CC_Contraction_l_AlikC_BjlkC_Cijk_Dijk_fallback.dat TensileLibrary_Type_ZZ_Contraction_l_AlikC_BjlkC_Cijk_Dijk_fallback.dat TensileLibrary_Type_HH_Contraction_l_Ailk_Bjlk_Cijk_Dijk_gfx1030.dat TensileLibrary_Type_ZZ_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback.dat TensileLibrary_Type_DD_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback.dat TensileLibrary_Type_ZZ_Contraction_l_AlikC_Bljk_Cijk_Dijk_fallback.dat TensileLibrary_Type_I8I_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback.dat TensileLibrary_Type_BB_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback.dat TensileLibrary_Type_CC_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback.dat TensileLibrary_Type_HH_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback.dat TensileLibrary_Type_HH_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx1030.dat TensileLibrary_Type_I8I_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback.dat TensileLibrary_Type_HH_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_gfx1030.dat TensileLibrary_Type_SS_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback.dat TensileLibrary_Type_ZZ_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback.dat TensileLibrary_Type_SS_Contraction_l_Ailk_Bjlk_Cijk_Dijk_gfx1030.dat TensileLibrary_Type_HH_Contraction_l_Alik_Bjlk_Cijk_Dijk_gfx1030.dat TensileLibrary_Type_CC_Contraction_l_AlikC_Bljk_Cijk_Dijk_fallback.dat TensileLibrary_Type_ZZ_Contraction_l_Alik_BjlkC_Cijk_Dijk_fallback.dat TensileLibrary_Type_CC_Contraction_l_Ailk_BjlkC_Cijk_Dijk_fallback.dat TensileLibrary_Type_ZZ_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback.dat TensileLibrary_Type_BS_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback.dat TensileLibrary_Type_HH_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_gfx1030.dat TensileLibrary_Type_HH_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback.dat TensileLibrary_Type_HS_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback.dat TensileLibrary_Type_ZZ_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback.dat TensileLibrary_Type_HH_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx1030.dat TensileLibrary_Type_CC_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback.dat TensileLibrary_Type_CC_Contraction_l_AlikC_Bjlk_Cijk_Dijk_fallback.dat TensileLibrary_Type_HH_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback.dat TensileLibrary_Type_HH_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback.dat TensileLibrary_Type_DD_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback.dat TensileLibrary_Type_SS_Contraction_l_Ailk_Bljk_Cijk_Dijk_gfx1030.dat TensileLibrary_Type_BS_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback.dat TensileLibrary_Type_4xi8I_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback.dat TensileLibrary_Type_BB_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback.dat TensileLibrary_Type_CC_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback.dat TensileLibrary_Type_HH_Contraction_l_Ailk_Bljk_Cijk_Dijk_gfx1030.dat TensileLibrary_Type_SS_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback.dat TensileLibrary_Type_HH_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_gfx1030.dat TensileLibrary_Type_I8I_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_gfx1030.dat TensileLibrary_Type_HS_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback.dat TensileLibrary_Type_4xi8I_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_ZZ_Contraction_l_AlikC_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_HS_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_ZZ_Contraction_l_AlikC_BjlkC_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_CC_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_I8I_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_SS_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_BB_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_BB_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_SS_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_BB_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_CC_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_ZZ_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_HH_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_HH_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_BS_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_DD_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_BS_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_HS_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_HS_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_ZZ_Contraction_l_AlikC_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_CC_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_HH_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_CC_Contraction_l_AlikC_BjlkC_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_BS_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_BB_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_ZZ_Contraction_l_Ailk_BjlkC_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_CC_Contraction_l_Alik_BjlkC_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_I8I_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_ZZ_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_SS_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_DD_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_CC_Contraction_l_Ailk_BjlkC_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_DD_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_HS_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_ZZ_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_HH_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_CC_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_CC_Contraction_l_AlikC_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_I8I_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_I8I_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_HH_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_HH_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_ZZ_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_4xi8I_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_4xi8I_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_SS_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_HH_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_HH_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_4xi8I_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_ZZ_Contraction_l_Alik_BjlkC_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_BS_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_DD_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_CC_Contraction_l_AlikC_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco Kernels.so-000-gfx1030.hsaco TensileLibrary_Type_SS_Contraction_l_Ailk_Bjlk_Cijk_Dijk_gfx1030.co TensileLibrary_Type_HH_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx1030.co TensileLibrary_Type_I8I_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_gfx1030.co TensileLibrary_Type_I8I_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_gfx1030.co TensileLibrary_Type_HH_Contraction_l_Ailk_Bljk_Cijk_Dijk_gfx1030.co TensileLibrary_Type_I8I_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_gfx1030.co TensileLibrary_Type_HH_Contraction_l_Alik_Bjlk_Cijk_Dijk_gfx1030.co TensileLibrary_Type_HH_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx1030.co TensileLibrary_Type_HH_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_gfx1030.co TensileLibrary_Type_HH_Contraction_l_Ailk_Bjlk_Cijk_Dijk_gfx1030.co TensileLibrary_Type_HH_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_gfx1030.co TensileLibrary_Type_I8I_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx1030.co TensileLibrary_Type_SS_Contraction_l_Alik_Bjlk_Cijk_Dijk_gfx1030.co TensileLibrary_Type_SS_Contraction_l_Ailk_Bljk_Cijk_Dijk_gfx1030.co TensileLibrary_Type_SS_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx1030.co TensileLibrary_Type_HH_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_gfx1030.co ```
Actual generated: ```console TensileManifest.txt TensileLibrary_Type_DD_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_DD_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_SS_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_CC_Contraction_l_Alik_BjlkC_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_CC_Contraction_l_Ailk_BjlkC_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_CC_Contraction_l_AlikC_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_CC_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_ZZ_Contraction_l_AlikC_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_ZZ_Contraction_l_AlikC_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_ZZ_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_ZZ_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_CC_Contraction_l_AlikC_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_ZZ_Contraction_l_AlikC_BjlkC_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_ZZ_Contraction_l_Alik_BjlkC_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_CC_Contraction_l_AlikC_BjlkC_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_ZZ_Contraction_l_Ailk_BjlkC_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_CC_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_SS_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_HH_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_DD_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_DD_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_SS_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_CC_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_ZZ_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_CC_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_HH_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_BS_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_4xi8I_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_HH_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_HS_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco Kernels.so-000-gfx1030.hsaco TensileLibrary_Type_4xi8I_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_HH_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_HH_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_SS_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_ZZ_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_4xi8I_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_HS_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_4xi8I_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_HH_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_BB_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_HH_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_BS_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_HS_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_BS_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_HS_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_I8I_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_HH_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_BB_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_BB_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_I8I_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_BB_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_BS_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_I8I_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco TensileLibrary_Type_I8I_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco ```

Also reran on the develop branch as a sanity check, same issue.

TorreZuk commented 2 years ago

Do you have -DROCM_PATH=/nix/store/h31x77g46c1sp8fzq2dm61m85h5npj3l-hip-5.3.0
Not sure if cmake is messed, but use the -DROCM_PATH and even export ROCM_PATH=/nix/store/h31x77g46c1sp8fzq2dm61m85h5npj3l-hip-5.3.0 if that is where your full rocm is installed. Why is it called hip-5.3.0 and not rocm?

This should not be seen " warning: ISA: (10, 3, 0) is not supported; overriding with (9, 0, 0) " Will verify the python3.10.7 support Do you have your rocm install path + /bin + path+/llvm/bin and path+hip/bin in your PATH var? No other hipcc or clang installed first in your path? I would try install.sh again if it is easy to remove the lines that don't work on your OS, otherwise do the above suggestions. May need a VERBOSE=1 and capture the large log file but see why it doesn't generate code objects. I will ask someone on the Tensile side to advise further on what might cause the failure to generate code objects. You can just do the post config build with make instead of the second cmake in case cmake is somehow involved.

Madouura commented 2 years ago

Tried just with make, same result. Tried with -DROCM_PATH=/nix/store/h31x77g46c1sp8fzq2dm61m85h5npj3l-hip-5.3.0 and the export, same result. Tried with copying every known rocBLAS dependency's package root to a folder, adding that to PATH as well as the cmake option, new result with new errors.

CMake error: ```console CMake Error at ROCM/lib/cmake/amd_comgr/amd_comgr-config.cmake:11 (include): include could not find requested file: /home/mado//nix/store/fnw5z5qdcpywx4cjx4cj2wxn8bwr36xy-rocm-comgr-5.3.0/lib/cmake/amd_comgr/amd_comgr-targets.cmake Call Stack (most recent call first): /nix/store/2abgwm2sc0bb1vn38bvz0qb697lc2iww-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) ROCM/lib/cmake/hip/hip-config.cmake:211 (find_dependency) build/virtualenv/lib/python3.10/site-packages/Tensile/Source/CMakeLists.txt:64 (find_package) -- hip::amdhip64 is SHARED_LIBRARY -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success CMake Error at ROCM/lib/cmake/amd_comgr/amd_comgr-config.cmake:11 (include): include could not find requested file: /home/mado//nix/store/fnw5z5qdcpywx4cjx4cj2wxn8bwr36xy-rocm-comgr-5.3.0/lib/cmake/amd_comgr/amd_comgr-targets.cmake Call Stack (most recent call first): /nix/store/2abgwm2sc0bb1vn38bvz0qb697lc2iww-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) ROCM/lib/cmake/hip/hip-config.cmake:211 (find_dependency) CMakeLists.txt:166 (find_package) ```

This error is due to the package's fix for a cmake issue, see: https://github.com/ROCm-Developer-Tools/hipamd/issues/55

After editing the bad path

Configure: ```console rocBLAS/build on  develop [$?] via ❄️ impure (shell) ❯ CXX=hipcc CC=hipcc FC=gfortran cmake -DTensile_LOGIC=asm_full -DTensile_CODE_OBJECT_VERSION=V3 -DTensile_SEPARATE_ARCHITECTURES=ON -DTensile_LAZY_LIBRARY_LOADING=ON -DTensile_LIBRARY_FORMAT=msgpack -DTENSILE_VENV_UPGRADE_PIP=ON -DAMDGPU_TARGETS=gfx1030 -DCMAKE_C_COMPILER=hipcc -DCMAKE_CXX_COMPILER=hipcc -DCMAKE_FC_COMPILER=gfortran -Dpython=python3 -DCMAKE_BUILD_TYPE=Release -DROCM_PATH=/home/mado/Downloads/rocBLAS/ROCM .. -- The CXX compiler identification is Clang 15.0.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/h31x77g46c1sp8fzq2dm61m85h5npj3l-hip-5.3.0/bin/hipcc - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Use hip-clang to build for amdgpu backend -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- OS detected is nixos -- Performing Test COMPILER_HAS_TARGET_ID_gfx1030 -- Performing Test COMPILER_HAS_TARGET_ID_gfx1030 - Success /nix/store/fkcl1wzq3106qqgl84bhgk1lp56q6bzg-python3-3.10.7/bin/python3 -m venv /home/mado/Downloads/rocBLAS/build/virtualenv --system-site-packages --clear virtualenv python version: /home/mado/Downloads/rocBLAS/build/virtualenv/bin/python3 Python 3.10.7 /home/mado/Downloads/rocBLAS/build/virtualenv/bin/python3 -m pip install --upgrade pip Requirement already satisfied: pip in ./virtualenv/lib/python3.10/site-packages (22.2.2) Collecting pip Using cached pip-22.3-py3-none-any.whl (2.1 MB) Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 22.2.2 Uninstalling pip-22.2.2: Successfully uninstalled pip-22.2.2 Successfully installed pip-22.3 /home/mado/Downloads/rocBLAS/build/virtualenv/bin/python3 -m pip install git+https://github.com/ROCmSoftwarePlatform/Tensile.git@43c41d3586748bc7d425c06daf9c30babfb9fd23 Collecting git+https://github.com/ROCmSoftwarePlatform/Tensile.git@43c41d3586748bc7d425c06daf9c30babfb9fd23 Cloning https://github.com/ROCmSoftwarePlatform/Tensile.git (to revision 43c41d3586748bc7d425c06daf9c30babfb9fd23) to /run/user/1000/pip-req-build-ronjwyu_ Running command git clone --filter=blob:none --quiet https://github.com/ROCmSoftwarePlatform/Tensile.git /run/user/1000/pip-req-build-ronjwyu_ Running command git rev-parse -q --verify 'sha^43c41d3586748bc7d425c06daf9c30babfb9fd23' Running command git fetch -q https://github.com/ROCmSoftwarePlatform/Tensile.git 43c41d3586748bc7d425c06daf9c30babfb9fd23 Resolved https://github.com/ROCmSoftwarePlatform/Tensile.git to commit 43c41d3586748bc7d425c06daf9c30babfb9fd23 Running command git submodule update --init --recursive -q Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: pyyaml in /nix/store/hfd2mlapz5ljh0y0qckkr0x560f2zdhf-python3.10-pyyaml-6.0/lib/python3.10/site-packages (from Tensile==4.35.0) (6.0) Requirement already satisfied: msgpack in /nix/store/570ldhh0fsq1fnfr9k0n6qn5kkx9nsnc-python3.10-msgpack-1.0.4/lib/python3.10/site-packages (from Tensile==4.35.0) (1.0.4) Building wheels for collected packages: Tensile Building wheel for Tensile (setup.py): started Building wheel for Tensile (setup.py): finished with status 'done' Created wheel for Tensile: filename=Tensile-4.35.0-py3-none-any.whl size=4649471 sha256=fcc0788b075d09913ab9342f17d86d4bc292e872d5d4ea47c3a14a67a67e9c94 Stored in directory: /home/mado/.cache/pip/wheels/26/72/20/7bc3b281b89164f7e6bdc21e541ba5c1323173b48e04b8e7c2 Successfully built Tensile Installing collected packages: Tensile Successfully installed Tensile-4.35.0 -- using GIT Tensile fork=ROCmSoftwarePlatform from branch=43c41d3586748bc7d425c06daf9c30babfb9fd23 -- Adding /home/mado/Downloads/rocBLAS/build/virtualenv to CMAKE_PREFIX_PATH -- The C compiler identification is Clang 15.0.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /home/mado/Downloads/rocBLAS/ROCM/bin/hipcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- hip::amdhip64 is SHARED_LIBRARY -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success -- hip::amdhip64 is SHARED_LIBRARY -- Using AMDGPU_TARGETS: gfx1030 -- Tensile script: /home/mado/Downloads/rocBLAS/build/virtualenv/lib/python3.10/site-packages/Tensile/bin/TensileCreateLibrary -- Tensile_CREATE_COMMAND: /home/mado/Downloads/rocBLAS/build/virtualenv/lib/python3.10/site-packages/Tensile/bin/TensileCreateLibrary;--merge-files;--separate-architectures;--lazy-library-loading;--no-short-file-names;--no-library-print-debug;--code-object-version=V3;--cxx-compiler=hipcc;--library-format=msgpack;--architecture=gfx1030;/home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full;/home/mado/Downloads/rocBLAS/build/Tensile;HIP -- Tensile_MANIFEST_FILE_PATH: /home/mado/Downloads/rocBLAS/build/Tensile/library/TensileManifest.txt '/home/mado/Downloads/rocBLAS/build/virtualenv/lib/python3.10/site-packages/Tensile/bin/TensileCreateLibrary' '--merge-files' '--separate-architectures' '--lazy-library-loading' '--no-short-file-names' '--no-library-print-debug' '--code-object-version=V3' '--cxx-compiler=hipcc' '--library-format=msgpack' '--architecture=gfx1030' '/home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full' '/home/mado/Downloads/rocBLAS/build/Tensile' 'HIP' '--generate-manifest-and-exit' ################################################################################ # Tensile Create Library # Detected local GPU with ISA: gfx1030 # Detected local GPU with ISA: gfx1030 cap gfx000 gfx803 gfx900 gfx906 gfx908 gfx90a gfx1010 gfx1011 gfx1012 gfx1030 gfx1031 gfx1100 gfx1101 gfx1102 HasMFMA_bf16_1k 0 0 0 0 0 1 0 0 0 0 0 0 0 0 HasAddLshl 0 0 1 1 1 1 1 1 1 1 1 1 1 1 HasAtomicAdd 0 0 0 0 1 1 0 0 0 0 0 1 1 1 HasCodeObjectV3 0 1 1 1 1 1 1 1 1 1 1 1 1 1 HasDirectToLdsDest 0 0 0 0 0 0 0 0 0 0 0 0 0 0 HasDirectToLdsNoDest 0 1 1 1 1 1 1 1 1 1 1 0 0 0 HasExplicitCO 0 0 1 1 1 1 1 1 1 1 1 1 1 1 HasExplicitNC 0 0 0 0 0 0 1 1 1 1 1 1 1 1 HasLshlOr 0 0 1 1 1 1 1 1 1 1 1 1 1 1 HasMFMA 0 0 0 0 1 1 0 0 0 0 0 0 0 0 HasSMulHi 0 0 1 1 1 1 1 1 1 1 1 1 1 1 MaxLgkmcnt 1 1 1 1 1 1 1 1 1 1 1 1 1 1 MaxVmcnt 0 1 1 1 1 1 1 1 1 1 1 1 1 1 SupportedISA 0 1 1 1 1 1 1 1 1 1 1 1 1 1 SupportedSource 1 1 1 1 1 1 1 1 1 1 1 1 1 1 v_dot2_f32_f16 0 0 0 1 1 1 0 1 1 1 1 1 1 1 v_dot2c_f32_f16 0 0 0 0 1 1 0 1 1 1 1 1 1 1 v_fma_f16 0 0 1 1 1 1 1 1 1 1 1 1 1 1 v_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 0 v_mac_f16 0 1 1 1 1 1 0 0 0 0 0 0 0 0 v_pk_fma_f16 0 0 1 1 1 1 1 1 1 1 1 1 1 1 v_pk_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fma_f32 0 1 1 1 1 1 1 1 1 1 1 1 1 1 v_fma_mix_f32 0 0 0 1 1 1 1 1 1 1 1 1 1 1 v_fmac_f32 0 0 0 1 1 1 1 1 1 1 1 1 1 1 v_mac_f32 0 1 1 1 1 1 1 1 1 0 0 0 0 0 v_mad_mix_f32 0 0 1 0 0 0 0 0 0 0 0 0 0 0 HasMFMA_f64 0 0 0 0 0 1 0 0 0 0 0 0 0 0 v_fma_f64 0 1 1 1 1 1 1 1 1 1 1 1 1 1 VOP3v_dot4_i32_i8 0 0 0 1 1 1 0 1 1 1 1 0 0 0 v_dot4_i32_i8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 v_dot4c_i32_i8 0 0 0 0 1 1 0 1 1 1 1 0 0 0 ArchAccUnifiedRegs 0 0 0 0 0 1 0 0 0 0 0 0 0 0 CMPXWritesSGPR 1 1 1 1 1 1 0 0 0 0 0 0 0 0 HasAccCD 0 0 0 0 0 1 0 0 0 0 0 0 0 0 HasEccHalf 0 0 0 1 1 1 0 0 0 0 0 0 0 0 HasWave32 0 0 0 0 0 0 1 1 1 1 1 1 1 1 SeparateVscnt 0 0 0 0 0 0 1 1 1 1 1 1 1 1 Waitcnt0Disabled 0 0 0 0 1 1 0 0 0 0 0 0 0 0 # Found hipcc version 5.3.22061- # CodeObjectVersion from TensileCreateLibrary: V3 # CxxCompiler from TensileCreateLibrary: hipcc # Architecture from TensileCreateLibrary: gfx1030 # LibraryFormat from TensileCreateLibrary: msgpack # LibraryLogicFiles: # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_AlikC_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_AlikC_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_AlikC_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_AlikC_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_AlikC_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_AlikC_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_AlikC_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_AlikC_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_AlikC_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_AlikC_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_AlikC_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_AlikC_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bljk_SB_GB.yaml Reading logic files: Launching 32 threads... Reading logic files: Done. [|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||] 100% (4.1 secs elapsed) -- *** NOTE: blas2/rocblas_ger_kernels.cpp is compiled with the verbose flag -v for QC purposes. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_FC_COMPILER -- Build files have been written to: /home/mado/Downloads/rocBLAS/build ```
Build: ```console rocBLAS/build on  develop [$?] via △ v3.24.2 via ❄️ impure (shell) took 50s ❯ CXX=hipcc CC=hipcc FC=gfortran cmake --build . -j 32 [ 0%] Generating /home/mado/Downloads/rocBLAS/build/include/rocblas/internal/rocblas_device_malloc.hpp [ 1%] Generating prototypes from /home/mado/Downloads/rocBLAS/library/src. [ 1%] Generating Tensile Libraries [ 1%] Built target rocblas_device_malloc [ 1%] Built target rocblas_proto_templates ################################################################################ # Tensile Create Library # Detected local GPU with ISA: gfx1030 # Detected local GPU with ISA: gfx1030 cap gfx000 gfx803 gfx900 gfx906 gfx908 gfx90a gfx1010 gfx1011 gfx1012 gfx1030 gfx1031 gfx1100 gfx1101 gfx1102 HasMFMA_bf16_1k 0 0 0 0 0 1 0 0 0 0 0 0 0 0 HasAddLshl 0 0 1 1 1 1 1 1 1 1 1 1 1 1 HasAtomicAdd 0 0 0 0 1 1 0 0 0 0 0 1 1 1 HasCodeObjectV3 0 1 1 1 1 1 1 1 1 1 1 1 1 1 HasDirectToLdsDest 0 0 0 0 0 0 0 0 0 0 0 0 0 0 HasDirectToLdsNoDest 0 1 1 1 1 1 1 1 1 1 1 0 0 0 HasExplicitCO 0 0 1 1 1 1 1 1 1 1 1 1 1 1 HasExplicitNC 0 0 0 0 0 0 1 1 1 1 1 1 1 1 HasLshlOr 0 0 1 1 1 1 1 1 1 1 1 1 1 1 HasMFMA 0 0 0 0 1 1 0 0 0 0 0 0 0 0 HasSMulHi 0 0 1 1 1 1 1 1 1 1 1 1 1 1 MaxLgkmcnt 1 1 1 1 1 1 1 1 1 1 1 1 1 1 MaxVmcnt 0 1 1 1 1 1 1 1 1 1 1 1 1 1 SupportedISA 0 1 1 1 1 1 1 1 1 1 1 1 1 1 SupportedSource 1 1 1 1 1 1 1 1 1 1 1 1 1 1 v_dot2_f32_f16 0 0 0 1 1 1 0 1 1 1 1 1 1 1 v_dot2c_f32_f16 0 0 0 0 1 1 0 1 1 1 1 1 1 1 v_fma_f16 0 0 1 1 1 1 1 1 1 1 1 1 1 1 v_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 0 v_mac_f16 0 1 1 1 1 1 0 0 0 0 0 0 0 0 v_pk_fma_f16 0 0 1 1 1 1 1 1 1 1 1 1 1 1 v_pk_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fma_f32 0 1 1 1 1 1 1 1 1 1 1 1 1 1 v_fma_mix_f32 0 0 0 1 1 1 1 1 1 1 1 1 1 1 v_fmac_f32 0 0 0 1 1 1 1 1 1 1 1 1 1 1 v_mac_f32 0 1 1 1 1 1 1 1 1 0 0 0 0 0 v_mad_mix_f32 0 0 1 0 0 0 0 0 0 0 0 0 0 0 HasMFMA_f64 0 0 0 0 0 1 0 0 0 0 0 0 0 0 v_fma_f64 0 1 1 1 1 1 1 1 1 1 1 1 1 1 VOP3v_dot4_i32_i8 0 0 0 1 1 1 0 1 1 1 1 0 0 0 v_dot4_i32_i8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 v_dot4c_i32_i8 0 0 0 0 1 1 0 1 1 1 1 0 0 0 ArchAccUnifiedRegs 0 0 0 0 0 1 0 0 0 0 0 0 0 0 CMPXWritesSGPR 1 1 1 1 1 1 0 0 0 0 0 0 0 0 HasAccCD 0 0 0 0 0 1 0 0 0 0 0 0 0 0 HasEccHalf 0 0 0 1 1 1 0 0 0 0 0 0 0 0 HasWave32 0 0 0 0 0 0 1 1 1 1 1 1 1 1 SeparateVscnt 0 0 0 0 0 0 1 1 1 1 1 1 1 1 Waitcnt0Disabled 0 0 0 0 1 1 0 0 0 0 0 0 0 0 # Found hipcc version 5.3.22061- # CodeObjectVersion from TensileCreateLibrary: V3 # CxxCompiler from TensileCreateLibrary: hipcc # Architecture from TensileCreateLibrary: gfx1030 # LibraryFormat from TensileCreateLibrary: msgpack # LibraryLogicFiles: # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Ailk_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_AlikC_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_AlikC_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_AlikC_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_AlikC_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_AlikC_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_AlikC_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_AlikC_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_AlikC_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_AlikC_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_AlikC_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_AlikC_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_AlikC_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip/hip_Cijk_Alik_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Ailk_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21/navi21_Cijk_Alik_Bljk_SB_GB.yaml Reading logic files: Launching 32 threads... Reading logic files: Done. [|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||] 100% (4.2 secs elapsed) # Writing Custom CMake # Writing Kernels... Generating kernels: Launching 32 threads... Generating kernels: Done. * Compiling source kernels: Launching 32 threads... Compiling source kernels: Done. # Kernel Building elapsed time = 48.8 secs # Tensile Library Writer DONE ################################################################################ [ 1%] TENSILE_LIBRARY_TARGET: Copying tensile objects to /home/mado/Downloads/rocBLAS/build/Tensile/library [ 1%] Built target TENSILE_LIBRARY_TARGET [ 2%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/ContractionSolution.cpp.o [ 2%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/ArithmeticUnitTypes.cpp.o [ 2%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/AMDGPU.cpp.o [ 3%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/Debug.cpp.o [ 3%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/DataTypes.cpp.o [ 3%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/KernelLanguageTypes.cpp.o [ 4%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/KernelArguments.cpp.o [ 4%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/MLFeatures.cpp.o [ 5%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/PerformanceMetricTypes.cpp.o [ 6%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/ContractionProblem.cpp.o [ 6%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/ScalarValueTypes.cpp.o [ 6%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/Tensile.cpp.o [ 6%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/EmbeddedLibrary.cpp.o [ 6%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/msgpack/MessagePack.cpp.o [ 7%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/TensorDescriptor.cpp.o [ 7%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/TensorOps.cpp.o [ 8%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/Utils.cpp.o [ 9%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/hip/HipSolutionAdapter.cpp.o [ 9%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/hip/HipHardware.cpp.o [ 9%] Linking CXX static library librocblas-tensile.a [ 9%] Built target TensileHost [ 11%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trsv_ex.cpp.o [ 11%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_gemm_ex.cpp.o [ 11%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_gemm_strided_batched_ex.cpp.o [ 11%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_gemm_batched_ex.cpp.o [ 12%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trsv_strided_batched_ex.cpp.o [ 11%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_gemm_ext2.cpp.o [ 13%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_axpy_ex.cpp.o [ 13%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_axpy_ex_kernels.cpp.o [ 13%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trsv_batched_ex.cpp.o [ 13%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_axpy_batched_ex.cpp.o [ 14%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_axpy_strided_batched_ex.cpp.o [ 14%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_dot_ex.cpp.o [ 15%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_dot_batched_ex.cpp.o [ 15%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_dot_strided_batched_ex.cpp.o [ 15%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_rot_ex.cpp.o [ 16%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_rot_ex_kernels.cpp.o [ 17%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_scal_ex.cpp.o [ 17%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_rot_strided_batched_ex.cpp.o [ 17%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_rot_batched_ex.cpp.o [ 18%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_scal_ex_kernels.cpp.o [ 18%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_scal_batched_ex.cpp.o [ 18%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_scal_strided_batched_ex.cpp.o [ 18%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_batched_ex.cpp.o [ 19%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_ex.cpp.o [ 19%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_strided_batched_ex.cpp.o [ 20%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trmm_outofplace.cpp.o [ 20%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trmm_outofplace_batched.cpp.o [ 21%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trmm_outofplace_strided_batched.cpp.o [ 22%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trsm_batched.cpp.o [ 22%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trsm_strided_batched.cpp.o [ 22%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trtri.cpp.o [ 22%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trsm.cpp.o In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_ex.cpp:23: In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_ex.hpp:25: /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:30:17: error: reference to __host__ function 'norm' in __host__ __device__ function return std::norm(A); ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:44:17: note: called by 'operator()' return {fetch_abs2(x)}; ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/reduction_strided_batched.hpp:98:15: note: called by 'rocblas_reduction_strided_batched_kernel_part1<512, rocblas_fetch_nrm2, const float *const *, float>' sum = FETCH{}(x[tid * incx]); ^ /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/complex:1870:5: note: 'norm' declared here norm(_Tp __x) ^ In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_ex.cpp:23: In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_ex.hpp:25: /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:30:17: error: reference to __host__ function 'norm' in __host__ __device__ function return std::norm(A); ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:44:17: note: called by 'operator()' return {fetch_abs2(x)}; ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/reduction_strided_batched.hpp:98:15: note: called by 'rocblas_reduction_strided_batched_kernel_part1<512, rocblas_fetch_nrm2, const double *const *, double>' sum = FETCH{}(x[tid * incx]); ^ /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/complex:1870:5: note: 'norm' declared here norm(_Tp __x) ^ 2 errors generated when compiling for gfx1030. make[2]: *** [library/src/CMakeFiles/rocblas.dir/build.make:384: library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_ex.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_batched_ex.cpp:25: In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_ex.hpp:25: /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:30:17: error: reference to __host__ function 'norm' in __host__ __device__ function return std::norm(A); ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:44:17: note: called by 'operator()' return {fetch_abs2(x)}; ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/reduction_strided_batched.hpp:98:15: note: called by 'rocblas_reduction_strided_batched_kernel_part1<512, rocblas_fetch_nrm2, const float *const *, float>' sum = FETCH{}(x[tid * incx]); ^ /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/complex:1870:5: note: 'norm' declared here norm(_Tp __x) ^ In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_batched_ex.cpp:25: In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_ex.hpp:25: /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:30:17: error: reference to __host__ function 'norm' in __host__ __device__ function return std::norm(A); ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:44:17: note: called by 'operator()' return {fetch_abs2(x)}; ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/reduction_strided_batched.hpp:98:15: note: called by 'rocblas_reduction_strided_batched_kernel_part1<512, rocblas_fetch_nrm2, const double *const *, double>' sum = FETCH{}(x[tid * incx]); ^ /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/complex:1870:5: note: 'norm' declared here norm(_Tp __x) ^ 2 errors generated when compiling for gfx1030. make[2]: *** [library/src/CMakeFiles/rocblas.dir/build.make:398: library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_batched_ex.cpp.o] Error 1 In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_strided_batched_ex.cpp:25: In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_ex.hpp:25: /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:30:17: error: reference to __host__ function 'norm' in __host__ __device__ function return std::norm(A); ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:44:17: note: called by 'operator()' return {fetch_abs2(x)}; ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/reduction_strided_batched.hpp:98:15: note: called by 'rocblas_reduction_strided_batched_kernel_part1<512, rocblas_fetch_nrm2, const float *const *, float>' sum = FETCH{}(x[tid * incx]); ^ /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/complex:1870:5: note: 'norm' declared here norm(_Tp __x) ^ In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_strided_batched_ex.cpp:25: In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_ex.hpp:25: /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:30:17: error: reference to __host__ function 'norm' in __host__ __device__ function return std::norm(A); ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:44:17: note: called by 'operator()' return {fetch_abs2(x)}; ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/reduction_strided_batched.hpp:98:15: note: called by 'rocblas_reduction_strided_batched_kernel_part1<512, rocblas_fetch_nrm2, const double *const *, double>' sum = FETCH{}(x[tid * incx]); ^ /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/complex:1870:5: note: 'norm' declared here norm(_Tp __x) ^ 2 errors generated when compiling for gfx1030. make[2]: *** [library/src/CMakeFiles/rocblas.dir/build.make:412: library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_strided_batched_ex.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:204: library/src/CMakeFiles/rocblas.dir/all] Error 2 make: *** [Makefile:156: all] Error 2 ```

It worked?! Finally! Now we're at the errors I had while disabling Tensile. If I figure anything out regarding that I'll post it here, or if it's not a nix compatibility issue, if you like, in a new issue. I suspect it may be a issue that can be "fixed" in a similar manner as this: default.nix

Extra info

Full PATH: (Separated for visual purposes) ```console /home/mado/Downloads/rocBLAS/ROCM/bin (For last test with copy) /nix/store/3q0x06cq1njg7wxq4sdxi5rrckngs7yj-bash-interactive-5.1-p16/bin /nix/store/s5412nz0izfdf3xhw4g6r7034mfgqx9z-patchelf-0.15.0/bin /nix/store/0vln6gxc9b2wr9yhbn0aspy6badlj638-gcc-wrapper-11.3.0/bin /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/bin /nix/store/xnfx90k3zl94anbyvkq81vrv0s8d2sxy-glibc-2.35-163-bin/bin /nix/store/d5c4xsl7avgqcx70pw8mlz3lp10d48y7-coreutils-9.1/bin /nix/store/dsagrmb3w748jys0wglvrf756swr08h5-binutils-wrapper-2.39/bin /nix/store/i38w7ashc8bvz4zh1i8gzbb3c5z3l71x-binutils-2.39/bin /nix/store/2abgwm2sc0bb1vn38bvz0qb697lc2iww-cmake-3.24.2/bin /nix/store/h31x77g46c1sp8fzq2dm61m85h5npj3l-hip-5.3.0/bin /nix/store/h6vb403m6gn94swvxfliipw2lsachw8z-rocm-llvm-wrapper-5.3.0/bin /nix/store/7hwb5wpi1ig027yglfavm068ph6ijdlc-rocm-llvm-5.3.0/bin /nix/store/h0lvlg344qxhgyv8nl9v7hnp3svla18k-binutils-wrapper-2.39/bin /nix/store/1l5gp04v4jvc7wr8dyv12jy8mszma9w0-ncurses-6.3-p20220507-dev/bin /nix/store/ckb1gfh3fq391i68gfrncpiwlagqx77j-ncurses-6.3-p20220507/bin /nix/store/rizslsfck4q3lg1kx28mrnjpbh9lfvmi-rocminfo-5.3.0/bin /nix/store/fkcl1wzq3106qqgl84bhgk1lp56q6bzg-python3-3.10.7/bin /nix/store/zfs5p0dxvqkyws7kvbl82b3lym44cg9i-libxml2-2.10.2-dev/bin /nix/store/7f60mg9bcg91sxpcl8hwm4kh2hna207w-libxml2-2.10.2-bin/bin /nix/store/i08kyc4bvx0403cq0bqzkaxs8hzyz38m-python3.10-wheel-0.37.1/bin /nix/store/4knlwjzj6ddyfp9dhp8py1v5iqc84kp3-python3.10-numpy-1.23.3/bin /nix/store/qyy313fbh3a0n5rdwxk2vjj6kqn1z1zs-rocm-smi-5.3.0/bin /nix/store/d5c4xsl7avgqcx70pw8mlz3lp10d48y7-coreutils-9.1/bin /nix/store/i773haaylrzwdhzalnxn54q8kbgddj27-findutils-4.9.0/bin /nix/store/15az6zjph7g5s65rr20v6jra4r39pknx-diffutils-3.8/bin /nix/store/28r0y1y9mn761hkjl225mw2zkryd9qa6-gnused-4.8/bin /nix/store/g9l8s2fk37wq2qcmxqfvhqv834ay2bpw-gnugrep-3.7/bin /nix/store/ly5zkhp4d01cg4cdgxbkp0q27l3n301h-gawk-5.1.1/bin /nix/store/93swbix3f5pq0z8nwn0zdz2snkfqp8ph-gnutar-1.34/bin /nix/store/nj75vbb7l3sgpiph51vzw5n6ivdc9ygx-gzip-1.12/bin /nix/store/2vwnmr00zgfww2k6cqc9ssbsvdg8n0xs-bzip2-1.0.8-bin/bin /nix/store/l7i0jjm2ywk1ckn9hcr5kjbbkvvpf9ys-gnumake-4.3/bin /nix/store/dd3713mm8wql4r2d5jxx0f58g16nfm4h-bash-5.1-p16/bin /nix/store/6w572h7924qnyvf78zl14vas51d8g0m8-patch-2.7.6/bin /nix/store/c47n6fnsdvs6zhpk9anlbp9h532ws80w-xz-5.2.7-bin/bin /nix/store/lhmh8p87c1kzi9hj21jralz3z9dqb85y-file-5.43/bin /run/wrappers/bin /home/mado/.nix-profile/bin /etc/profiles/per-user/mado/bin /nix/var/nix/profiles/default/bin /run/current-system/sw/bin ```
Full ROCM directory file list: ```console ROCM ROCM/bin ROCM/bin/hipvars.pm ROCM/bin/.hipVersion ROCM/bin/hip_embed_pch.sh ROCM/bin/hipcc_cmake_linker_helper ROCM/bin/hipdemangleatp ROCM/bin/hipcc.pl ROCM/bin/hipconfig.pl ROCM/bin/.hipcc-wrapped ROCM/bin/.hipconfig-wrapped ROCM/bin/roc-obj ROCM/bin/roc-obj-extract ROCM/bin/roc-obj-ls ROCM/bin/hipcc ROCM/bin/hipconfig ROCM/bin/rocm_agent_enumerator ROCM/bin/rocminfo ROCM/bin/cc ROCM/bin/c++ ROCM/bin/addr2line ROCM/bin/ar ROCM/bin/as ROCM/bin/c++filt ROCM/bin/dwp ROCM/bin/elfedit ROCM/bin/gprof ROCM/bin/ld ROCM/bin/ld.bfd ROCM/bin/ld.gold ROCM/bin/nm ROCM/bin/objcopy ROCM/bin/objdump ROCM/bin/ranlib ROCM/bin/readelf ROCM/bin/size ROCM/bin/strings ROCM/bin/strip ROCM/bin/llvm-addr2line ROCM/bin/llvm-bitcode-strip ROCM/bin/llvm-install-name-tool ROCM/bin/llvm-strip ROCM/bin/llvm-dlltool ROCM/bin/llvm-lib ROCM/bin/llvm-ranlib ROCM/bin/llvm-otool ROCM/bin/llvm-readelf ROCM/bin/llvm-windres ROCM/bin/amdgpu-offload-arch ROCM/bin/nvidia-arch ROCM/bin/analyze-build ROCM/bin/clang ROCM/bin/clang++ ROCM/bin/clang-cl ROCM/bin/clang-cpp ROCM/bin/flang ROCM/bin/git-clang-format ROCM/bin/hmaptool ROCM/bin/hwasan_symbolize ROCM/bin/intercept-build ROCM/bin/ld.lld ROCM/bin/ld64.lld ROCM/bin/lld-link ROCM/bin/wasm-ld ROCM/bin/scan-build ROCM/bin/scan-build-py ROCM/bin/scan-view ROCM/bin/FileCheck ROCM/bin/UnicodeNameMappingGenerator ROCM/bin/amdgpu-arch ROCM/bin/bugpoint ROCM/bin/c-index-test ROCM/bin/clang-15 ROCM/bin/clang-check ROCM/bin/clang-extdef-mapping ROCM/bin/clang-format ROCM/bin/clang-linker-wrapper ROCM/bin/clang-nvlink-wrapper ROCM/bin/clang-offload-bundler ROCM/bin/clang-offload-packager ROCM/bin/clang-offload-wrapper ROCM/bin/clang-refactor ROCM/bin/clang-rename ROCM/bin/clang-repl ROCM/bin/clang-scan-deps ROCM/bin/count ROCM/bin/diagtool ROCM/bin/dsymutil ROCM/bin/llc ROCM/bin/lld ROCM/bin/lli ROCM/bin/lli-child-target ROCM/bin/llvm-PerfectShuffle ROCM/bin/llvm-ar ROCM/bin/llvm-as ROCM/bin/llvm-bcanalyzer ROCM/bin/llvm-c-test ROCM/bin/llvm-cat ROCM/bin/llvm-cfi-verify ROCM/bin/llvm-config ROCM/bin/llvm-cov ROCM/bin/llvm-cvtres ROCM/bin/llvm-cxxdump ROCM/bin/llvm-cxxfilt ROCM/bin/llvm-cxxmap ROCM/bin/llvm-debuginfod-find ROCM/bin/llvm-diff ROCM/bin/llvm-dis ROCM/bin/llvm-dwarfdump ROCM/bin/llvm-dwp ROCM/bin/llvm-exegesis ROCM/bin/llvm-extract ROCM/bin/llvm-gsymutil ROCM/bin/llvm-ifs ROCM/bin/llvm-jitlink ROCM/bin/llvm-jitlink-executor ROCM/bin/llvm-libtool-darwin ROCM/bin/llvm-link ROCM/bin/llvm-lipo ROCM/bin/llvm-lto ROCM/bin/llvm-lto2 ROCM/bin/llvm-mc ROCM/bin/llvm-mca ROCM/bin/llvm-ml ROCM/bin/llvm-modextract ROCM/bin/llvm-mt ROCM/bin/llvm-nm ROCM/bin/llvm-objcopy ROCM/bin/llvm-objdump ROCM/bin/llvm-opt-report ROCM/bin/llvm-pdbutil ROCM/bin/llvm-profdata ROCM/bin/llvm-profgen ROCM/bin/llvm-rc ROCM/bin/llvm-readobj ROCM/bin/llvm-reduce ROCM/bin/llvm-remark-size-diff ROCM/bin/llvm-rtdyld ROCM/bin/llvm-sim ROCM/bin/llvm-size ROCM/bin/llvm-split ROCM/bin/llvm-stress ROCM/bin/llvm-strings ROCM/bin/llvm-symbolizer ROCM/bin/llvm-tapi-diff ROCM/bin/llvm-tblgen ROCM/bin/llvm-tli-checker ROCM/bin/llvm-undname ROCM/bin/llvm-xray ROCM/bin/not ROCM/bin/obj2yaml ROCM/bin/offload-arch ROCM/bin/opt ROCM/bin/sancov ROCM/bin/sanstats ROCM/bin/split-file ROCM/bin/verify-uselistorder ROCM/bin/yaml-bench ROCM/bin/yaml2obj ROCM/hip ROCM/hip/include ROCM/hip/include/hip ROCM/hip/include/hip/amd_detail ROCM/hip/include/hip/amd_detail/amd_channel_descriptor.h ROCM/hip/include/hip/amd_detail/amd_device_functions.h ROCM/hip/include/hip/amd_detail/amd_hip_atomic.h ROCM/hip/include/hip/amd_detail/amd_hip_common.h ROCM/hip/include/hip/amd_detail/amd_hip_complex.h ROCM/hip/include/hip/amd_detail/amd_hip_cooperative_groups.h ROCM/hip/include/hip/amd_detail/amd_hip_fp16.h ROCM/hip/include/hip/amd_detail/amd_hip_math_constants.h ROCM/hip/include/hip/amd_detail/amd_hip_runtime.h ROCM/hip/include/hip/amd_detail/amd_hip_runtime_pt_api.h ROCM/hip/include/hip/amd_detail/amd_hip_unsafe_atomics.h ROCM/hip/include/hip/amd_detail/amd_hip_vector_types.h ROCM/hip/include/hip/amd_detail/amd_math_functions.h ROCM/hip/include/hip/amd_detail/amd_surface_functions.h ROCM/hip/include/hip/amd_detail/amd_warp_functions.h ROCM/hip/include/hip/amd_detail/concepts.hpp ROCM/hip/include/hip/amd_detail/device_library_decls.h ROCM/hip/include/hip/amd_detail/functional_grid_launch.hpp ROCM/hip/include/hip/amd_detail/grid_launch.h ROCM/hip/include/hip/amd_detail/grid_launch.hpp ROCM/hip/include/hip/amd_detail/grid_launch_GGL.hpp ROCM/hip/include/hip/amd_detail/helpers.hpp ROCM/hip/include/hip/amd_detail/hip_cooperative_groups_helper.h ROCM/hip/include/hip/amd_detail/hip_fp16_gcc.h ROCM/hip/include/hip/amd_detail/hip_fp16_math_fwd.h ROCM/hip/include/hip/amd_detail/hip_ldg.h ROCM/hip/include/hip/amd_detail/hip_prof_str.h ROCM/hip/include/hip/amd_detail/hip_runtime_prof.h ROCM/hip/include/hip/amd_detail/host_defines.h ROCM/hip/include/hip/amd_detail/hsa_helpers.hpp ROCM/hip/include/hip/amd_detail/llvm_intrinsics.h ROCM/hip/include/hip/amd_detail/macro_based_grid_launch.hpp ROCM/hip/include/hip/amd_detail/math_fwd.h ROCM/hip/include/hip/amd_detail/ockl_image.h ROCM/hip/include/hip/amd_detail/program_state.hpp ROCM/hip/include/hip/amd_detail/texture_fetch_functions.h ROCM/hip/include/hip/amd_detail/texture_indirect_functions.h ROCM/hip/include/hip/nvidia_detail ROCM/hip/include/hip/nvidia_detail/nvidia_channel_descriptor.h ROCM/hip/include/hip/nvidia_detail/nvidia_hip_atomics.h ROCM/hip/include/hip/nvidia_detail/nvidia_hip_complex.h ROCM/hip/include/hip/nvidia_detail/nvidia_hip_cooperative_groups.h ROCM/hip/include/hip/nvidia_detail/nvidia_hip_math_constants.h ROCM/hip/include/hip/nvidia_detail/nvidia_hip_runtime.h ROCM/hip/include/hip/nvidia_detail/nvidia_hip_runtime_api.h ROCM/hip/include/hip/nvidia_detail/nvidia_hip_texture_types.h ROCM/hip/include/hip/nvidia_detail/nvidia_hip_unsafe_atomics.h ROCM/hip/include/hip/nvidia_detail/nvidia_hiprtc.h ROCM/hip/include/hip/channel_descriptor.h ROCM/hip/include/hip/device_functions.h ROCM/hip/include/hip/driver_types.h ROCM/hip/include/hip/hip_bfloat16.h ROCM/hip/include/hip/hip_common.h ROCM/hip/include/hip/hip_complex.h ROCM/hip/include/hip/hip_cooperative_groups.h ROCM/hip/include/hip/hip_ext.h ROCM/hip/include/hip/hip_fp16.h ROCM/hip/include/hip/hip_hcc.h ROCM/hip/include/hip/hip_math_constants.h ROCM/hip/include/hip/hip_profile.h ROCM/hip/include/hip/hip_runtime.h ROCM/hip/include/hip/hip_runtime_api.h ROCM/hip/include/hip/hip_texture_types.h ROCM/hip/include/hip/hip_vector_types.h ROCM/hip/include/hip/hip_version.h ROCM/hip/include/hip/hiprtc.h ROCM/hip/include/hip/library_types.h ROCM/hip/include/hip/math_functions.h ROCM/hip/include/hip/surface_types.h ROCM/hip/include/hip/texture_types.h ROCM/hip/bin ROCM/hip/bin/roc-obj ROCM/hip/bin/roc-obj-extract ROCM/hip/bin/roc-obj-ls ROCM/hip/bin/.hipVersion ROCM/hip/bin/hip_embed_pch.sh ROCM/hip/bin/hipcc ROCM/hip/bin/hipcc.pl ROCM/hip/bin/hipcc_cmake_linker_helper ROCM/hip/bin/hipconfig ROCM/hip/bin/hipconfig.pl ROCM/hip/bin/hipdemangleatp ROCM/hip/bin/hipvars.pm ROCM/hip/lib ROCM/hip/lib/libamdhip64.so ROCM/hip/lib/libamdhip64.so.5 ROCM/hip/lib/libamdhip64.so.5.3.22061 ROCM/hip/lib/libhiprtc-builtins.so ROCM/hip/lib/libhiprtc-builtins.so.5 ROCM/hip/lib/libhiprtc-builtins.so.5.3.22061 ROCM/hip/lib/libhiprtc.so ROCM/hip/lib/libhiprtc.so.5 ROCM/hip/lib/libhiprtc.so.5.3.22061 ROCM/hip/lib/.hipInfo ROCM/hip/lib/cmake ROCM/hip/lib/cmake/hip ROCM/hip/lib/cmake/hip/hip-config-version.cmake ROCM/hip/lib/cmake/hip/hip-config.cmake ROCM/hip/lib/cmake/hip-lang ROCM/hip/lib/cmake/hip-lang/hip-lang-config-version.cmake ROCM/hip/lib/cmake/hip-lang/hip-lang-config.cmake ROCM/hip/cmake ROCM/hip/cmake/FindHIP ROCM/hip/cmake/FindHIP/run_hipcc.cmake ROCM/hip/cmake/FindHIP/run_make2cmake.cmake ROCM/hip/cmake/FindHIP.cmake ROCM/include ROCM/include/hip ROCM/include/hip/channel_descriptor.h ROCM/include/hip/device_functions.h ROCM/include/hip/driver_types.h ROCM/include/hip/hip_bfloat16.h ROCM/include/hip/hip_common.h ROCM/include/hip/hip_complex.h ROCM/include/hip/hip_cooperative_groups.h ROCM/include/hip/hip_ext.h ROCM/include/hip/hip_fp16.h ROCM/include/hip/hip_hcc.h ROCM/include/hip/hip_math_constants.h ROCM/include/hip/hip_profile.h ROCM/include/hip/hip_runtime.h ROCM/include/hip/hip_runtime_api.h ROCM/include/hip/hip_texture_types.h ROCM/include/hip/hip_vector_types.h ROCM/include/hip/hiprtc.h ROCM/include/hip/library_types.h ROCM/include/hip/math_functions.h ROCM/include/hip/surface_types.h ROCM/include/hip/texture_types.h ROCM/include/hip/hcc_detail ROCM/include/hip/hip_version.h ROCM/include/hip/nvcc_detail ROCM/include/hip/amd_detail ROCM/include/hip/amd_detail/amd_channel_descriptor.h ROCM/include/hip/amd_detail/amd_device_functions.h ROCM/include/hip/amd_detail/amd_hip_atomic.h ROCM/include/hip/amd_detail/amd_hip_common.h ROCM/include/hip/amd_detail/amd_hip_complex.h ROCM/include/hip/amd_detail/amd_hip_cooperative_groups.h ROCM/include/hip/amd_detail/amd_hip_fp16.h ROCM/include/hip/amd_detail/amd_hip_math_constants.h ROCM/include/hip/amd_detail/amd_hip_runtime.h ROCM/include/hip/amd_detail/amd_hip_runtime_pt_api.h ROCM/include/hip/amd_detail/amd_hip_unsafe_atomics.h ROCM/include/hip/amd_detail/amd_hip_vector_types.h ROCM/include/hip/amd_detail/amd_math_functions.h ROCM/include/hip/amd_detail/amd_surface_functions.h ROCM/include/hip/amd_detail/amd_warp_functions.h ROCM/include/hip/amd_detail/concepts.hpp ROCM/include/hip/amd_detail/device_library_decls.h ROCM/include/hip/amd_detail/functional_grid_launch.hpp ROCM/include/hip/amd_detail/grid_launch.h ROCM/include/hip/amd_detail/grid_launch.hpp ROCM/include/hip/amd_detail/grid_launch_GGL.hpp ROCM/include/hip/amd_detail/helpers.hpp ROCM/include/hip/amd_detail/hip_cooperative_groups_helper.h ROCM/include/hip/amd_detail/hip_fp16_gcc.h ROCM/include/hip/amd_detail/hip_fp16_math_fwd.h ROCM/include/hip/amd_detail/hip_ldg.h ROCM/include/hip/amd_detail/hip_prof_str.h ROCM/include/hip/amd_detail/hip_runtime_prof.h ROCM/include/hip/amd_detail/host_defines.h ROCM/include/hip/amd_detail/hsa_helpers.hpp ROCM/include/hip/amd_detail/llvm_intrinsics.h ROCM/include/hip/amd_detail/macro_based_grid_launch.hpp ROCM/include/hip/amd_detail/math_fwd.h ROCM/include/hip/amd_detail/ockl_image.h ROCM/include/hip/amd_detail/program_state.hpp ROCM/include/hip/amd_detail/texture_fetch_functions.h ROCM/include/hip/amd_detail/texture_indirect_functions.h ROCM/include/hip/nvidia_detail ROCM/include/hip/nvidia_detail/nvidia_channel_descriptor.h ROCM/include/hip/nvidia_detail/nvidia_hip_atomics.h ROCM/include/hip/nvidia_detail/nvidia_hip_complex.h ROCM/include/hip/nvidia_detail/nvidia_hip_cooperative_groups.h ROCM/include/hip/nvidia_detail/nvidia_hip_math_constants.h ROCM/include/hip/nvidia_detail/nvidia_hip_runtime.h ROCM/include/hip/nvidia_detail/nvidia_hip_runtime_api.h ROCM/include/hip/nvidia_detail/nvidia_hip_texture_types.h ROCM/include/hip/nvidia_detail/nvidia_hip_unsafe_atomics.h ROCM/include/hip/nvidia_detail/nvidia_hiprtc.h ROCM/include/hsa ROCM/include/hsa/Brig.h ROCM/include/hsa/amd_hsa_common.h ROCM/include/hsa/amd_hsa_elf.h ROCM/include/hsa/amd_hsa_kernel_code.h ROCM/include/hsa/amd_hsa_queue.h ROCM/include/hsa/amd_hsa_signal.h ROCM/include/hsa/hsa.h ROCM/include/hsa/hsa_api_trace.h ROCM/include/hsa/hsa_ext_amd.h ROCM/include/hsa/hsa_ext_finalize.h ROCM/include/hsa/hsa_ext_image.h ROCM/include/hsa/hsa_ven_amd_aqlprofile.h ROCM/include/hsa/hsa_ven_amd_loader.h ROCM/include/amd_comgr.h ROCM/include/amd_comgr ROCM/include/amd_comgr/amd_comgr.h ROCM/include/clang ROCM/include/clang/APINotes ROCM/include/clang/APINotes/APINotesYAMLCompiler.h ROCM/include/clang/APINotes/Types.h ROCM/include/clang/ARCMigrate ROCM/include/clang/ARCMigrate/ARCMT.h ROCM/include/clang/ARCMigrate/ARCMTActions.h ROCM/include/clang/ARCMigrate/FileRemapper.h ROCM/include/clang/AST ROCM/include/clang/AST/APValue.h ROCM/include/clang/AST/AST.h ROCM/include/clang/AST/ASTConcept.h ROCM/include/clang/AST/ASTConsumer.h ROCM/include/clang/AST/ASTContext.h ROCM/include/clang/AST/ASTContextAllocate.h ROCM/include/clang/AST/ASTDiagnostic.h ROCM/include/clang/AST/ASTDumper.h ROCM/include/clang/AST/ASTDumperUtils.h ROCM/include/clang/AST/ASTFwd.h ROCM/include/clang/AST/ASTImportError.h ROCM/include/clang/AST/ASTImporter.h ROCM/include/clang/AST/ASTImporterLookupTable.h ROCM/include/clang/AST/ASTImporterSharedState.h ROCM/include/clang/AST/ASTLambda.h ROCM/include/clang/AST/ASTMutationListener.h ROCM/include/clang/AST/ASTNodeTraverser.h ROCM/include/clang/AST/ASTStructuralEquivalence.h ROCM/include/clang/AST/ASTTypeTraits.h ROCM/include/clang/AST/ASTUnresolvedSet.h ROCM/include/clang/AST/ASTVector.h ROCM/include/clang/AST/AbstractBasicReader.h ROCM/include/clang/AST/AbstractBasicReader.inc ROCM/include/clang/AST/AbstractBasicWriter.h ROCM/include/clang/AST/AbstractBasicWriter.inc ROCM/include/clang/AST/AbstractTypeReader.h ROCM/include/clang/AST/AbstractTypeReader.inc ROCM/include/clang/AST/AbstractTypeWriter.h ROCM/include/clang/AST/AbstractTypeWriter.inc ROCM/include/clang/AST/Attr.h ROCM/include/clang/AST/AttrImpl.inc ROCM/include/clang/AST/AttrIterator.h ROCM/include/clang/AST/AttrNodeTraverse.inc ROCM/include/clang/AST/AttrTextNodeDump.inc ROCM/include/clang/AST/AttrVisitor.h ROCM/include/clang/AST/AttrVisitor.inc ROCM/include/clang/AST/Attrs.inc ROCM/include/clang/AST/Availability.h ROCM/include/clang/AST/BaseSubobject.h ROCM/include/clang/AST/BuiltinTypes.def ROCM/include/clang/AST/CXXInheritance.h ROCM/include/clang/AST/CXXRecordDeclDefinitionBits.def ROCM/include/clang/AST/CanonicalType.h ROCM/include/clang/AST/CharUnits.h ROCM/include/clang/AST/Comment.h ROCM/include/clang/AST/CommentBriefParser.h ROCM/include/clang/AST/CommentCommandInfo.inc ROCM/include/clang/AST/CommentCommandList.inc ROCM/include/clang/AST/CommentCommandTraits.h ROCM/include/clang/AST/CommentDiagnostic.h ROCM/include/clang/AST/CommentHTMLNamedCharacterReferences.inc ROCM/include/clang/AST/CommentHTMLTags.inc ROCM/include/clang/AST/CommentHTMLTagsProperties.inc ROCM/include/clang/AST/CommentLexer.h ROCM/include/clang/AST/CommentNodes.inc ROCM/include/clang/AST/CommentParser.h ROCM/include/clang/AST/CommentSema.h ROCM/include/clang/AST/CommentVisitor.h ROCM/include/clang/AST/ComparisonCategories.h ROCM/include/clang/AST/ComputeDependence.h ROCM/include/clang/AST/CurrentSourceLocExprScope.h ROCM/include/clang/AST/DataCollection.h ROCM/include/clang/AST/Decl.h ROCM/include/clang/AST/DeclAccessPair.h ROCM/include/clang/AST/DeclBase.h ROCM/include/clang/AST/DeclCXX.h ROCM/include/clang/AST/DeclContextInternals.h ROCM/include/clang/AST/DeclFriend.h ROCM/include/clang/AST/DeclGroup.h ROCM/include/clang/AST/DeclLookups.h ROCM/include/clang/AST/DeclNodes.inc ROCM/include/clang/AST/DeclObjC.h ROCM/include/clang/AST/DeclObjCCommon.h ROCM/include/clang/AST/DeclOpenMP.h ROCM/include/clang/AST/DeclTemplate.h ROCM/include/clang/AST/DeclVisitor.h ROCM/include/clang/AST/DeclarationName.h ROCM/include/clang/AST/DependenceFlags.h ROCM/include/clang/AST/DependentDiagnostic.h ROCM/include/clang/AST/EvaluatedExprVisitor.h ROCM/include/clang/AST/Expr.h ROCM/include/clang/AST/ExprCXX.h ROCM/include/clang/AST/ExprConcepts.h ROCM/include/clang/AST/ExprObjC.h ROCM/include/clang/AST/ExprOpenMP.h ROCM/include/clang/AST/ExternalASTMerger.h ROCM/include/clang/AST/ExternalASTSource.h ROCM/include/clang/AST/FormatString.h ROCM/include/clang/AST/GlobalDecl.h ROCM/include/clang/AST/IgnoreExpr.h ROCM/include/clang/AST/JSONNodeDumper.h ROCM/include/clang/AST/LambdaCapture.h ROCM/include/clang/AST/LexicallyOrderedRecursiveASTVisitor.h ROCM/include/clang/AST/LocInfoType.h ROCM/include/clang/AST/Mangle.h ROCM/include/clang/AST/MangleNumberingContext.h ROCM/include/clang/AST/NSAPI.h ROCM/include/clang/AST/NestedNameSpecifier.h ROCM/include/clang/AST/NonTrivialTypeVisitor.h ROCM/include/clang/AST/ODRHash.h ROCM/include/clang/AST/OSLog.h ROCM/include/clang/AST/OpenMPClause.h ROCM/include/clang/AST/OperationKinds.def ROCM/include/clang/AST/OperationKinds.h ROCM/include/clang/AST/OptionalDiagnostic.h ROCM/include/clang/AST/ParentMap.h ROCM/include/clang/AST/ParentMapContext.h ROCM/include/clang/AST/PrettyDeclStackTrace.h ROCM/include/clang/AST/PrettyPrinter.h ROCM/include/clang/AST/QualTypeNames.h ROCM/include/clang/AST/Randstruct.h ROCM/include/clang/AST/RawCommentList.h ROCM/include/clang/AST/RecordLayout.h ROCM/include/clang/AST/RecursiveASTVisitor.h ROCM/include/clang/AST/Redeclarable.h ROCM/include/clang/AST/SelectorLocationsKind.h ROCM/include/clang/AST/Stmt.h ROCM/include/clang/AST/StmtCXX.h ROCM/include/clang/AST/StmtDataCollectors.inc ROCM/include/clang/AST/StmtGraphTraits.h ROCM/include/clang/AST/StmtIterator.h ROCM/include/clang/AST/StmtNodes.inc ROCM/include/clang/AST/StmtObjC.h ROCM/include/clang/AST/StmtOpenMP.h ROCM/include/clang/AST/StmtVisitor.h ROCM/include/clang/AST/TemplateArgumentVisitor.h ROCM/include/clang/AST/TemplateBase.h ROCM/include/clang/AST/TemplateName.h ROCM/include/clang/AST/TextNodeDumper.h ROCM/include/clang/AST/Type.h ROCM/include/clang/AST/TypeLoc.h ROCM/include/clang/AST/TypeLocNodes.def ROCM/include/clang/AST/TypeLocVisitor.h ROCM/include/clang/AST/TypeNodes.inc ROCM/include/clang/AST/TypeOrdering.h ROCM/include/clang/AST/TypeVisitor.h ROCM/include/clang/AST/UnresolvedSet.h ROCM/include/clang/AST/VTTBuilder.h ROCM/include/clang/AST/VTableBuilder.h ROCM/include/clang/ASTMatchers ROCM/include/clang/ASTMatchers/ASTMatchFinder.h ROCM/include/clang/ASTMatchers/ASTMatchers.h ROCM/include/clang/ASTMatchers/ASTMatchersInternal.h ROCM/include/clang/ASTMatchers/ASTMatchersMacros.h ROCM/include/clang/ASTMatchers/GtestMatchers.h ROCM/include/clang/ASTMatchers/Dynamic ROCM/include/clang/ASTMatchers/Dynamic/Diagnostics.h ROCM/include/clang/ASTMatchers/Dynamic/Parser.h ROCM/include/clang/ASTMatchers/Dynamic/Registry.h ROCM/include/clang/ASTMatchers/Dynamic/VariantValue.h ROCM/include/clang/Analysis ROCM/include/clang/Analysis/AnalysisDeclContext.h ROCM/include/clang/Analysis/AnalysisDiagnostic.h ROCM/include/clang/Analysis/AnyCall.h ROCM/include/clang/Analysis/BodyFarm.h ROCM/include/clang/Analysis/CFG.h ROCM/include/clang/Analysis/CFGStmtMap.h ROCM/include/clang/Analysis/CallGraph.h ROCM/include/clang/Analysis/CloneDetection.h ROCM/include/clang/Analysis/CodeInjector.h ROCM/include/clang/Analysis/ConstructionContext.h ROCM/include/clang/Analysis/IssueHash.h ROCM/include/clang/Analysis/MacroExpansionContext.h ROCM/include/clang/Analysis/PathDiagnostic.h ROCM/include/clang/Analysis/ProgramPoint.h ROCM/include/clang/Analysis/RetainSummaryManager.h ROCM/include/clang/Analysis/SelectorExtras.h ROCM/include/clang/Analysis/Analyses ROCM/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h ROCM/include/clang/Analysis/Analyses/CalledOnceCheck.h ROCM/include/clang/Analysis/Analyses/Consumed.h ROCM/include/clang/Analysis/Analyses/Dominators.h ROCM/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h ROCM/include/clang/Analysis/Analyses/LiveVariables.h ROCM/include/clang/Analysis/Analyses/PostOrderCFGView.h ROCM/include/clang/Analysis/Analyses/ReachableCode.h ROCM/include/clang/Analysis/Analyses/ThreadSafety.h ROCM/include/clang/Analysis/Analyses/ThreadSafetyCommon.h ROCM/include/clang/Analysis/Analyses/ThreadSafetyLogical.h ROCM/include/clang/Analysis/Analyses/ThreadSafetyOps.def ROCM/include/clang/Analysis/Analyses/ThreadSafetyTIL.h ROCM/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h ROCM/include/clang/Analysis/Analyses/ThreadSafetyUtil.h ROCM/include/clang/Analysis/Analyses/UninitializedValues.h ROCM/include/clang/Analysis/DomainSpecific ROCM/include/clang/Analysis/DomainSpecific/CocoaConventions.h ROCM/include/clang/Analysis/DomainSpecific/ObjCNoReturn.h ROCM/include/clang/Analysis/FlowSensitive ROCM/include/clang/Analysis/FlowSensitive/ControlFlowContext.h ROCM/include/clang/Analysis/FlowSensitive/DataflowAnalysis.h ROCM/include/clang/Analysis/FlowSensitive/DataflowAnalysisContext.h ROCM/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h ROCM/include/clang/Analysis/FlowSensitive/DataflowLattice.h ROCM/include/clang/Analysis/FlowSensitive/DataflowValues.h ROCM/include/clang/Analysis/FlowSensitive/DataflowWorklist.h ROCM/include/clang/Analysis/FlowSensitive/MapLattice.h ROCM/include/clang/Analysis/FlowSensitive/MatchSwitch.h ROCM/include/clang/Analysis/FlowSensitive/NoopLattice.h ROCM/include/clang/Analysis/FlowSensitive/Solver.h ROCM/include/clang/Analysis/FlowSensitive/StorageLocation.h ROCM/include/clang/Analysis/FlowSensitive/Transfer.h ROCM/include/clang/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.h ROCM/include/clang/Analysis/FlowSensitive/Value.h ROCM/include/clang/Analysis/FlowSensitive/WatchedLiteralsSolver.h ROCM/include/clang/Analysis/FlowSensitive/Models ROCM/include/clang/Analysis/FlowSensitive/Models/ChromiumCheckModel.h ROCM/include/clang/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.h ROCM/include/clang/Analysis/Support ROCM/include/clang/Analysis/Support/BumpVector.h ROCM/include/clang/Basic ROCM/include/clang/Basic/AArch64SVEACLETypes.def ROCM/include/clang/Basic/ABI.h ROCM/include/clang/Basic/AddressSpaces.h ROCM/include/clang/Basic/AlignedAllocation.h ROCM/include/clang/Basic/AllDiagnostics.h ROCM/include/clang/Basic/AttrHasAttributeImpl.inc ROCM/include/clang/Basic/AttrKinds.h ROCM/include/clang/Basic/AttrList.inc ROCM/include/clang/Basic/AttrSubMatchRulesList.inc ROCM/include/clang/Basic/AttrSubjectMatchRules.h ROCM/include/clang/Basic/AttributeCommonInfo.h ROCM/include/clang/Basic/Attributes.h ROCM/include/clang/Basic/BitmaskEnum.h ROCM/include/clang/Basic/Builtins.def ROCM/include/clang/Basic/Builtins.h ROCM/include/clang/Basic/BuiltinsAArch64.def ROCM/include/clang/Basic/BuiltinsAArch64NeonSVEBridge.def ROCM/include/clang/Basic/BuiltinsAArch64NeonSVEBridge_cg.def ROCM/include/clang/Basic/BuiltinsAMDGPU.def ROCM/include/clang/Basic/BuiltinsARM.def ROCM/include/clang/Basic/BuiltinsBPF.def ROCM/include/clang/Basic/BuiltinsHexagon.def ROCM/include/clang/Basic/BuiltinsHexagonDep.def ROCM/include/clang/Basic/BuiltinsHexagonMapCustomDep.def ROCM/include/clang/Basic/BuiltinsMips.def ROCM/include/clang/Basic/BuiltinsNEON.def ROCM/include/clang/Basic/BuiltinsNVPTX.def ROCM/include/clang/Basic/BuiltinsPPC.def ROCM/include/clang/Basic/BuiltinsRISCV.def ROCM/include/clang/Basic/BuiltinsRISCVVector.def ROCM/include/clang/Basic/BuiltinsSVE.def ROCM/include/clang/Basic/BuiltinsSystemZ.def ROCM/include/clang/Basic/BuiltinsVE.def ROCM/include/clang/Basic/BuiltinsVEVL.gen.def ROCM/include/clang/Basic/BuiltinsWebAssembly.def ROCM/include/clang/Basic/BuiltinsX86.def ROCM/include/clang/Basic/BuiltinsX86_64.def ROCM/include/clang/Basic/BuiltinsXCore.def ROCM/include/clang/Basic/CLWarnings.h ROCM/include/clang/Basic/CapturedStmt.h ROCM/include/clang/Basic/CharInfo.h ROCM/include/clang/Basic/CodeGenOptions.def ROCM/include/clang/Basic/CodeGenOptions.h ROCM/include/clang/Basic/CommentOptions.h ROCM/include/clang/Basic/Cuda.h ROCM/include/clang/Basic/DarwinSDKInfo.h ROCM/include/clang/Basic/DebugInfoOptions.h ROCM/include/clang/Basic/Diagnostic.h ROCM/include/clang/Basic/DiagnosticAST.h ROCM/include/clang/Basic/DiagnosticASTKinds.inc ROCM/include/clang/Basic/DiagnosticAnalysis.h ROCM/include/clang/Basic/DiagnosticAnalysisKinds.inc ROCM/include/clang/Basic/DiagnosticCategories.h ROCM/include/clang/Basic/DiagnosticComment.h ROCM/include/clang/Basic/DiagnosticCommentKinds.inc ROCM/include/clang/Basic/DiagnosticCommonKinds.inc ROCM/include/clang/Basic/DiagnosticCrossTU.h ROCM/include/clang/Basic/DiagnosticCrossTUKinds.inc ROCM/include/clang/Basic/DiagnosticDriver.h ROCM/include/clang/Basic/DiagnosticDriverKinds.inc ROCM/include/clang/Basic/DiagnosticError.h ROCM/include/clang/Basic/DiagnosticFrontend.h ROCM/include/clang/Basic/DiagnosticFrontendKinds.inc ROCM/include/clang/Basic/DiagnosticGroups.inc ROCM/include/clang/Basic/DiagnosticIDs.h ROCM/include/clang/Basic/DiagnosticIndexName.inc ROCM/include/clang/Basic/DiagnosticLex.h ROCM/include/clang/Basic/DiagnosticLexKinds.inc ROCM/include/clang/Basic/DiagnosticOptions.def ROCM/include/clang/Basic/DiagnosticOptions.h ROCM/include/clang/Basic/DiagnosticParse.h ROCM/include/clang/Basic/DiagnosticParseKinds.inc ROCM/include/clang/Basic/DiagnosticRefactoring.h ROCM/include/clang/Basic/DiagnosticRefactoringKinds.inc ROCM/include/clang/Basic/DiagnosticSema.h ROCM/include/clang/Basic/DiagnosticSemaKinds.inc ROCM/include/clang/Basic/DiagnosticSerialization.h ROCM/include/clang/Basic/DiagnosticSerializationKinds.inc ROCM/include/clang/Basic/DirectoryEntry.h ROCM/include/clang/Basic/ExceptionSpecificationType.h ROCM/include/clang/Basic/ExpressionTraits.h ROCM/include/clang/Basic/FPOptions.def ROCM/include/clang/Basic/Features.def ROCM/include/clang/Basic/FileEntry.h ROCM/include/clang/Basic/FileManager.h ROCM/include/clang/Basic/FileSystemOptions.h ROCM/include/clang/Basic/FileSystemStatCache.h ROCM/include/clang/Basic/IdentifierTable.h ROCM/include/clang/Basic/JsonSupport.h ROCM/include/clang/Basic/LLVM.h ROCM/include/clang/Basic/Lambda.h ROCM/include/clang/Basic/LangOptions.def ROCM/include/clang/Basic/LangOptions.h ROCM/include/clang/Basic/LangStandard.h ROCM/include/clang/Basic/LangStandards.def ROCM/include/clang/Basic/Linkage.h ROCM/include/clang/Basic/MSP430Target.def ROCM/include/clang/Basic/MacroBuilder.h ROCM/include/clang/Basic/Module.h ROCM/include/clang/Basic/NoSanitizeList.h ROCM/include/clang/Basic/ObjCRuntime.h ROCM/include/clang/Basic/OpenCLExtensionTypes.def ROCM/include/clang/Basic/OpenCLExtensions.def ROCM/include/clang/Basic/OpenCLImageTypes.def ROCM/include/clang/Basic/OpenCLOptions.h ROCM/include/clang/Basic/OpenMPKinds.def ROCM/include/clang/Basic/OpenMPKinds.h ROCM/include/clang/Basic/OperatorKinds.def ROCM/include/clang/Basic/OperatorKinds.h ROCM/include/clang/Basic/OperatorPrecedence.h ROCM/include/clang/Basic/PPCTypes.def ROCM/include/clang/Basic/PartialDiagnostic.h ROCM/include/clang/Basic/PlistSupport.h ROCM/include/clang/Basic/PragmaKinds.h ROCM/include/clang/Basic/PrettyStackTrace.h ROCM/include/clang/Basic/ProfileList.h ROCM/include/clang/Basic/RISCVVTypes.def ROCM/include/clang/Basic/SanitizerSpecialCaseList.h ROCM/include/clang/Basic/Sanitizers.def ROCM/include/clang/Basic/Sanitizers.h ROCM/include/clang/Basic/SourceLocation.h ROCM/include/clang/Basic/SourceManager.h ROCM/include/clang/Basic/SourceManagerInternals.h ROCM/include/clang/Basic/Specifiers.h ROCM/include/clang/Basic/Stack.h ROCM/include/clang/Basic/SyncScope.h ROCM/include/clang/Basic/TargetBuiltins.h ROCM/include/clang/Basic/TargetCXXABI.def ROCM/include/clang/Basic/TargetCXXABI.h ROCM/include/clang/Basic/TargetID.h ROCM/include/clang/Basic/TargetInfo.h ROCM/include/clang/Basic/TargetOptions.h ROCM/include/clang/Basic/TemplateKinds.h ROCM/include/clang/Basic/Thunk.h ROCM/include/clang/Basic/TokenKinds.def ROCM/include/clang/Basic/TokenKinds.h ROCM/include/clang/Basic/TypeTraits.h ROCM/include/clang/Basic/Version.h ROCM/include/clang/Basic/Version.inc ROCM/include/clang/Basic/Visibility.h ROCM/include/clang/Basic/XRayInstr.h ROCM/include/clang/Basic/XRayLists.h ROCM/include/clang/Basic/arm_cde_builtin_aliases.inc ROCM/include/clang/Basic/arm_cde_builtin_cg.inc ROCM/include/clang/Basic/arm_cde_builtin_sema.inc ROCM/include/clang/Basic/arm_cde_builtins.inc ROCM/include/clang/Basic/arm_fp16.inc ROCM/include/clang/Basic/arm_mve_builtin_aliases.inc ROCM/include/clang/Basic/arm_mve_builtin_cg.inc ROCM/include/clang/Basic/arm_mve_builtin_sema.inc ROCM/include/clang/Basic/arm_mve_builtins.inc ROCM/include/clang/Basic/arm_neon.inc ROCM/include/clang/Basic/arm_sve_builtin_cg.inc ROCM/include/clang/Basic/arm_sve_builtins.inc ROCM/include/clang/Basic/arm_sve_sema_rangechecks.inc ROCM/include/clang/Basic/arm_sve_typeflags.inc ROCM/include/clang/Basic/riscv_vector_builtin_cg.inc ROCM/include/clang/Basic/riscv_vector_builtins.inc ROCM/include/clang/CodeGen ROCM/include/clang/CodeGen/BackendUtil.h ROCM/include/clang/CodeGen/CGFunctionInfo.h ROCM/include/clang/CodeGen/CodeGenABITypes.h ROCM/include/clang/CodeGen/CodeGenAction.h ROCM/include/clang/CodeGen/ConstantInitBuilder.h ROCM/include/clang/CodeGen/ConstantInitFuture.h ROCM/include/clang/CodeGen/ModuleBuilder.h ROCM/include/clang/CodeGen/ObjectFilePCHContainerOperations.h ROCM/include/clang/CodeGen/SwiftCallingConv.h ROCM/include/clang/Config ROCM/include/clang/Config/config.h ROCM/include/clang/CrossTU ROCM/include/clang/CrossTU/CrossTUDiagnostic.h ROCM/include/clang/CrossTU/CrossTranslationUnit.h ROCM/include/clang/DirectoryWatcher ROCM/include/clang/DirectoryWatcher/DirectoryWatcher.h ROCM/include/clang/Driver ROCM/include/clang/Driver/Action.h ROCM/include/clang/Driver/Compilation.h ROCM/include/clang/Driver/Distro.h ROCM/include/clang/Driver/Driver.h ROCM/include/clang/Driver/DriverDiagnostic.h ROCM/include/clang/Driver/InputInfo.h ROCM/include/clang/Driver/Job.h ROCM/include/clang/Driver/Multilib.h ROCM/include/clang/Driver/OptionUtils.h ROCM/include/clang/Driver/Options.h ROCM/include/clang/Driver/Options.inc ROCM/include/clang/Driver/Phases.h ROCM/include/clang/Driver/SanitizerArgs.h ROCM/include/clang/Driver/Tool.h ROCM/include/clang/Driver/ToolChain.h ROCM/include/clang/Driver/Types.def ROCM/include/clang/Driver/Types.h ROCM/include/clang/Driver/Util.h ROCM/include/clang/Driver/XRayArgs.h ROCM/include/clang/Edit ROCM/include/clang/Edit/Commit.h ROCM/include/clang/Edit/EditedSource.h ROCM/include/clang/Edit/EditsReceiver.h ROCM/include/clang/Edit/FileOffset.h ROCM/include/clang/Edit/Rewriters.h ROCM/include/clang/ExtractAPI ROCM/include/clang/ExtractAPI/API.h ROCM/include/clang/ExtractAPI/AvailabilityInfo.h ROCM/include/clang/ExtractAPI/DeclarationFragments.h ROCM/include/clang/ExtractAPI/FrontendActions.h ROCM/include/clang/ExtractAPI/Serialization ROCM/include/clang/ExtractAPI/Serialization/SerializerBase.h ROCM/include/clang/ExtractAPI/Serialization/SymbolGraphSerializer.h ROCM/include/clang/Format ROCM/include/clang/Format/Format.h ROCM/include/clang/Frontend ROCM/include/clang/Frontend/ASTConsumers.h ROCM/include/clang/Frontend/ASTUnit.h ROCM/include/clang/Frontend/ChainedDiagnosticConsumer.h ROCM/include/clang/Frontend/CommandLineSourceLoc.h ROCM/include/clang/Frontend/CompilerInstance.h ROCM/include/clang/Frontend/CompilerInvocation.h ROCM/include/clang/Frontend/DependencyOutputOptions.h ROCM/include/clang/Frontend/DiagnosticRenderer.h ROCM/include/clang/Frontend/FrontendAction.h ROCM/include/clang/Frontend/FrontendActions.h ROCM/include/clang/Frontend/FrontendDiagnostic.h ROCM/include/clang/Frontend/FrontendOptions.h ROCM/include/clang/Frontend/FrontendPluginRegistry.h ROCM/include/clang/Frontend/LayoutOverrideSource.h ROCM/include/clang/Frontend/LogDiagnosticPrinter.h ROCM/include/clang/Frontend/MigratorOptions.h ROCM/include/clang/Frontend/MultiplexConsumer.h ROCM/include/clang/Frontend/PCHContainerOperations.h ROCM/include/clang/Frontend/PrecompiledPreamble.h ROCM/include/clang/Frontend/PreprocessorOutputOptions.h ROCM/include/clang/Frontend/SerializedDiagnosticPrinter.h ROCM/include/clang/Frontend/SerializedDiagnosticReader.h ROCM/include/clang/Frontend/SerializedDiagnostics.h ROCM/include/clang/Frontend/TextDiagnostic.h ROCM/include/clang/Frontend/TextDiagnosticBuffer.h ROCM/include/clang/Frontend/TextDiagnosticPrinter.h ROCM/include/clang/Frontend/Utils.h ROCM/include/clang/Frontend/VerifyDiagnosticConsumer.h ROCM/include/clang/FrontendTool ROCM/include/clang/FrontendTool/Utils.h ROCM/include/clang/Index ROCM/include/clang/Index/CommentToXML.h ROCM/include/clang/Index/DeclOccurrence.h ROCM/include/clang/Index/IndexDataConsumer.h ROCM/include/clang/Index/IndexSymbol.h ROCM/include/clang/Index/IndexingAction.h ROCM/include/clang/Index/IndexingOptions.h ROCM/include/clang/Index/USRGeneration.h ROCM/include/clang/IndexSerialization ROCM/include/clang/IndexSerialization/SerializablePathCollection.h ROCM/include/clang/Interpreter ROCM/include/clang/Interpreter/Interpreter.h ROCM/include/clang/Interpreter/PartialTranslationUnit.h ROCM/include/clang/Lex ROCM/include/clang/Lex/CodeCompletionHandler.h ROCM/include/clang/Lex/DependencyDirectivesScanner.h ROCM/include/clang/Lex/DirectoryLookup.h ROCM/include/clang/Lex/ExternalPreprocessorSource.h ROCM/include/clang/Lex/HeaderMap.h ROCM/include/clang/Lex/HeaderMapTypes.h ROCM/include/clang/Lex/HeaderSearch.h ROCM/include/clang/Lex/HeaderSearchOptions.h ROCM/include/clang/Lex/LexDiagnostic.h ROCM/include/clang/Lex/Lexer.h ROCM/include/clang/Lex/LiteralSupport.h ROCM/include/clang/Lex/MacroArgs.h ROCM/include/clang/Lex/MacroInfo.h ROCM/include/clang/Lex/ModuleLoader.h ROCM/include/clang/Lex/ModuleMap.h ROCM/include/clang/Lex/MultipleIncludeOpt.h ROCM/include/clang/Lex/PPCallbacks.h ROCM/include/clang/Lex/PPConditionalDirectiveRecord.h ROCM/include/clang/Lex/Pragma.h ROCM/include/clang/Lex/PreprocessingRecord.h ROCM/include/clang/Lex/Preprocessor.h ROCM/include/clang/Lex/PreprocessorLexer.h ROCM/include/clang/Lex/PreprocessorOptions.h ROCM/include/clang/Lex/ScratchBuffer.h ROCM/include/clang/Lex/Token.h ROCM/include/clang/Lex/TokenConcatenation.h ROCM/include/clang/Lex/TokenLexer.h ROCM/include/clang/Lex/VariadicMacroSupport.h ROCM/include/clang/Parse ROCM/include/clang/Parse/AttrParserStringSwitches.inc ROCM/include/clang/Parse/AttrSubMatchRulesParserStringSwitches.inc ROCM/include/clang/Parse/LoopHint.h ROCM/include/clang/Parse/ParseAST.h ROCM/include/clang/Parse/ParseDiagnostic.h ROCM/include/clang/Parse/Parser.h ROCM/include/clang/Parse/RAIIObjectsForParser.h ROCM/include/clang/Rewrite ROCM/include/clang/Rewrite/Core ROCM/include/clang/Rewrite/Core/DeltaTree.h ROCM/include/clang/Rewrite/Core/HTMLRewrite.h ROCM/include/clang/Rewrite/Core/RewriteBuffer.h ROCM/include/clang/Rewrite/Core/RewriteRope.h ROCM/include/clang/Rewrite/Core/Rewriter.h ROCM/include/clang/Rewrite/Core/TokenRewriter.h ROCM/include/clang/Rewrite/Frontend ROCM/include/clang/Rewrite/Frontend/ASTConsumers.h ROCM/include/clang/Rewrite/Frontend/FixItRewriter.h ROCM/include/clang/Rewrite/Frontend/FrontendActions.h ROCM/include/clang/Rewrite/Frontend/Rewriters.h ROCM/include/clang/Sema ROCM/include/clang/Sema/AnalysisBasedWarnings.h ROCM/include/clang/Sema/AttrParsedAttrImpl.inc ROCM/include/clang/Sema/AttrParsedAttrKinds.inc ROCM/include/clang/Sema/AttrParsedAttrList.inc ROCM/include/clang/Sema/AttrSpellingListIndex.inc ROCM/include/clang/Sema/AttrTemplateInstantiate.inc ROCM/include/clang/Sema/CXXFieldCollector.h ROCM/include/clang/Sema/CleanupInfo.h ROCM/include/clang/Sema/CodeCompleteConsumer.h ROCM/include/clang/Sema/CodeCompleteOptions.h ROCM/include/clang/Sema/DeclSpec.h ROCM/include/clang/Sema/DelayedDiagnostic.h ROCM/include/clang/Sema/Designator.h ROCM/include/clang/Sema/ExternalSemaSource.h ROCM/include/clang/Sema/IdentifierResolver.h ROCM/include/clang/Sema/Initialization.h ROCM/include/clang/Sema/Lookup.h ROCM/include/clang/Sema/MultiplexExternalSemaSource.h ROCM/include/clang/Sema/ObjCMethodList.h ROCM/include/clang/Sema/Overload.h ROCM/include/clang/Sema/Ownership.h ROCM/include/clang/Sema/ParsedAttr.h ROCM/include/clang/Sema/ParsedTemplate.h ROCM/include/clang/Sema/Scope.h ROCM/include/clang/Sema/ScopeInfo.h ROCM/include/clang/Sema/Sema.h ROCM/include/clang/Sema/SemaConcept.h ROCM/include/clang/Sema/SemaConsumer.h ROCM/include/clang/Sema/SemaDiagnostic.h ROCM/include/clang/Sema/SemaFixItUtils.h ROCM/include/clang/Sema/SemaInternal.h ROCM/include/clang/Sema/SemaLambda.h ROCM/include/clang/Sema/Template.h ROCM/include/clang/Sema/TemplateDeduction.h ROCM/include/clang/Sema/TemplateInstCallback.h ROCM/include/clang/Sema/TypoCorrection.h ROCM/include/clang/Sema/Weak.h ROCM/include/clang/Serialization ROCM/include/clang/Serialization/ASTBitCodes.h ROCM/include/clang/Serialization/ASTDeserializationListener.h ROCM/include/clang/Serialization/ASTReader.h ROCM/include/clang/Serialization/ASTRecordReader.h ROCM/include/clang/Serialization/ASTRecordWriter.h ROCM/include/clang/Serialization/ASTWriter.h ROCM/include/clang/Serialization/AttrPCHRead.inc ROCM/include/clang/Serialization/AttrPCHWrite.inc ROCM/include/clang/Serialization/ContinuousRangeMap.h ROCM/include/clang/Serialization/GlobalModuleIndex.h ROCM/include/clang/Serialization/InMemoryModuleCache.h ROCM/include/clang/Serialization/ModuleFile.h ROCM/include/clang/Serialization/ModuleFileExtension.h ROCM/include/clang/Serialization/ModuleManager.h ROCM/include/clang/Serialization/PCHContainerOperations.h ROCM/include/clang/Serialization/SerializationDiagnostic.h ROCM/include/clang/Serialization/SourceLocationEncoding.h ROCM/include/clang/Serialization/TypeBitCodes.def ROCM/include/clang/StaticAnalyzer ROCM/include/clang/StaticAnalyzer/Checkers ROCM/include/clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h ROCM/include/clang/StaticAnalyzer/Checkers/Checkers.inc ROCM/include/clang/StaticAnalyzer/Checkers/LocalCheckers.h ROCM/include/clang/StaticAnalyzer/Checkers/MPIFunctionClassifier.h ROCM/include/clang/StaticAnalyzer/Checkers/SValExplainer.h ROCM/include/clang/StaticAnalyzer/Checkers/Taint.h ROCM/include/clang/StaticAnalyzer/Core ROCM/include/clang/StaticAnalyzer/Core/Analyses.def ROCM/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def ROCM/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h ROCM/include/clang/StaticAnalyzer/Core/Checker.h ROCM/include/clang/StaticAnalyzer/Core/CheckerManager.h ROCM/include/clang/StaticAnalyzer/Core/CheckerRegistryData.h ROCM/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h ROCM/include/clang/StaticAnalyzer/Core/BugReporter ROCM/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h ROCM/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h ROCM/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h ROCM/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/CallDescription.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicCastInfo.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicExtent.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicType.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/LoopUnrolling.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/LoopWidening.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/Regions.def ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/SValVisitor.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.def ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/SummaryManager.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/SymExpr.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/Symbols.def ROCM/include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h ROCM/include/clang/StaticAnalyzer/Frontend ROCM/include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h ROCM/include/clang/StaticAnalyzer/Frontend/AnalyzerHelpFlags.h ROCM/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h ROCM/include/clang/StaticAnalyzer/Frontend/FrontendActions.h ROCM/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h ROCM/include/clang/Support ROCM/include/clang/Support/RISCVVIntrinsicUtils.h ROCM/include/clang/Testing ROCM/include/clang/Testing/CommandLineArgs.h ROCM/include/clang/Testing/TestAST.h ROCM/include/clang/Testing/TestClangConfig.h ROCM/include/clang/Tooling ROCM/include/clang/Tooling/AllTUsExecution.h ROCM/include/clang/Tooling/ArgumentsAdjusters.h ROCM/include/clang/Tooling/CommonOptionsParser.h ROCM/include/clang/Tooling/CompilationDatabase.h ROCM/include/clang/Tooling/CompilationDatabasePluginRegistry.h ROCM/include/clang/Tooling/DiagnosticsYaml.h ROCM/include/clang/Tooling/Execution.h ROCM/include/clang/Tooling/FileMatchTrie.h ROCM/include/clang/Tooling/FixIt.h ROCM/include/clang/Tooling/JSONCompilationDatabase.h ROCM/include/clang/Tooling/NodeIntrospection.h ROCM/include/clang/Tooling/NodeIntrospection.inc ROCM/include/clang/Tooling/Refactoring.h ROCM/include/clang/Tooling/RefactoringCallbacks.h ROCM/include/clang/Tooling/ReplacementsYaml.h ROCM/include/clang/Tooling/StandaloneExecution.h ROCM/include/clang/Tooling/ToolExecutorPluginRegistry.h ROCM/include/clang/Tooling/Tooling.h ROCM/include/clang/Tooling/ASTDiff ROCM/include/clang/Tooling/ASTDiff/ASTDiff.h ROCM/include/clang/Tooling/ASTDiff/ASTDiffInternal.h ROCM/include/clang/Tooling/Core ROCM/include/clang/Tooling/Core/Diagnostic.h ROCM/include/clang/Tooling/Core/Replacement.h ROCM/include/clang/Tooling/DependencyScanning ROCM/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h ROCM/include/clang/Tooling/DependencyScanning/DependencyScanningService.h ROCM/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h ROCM/include/clang/Tooling/DependencyScanning/DependencyScanningWorker.h ROCM/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h ROCM/include/clang/Tooling/Inclusions ROCM/include/clang/Tooling/Inclusions/HeaderIncludes.h ROCM/include/clang/Tooling/Inclusions/IncludeStyle.h ROCM/include/clang/Tooling/Inclusions/StandardLibrary.h ROCM/include/clang/Tooling/Refactoring ROCM/include/clang/Tooling/Refactoring/ASTSelection.h ROCM/include/clang/Tooling/Refactoring/AtomicChange.h ROCM/include/clang/Tooling/Refactoring/Lookup.h ROCM/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h ROCM/include/clang/Tooling/Refactoring/RefactoringAction.h ROCM/include/clang/Tooling/Refactoring/RefactoringActionRule.h ROCM/include/clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h ROCM/include/clang/Tooling/Refactoring/RefactoringActionRules.h ROCM/include/clang/Tooling/Refactoring/RefactoringActionRulesInternal.h ROCM/include/clang/Tooling/Refactoring/RefactoringDiagnostic.h ROCM/include/clang/Tooling/Refactoring/RefactoringOption.h ROCM/include/clang/Tooling/Refactoring/RefactoringOptionVisitor.h ROCM/include/clang/Tooling/Refactoring/RefactoringOptions.h ROCM/include/clang/Tooling/Refactoring/RefactoringResultConsumer.h ROCM/include/clang/Tooling/Refactoring/RefactoringRuleContext.h ROCM/include/clang/Tooling/Refactoring/Extract ROCM/include/clang/Tooling/Refactoring/Extract/Extract.h ROCM/include/clang/Tooling/Refactoring/Extract/SourceExtraction.h ROCM/include/clang/Tooling/Refactoring/Rename ROCM/include/clang/Tooling/Refactoring/Rename/RenamingAction.h ROCM/include/clang/Tooling/Refactoring/Rename/SymbolName.h ROCM/include/clang/Tooling/Refactoring/Rename/SymbolOccurrences.h ROCM/include/clang/Tooling/Refactoring/Rename/USRFinder.h ROCM/include/clang/Tooling/Refactoring/Rename/USRFindingAction.h ROCM/include/clang/Tooling/Refactoring/Rename/USRLocFinder.h ROCM/include/clang/Tooling/Syntax ROCM/include/clang/Tooling/Syntax/BuildTree.h ROCM/include/clang/Tooling/Syntax/Mutations.h ROCM/include/clang/Tooling/Syntax/NodeClasses.inc ROCM/include/clang/Tooling/Syntax/Nodes.h ROCM/include/clang/Tooling/Syntax/Nodes.inc ROCM/include/clang/Tooling/Syntax/Tokens.h ROCM/include/clang/Tooling/Syntax/Tree.h ROCM/include/clang/Tooling/Transformer ROCM/include/clang/Tooling/Transformer/MatchConsumer.h ROCM/include/clang/Tooling/Transformer/Parsing.h ROCM/include/clang/Tooling/Transformer/RangeSelector.h ROCM/include/clang/Tooling/Transformer/RewriteRule.h ROCM/include/clang/Tooling/Transformer/SourceCode.h ROCM/include/clang/Tooling/Transformer/SourceCodeBuilders.h ROCM/include/clang/Tooling/Transformer/Stencil.h ROCM/include/clang/Tooling/Transformer/Transformer.h ROCM/include/clang-c ROCM/include/clang-c/BuildSystem.h ROCM/include/clang-c/CXCompilationDatabase.h ROCM/include/clang-c/CXErrorCode.h ROCM/include/clang-c/CXString.h ROCM/include/clang-c/Documentation.h ROCM/include/clang-c/ExternC.h ROCM/include/clang-c/FatalErrorHandler.h ROCM/include/clang-c/Index.h ROCM/include/clang-c/Platform.h ROCM/include/clang-c/Rewrite.h ROCM/include/fuzzer ROCM/include/fuzzer/FuzzedDataProvider.h ROCM/include/lld ROCM/include/lld/Common ROCM/include/lld/Common/Args.h ROCM/include/lld/Common/Arrays.h ROCM/include/lld/Common/CommonLinkerContext.h ROCM/include/lld/Common/DWARF.h ROCM/include/lld/Common/Driver.h ROCM/include/lld/Common/ErrorHandler.h ROCM/include/lld/Common/Filesystem.h ROCM/include/lld/Common/LLVM.h ROCM/include/lld/Common/Memory.h ROCM/include/lld/Common/Reproduce.h ROCM/include/lld/Common/Strings.h ROCM/include/lld/Common/TargetOptionsCommandFlags.h ROCM/include/lld/Common/Timer.h ROCM/include/lld/Common/Version.h ROCM/include/llvm ROCM/include/llvm/InitializePasses.h ROCM/include/llvm/LinkAllIR.h ROCM/include/llvm/LinkAllPasses.h ROCM/include/llvm/Pass.h ROCM/include/llvm/PassAnalysisSupport.h ROCM/include/llvm/PassInfo.h ROCM/include/llvm/PassRegistry.h ROCM/include/llvm/PassSupport.h ROCM/include/llvm/ADT ROCM/include/llvm/ADT/APFixedPoint.h ROCM/include/llvm/ADT/APFloat.h ROCM/include/llvm/ADT/APInt.h ROCM/include/llvm/ADT/APSInt.h ROCM/include/llvm/ADT/AddressRanges.h ROCM/include/llvm/ADT/AllocatorList.h ROCM/include/llvm/ADT/Any.h ROCM/include/llvm/ADT/ArrayRef.h ROCM/include/llvm/ADT/BitVector.h ROCM/include/llvm/ADT/Bitfields.h ROCM/include/llvm/ADT/BitmaskEnum.h ROCM/include/llvm/ADT/BreadthFirstIterator.h ROCM/include/llvm/ADT/CachedHashString.h ROCM/include/llvm/ADT/CoalescingBitVector.h ROCM/include/llvm/ADT/CombinationGenerator.h ROCM/include/llvm/ADT/DAGDeltaAlgorithm.h ROCM/include/llvm/ADT/DeltaAlgorithm.h ROCM/include/llvm/ADT/DenseMap.h ROCM/include/llvm/ADT/DenseMapInfo.h ROCM/include/llvm/ADT/DenseSet.h ROCM/include/llvm/ADT/DepthFirstIterator.h ROCM/include/llvm/ADT/DirectedGraph.h ROCM/include/llvm/ADT/EnumeratedArray.h ROCM/include/llvm/ADT/EpochTracker.h ROCM/include/llvm/ADT/EquivalenceClasses.h ROCM/include/llvm/ADT/FloatingPointMode.h ROCM/include/llvm/ADT/FoldingSet.h ROCM/include/llvm/ADT/FunctionExtras.h ROCM/include/llvm/ADT/GenericCycleImpl.h ROCM/include/llvm/ADT/GenericCycleInfo.h ROCM/include/llvm/ADT/GenericSSAContext.h ROCM/include/llvm/ADT/GraphTraits.h ROCM/include/llvm/ADT/Hashing.h ROCM/include/llvm/ADT/ImmutableList.h ROCM/include/llvm/ADT/ImmutableMap.h ROCM/include/llvm/ADT/ImmutableSet.h ROCM/include/llvm/ADT/IndexedMap.h ROCM/include/llvm/ADT/IntEqClasses.h ROCM/include/llvm/ADT/IntervalMap.h ROCM/include/llvm/ADT/IntrusiveRefCntPtr.h ROCM/include/llvm/ADT/IntrusiveVariant.h ROCM/include/llvm/ADT/MapVector.h ROCM/include/llvm/ADT/None.h ROCM/include/llvm/ADT/Optional.h ROCM/include/llvm/ADT/PackedVector.h ROCM/include/llvm/ADT/PointerEmbeddedInt.h ROCM/include/llvm/ADT/PointerIntPair.h ROCM/include/llvm/ADT/PointerSumType.h ROCM/include/llvm/ADT/PointerUnion.h ROCM/include/llvm/ADT/PostOrderIterator.h ROCM/include/llvm/ADT/PriorityQueue.h ROCM/include/llvm/ADT/PriorityWorklist.h ROCM/include/llvm/ADT/SCCIterator.h ROCM/include/llvm/ADT/STLArrayExtras.h ROCM/include/llvm/ADT/STLExtras.h ROCM/include/llvm/ADT/STLForwardCompat.h ROCM/include/llvm/ADT/STLFunctionalExtras.h ROCM/include/llvm/ADT/ScopeExit.h ROCM/include/llvm/ADT/ScopedHashTable.h ROCM/include/llvm/ADT/Sequence.h ROCM/include/llvm/ADT/SetOperations.h ROCM/include/llvm/ADT/SetVector.h ROCM/include/llvm/ADT/SmallBitVector.h ROCM/include/llvm/ADT/SmallPtrSet.h ROCM/include/llvm/ADT/SmallSet.h ROCM/include/llvm/ADT/SmallString.h ROCM/include/llvm/ADT/SmallVector.h ROCM/include/llvm/ADT/SparseBitVector.h ROCM/include/llvm/ADT/SparseMultiSet.h ROCM/include/llvm/ADT/SparseSet.h ROCM/include/llvm/ADT/Statistic.h ROCM/include/llvm/ADT/StringExtras.h ROCM/include/llvm/ADT/StringMap.h ROCM/include/llvm/ADT/StringMapEntry.h ROCM/include/llvm/ADT/StringRef.h ROCM/include/llvm/ADT/StringSet.h ROCM/include/llvm/ADT/StringSwitch.h ROCM/include/llvm/ADT/TinyPtrVector.h ROCM/include/llvm/ADT/Triple.h ROCM/include/llvm/ADT/Twine.h ROCM/include/llvm/ADT/TypeSwitch.h ROCM/include/llvm/ADT/UniqueVector.h ROCM/include/llvm/ADT/VariantTraits.h ROCM/include/llvm/ADT/bit.h ROCM/include/llvm/ADT/edit_distance.h ROCM/include/llvm/ADT/fallible_iterator.h ROCM/include/llvm/ADT/identity.h ROCM/include/llvm/ADT/ilist.h ROCM/include/llvm/ADT/ilist_base.h ROCM/include/llvm/ADT/ilist_iterator.h ROCM/include/llvm/ADT/ilist_node.h ROCM/include/llvm/ADT/ilist_node_base.h ROCM/include/llvm/ADT/ilist_node_options.h ROCM/include/llvm/ADT/iterator.h ROCM/include/llvm/ADT/iterator_range.h ROCM/include/llvm/ADT/simple_ilist.h ROCM/include/llvm/Analysis ROCM/include/llvm/Analysis/AliasAnalysis.h ROCM/include/llvm/Analysis/AliasAnalysisEvaluator.h ROCM/include/llvm/Analysis/AliasSetTracker.h ROCM/include/llvm/Analysis/AssumeBundleQueries.h ROCM/include/llvm/Analysis/AssumptionCache.h ROCM/include/llvm/Analysis/BasicAliasAnalysis.h ROCM/include/llvm/Analysis/BlockFrequencyInfo.h ROCM/include/llvm/Analysis/BlockFrequencyInfoImpl.h ROCM/include/llvm/Analysis/BranchProbabilityInfo.h ROCM/include/llvm/Analysis/CFG.h ROCM/include/llvm/Analysis/CFGPrinter.h ROCM/include/llvm/Analysis/CFLAliasAnalysisUtils.h ROCM/include/llvm/Analysis/CFLAndersAliasAnalysis.h ROCM/include/llvm/Analysis/CFLSteensAliasAnalysis.h ROCM/include/llvm/Analysis/CGSCCPassManager.h ROCM/include/llvm/Analysis/CallGraph.h ROCM/include/llvm/Analysis/CallGraphSCCPass.h ROCM/include/llvm/Analysis/CallPrinter.h ROCM/include/llvm/Analysis/CaptureTracking.h ROCM/include/llvm/Analysis/CmpInstAnalysis.h ROCM/include/llvm/Analysis/CodeMetrics.h ROCM/include/llvm/Analysis/ConstantFolding.h ROCM/include/llvm/Analysis/ConstraintSystem.h ROCM/include/llvm/Analysis/CostModel.h ROCM/include/llvm/Analysis/CycleAnalysis.h ROCM/include/llvm/Analysis/DDG.h ROCM/include/llvm/Analysis/DDGPrinter.h ROCM/include/llvm/Analysis/DOTGraphTraitsPass.h ROCM/include/llvm/Analysis/Delinearization.h ROCM/include/llvm/Analysis/DemandedBits.h ROCM/include/llvm/Analysis/DependenceAnalysis.h ROCM/include/llvm/Analysis/DependenceGraphBuilder.h ROCM/include/llvm/Analysis/DivergenceAnalysis.h ROCM/include/llvm/Analysis/DomPrinter.h ROCM/include/llvm/Analysis/DomTreeUpdater.h ROCM/include/llvm/Analysis/DominanceFrontier.h ROCM/include/llvm/Analysis/DominanceFrontierImpl.h ROCM/include/llvm/Analysis/EHPersonalities.h ROCM/include/llvm/Analysis/FunctionPropertiesAnalysis.h ROCM/include/llvm/Analysis/GlobalsModRef.h ROCM/include/llvm/Analysis/GuardUtils.h ROCM/include/llvm/Analysis/HeatUtils.h ROCM/include/llvm/Analysis/IRSimilarityIdentifier.h ROCM/include/llvm/Analysis/IVDescriptors.h ROCM/include/llvm/Analysis/IVUsers.h ROCM/include/llvm/Analysis/IndirectCallPromotionAnalysis.h ROCM/include/llvm/Analysis/IndirectCallVisitor.h ROCM/include/llvm/Analysis/InlineAdvisor.h ROCM/include/llvm/Analysis/InlineCost.h ROCM/include/llvm/Analysis/InlineModelFeatureMaps.h ROCM/include/llvm/Analysis/InlineOrder.h ROCM/include/llvm/Analysis/InlineSizeEstimatorAnalysis.h ROCM/include/llvm/Analysis/InstCount.h ROCM/include/llvm/Analysis/InstSimplifyFolder.h ROCM/include/llvm/Analysis/InstructionPrecedenceTracking.h ROCM/include/llvm/Analysis/InstructionSimplify.h ROCM/include/llvm/Analysis/Interval.h ROCM/include/llvm/Analysis/IntervalIterator.h ROCM/include/llvm/Analysis/IntervalPartition.h ROCM/include/llvm/Analysis/IteratedDominanceFrontier.h ROCM/include/llvm/Analysis/LazyBlockFrequencyInfo.h ROCM/include/llvm/Analysis/LazyBranchProbabilityInfo.h ROCM/include/llvm/Analysis/LazyCallGraph.h ROCM/include/llvm/Analysis/LazyValueInfo.h ROCM/include/llvm/Analysis/LegacyDivergenceAnalysis.h ROCM/include/llvm/Analysis/Lint.h ROCM/include/llvm/Analysis/Loads.h ROCM/include/llvm/Analysis/LoopAccessAnalysis.h ROCM/include/llvm/Analysis/LoopAnalysisManager.h ROCM/include/llvm/Analysis/LoopCacheAnalysis.h ROCM/include/llvm/Analysis/LoopInfo.h ROCM/include/llvm/Analysis/LoopInfoImpl.h ROCM/include/llvm/Analysis/LoopIterator.h ROCM/include/llvm/Analysis/LoopNestAnalysis.h ROCM/include/llvm/Analysis/LoopPass.h ROCM/include/llvm/Analysis/LoopUnrollAnalyzer.h ROCM/include/llvm/Analysis/MLInlineAdvisor.h ROCM/include/llvm/Analysis/MLModelRunner.h ROCM/include/llvm/Analysis/MemDerefPrinter.h ROCM/include/llvm/Analysis/MemoryBuiltins.h ROCM/include/llvm/Analysis/MemoryDependenceAnalysis.h ROCM/include/llvm/Analysis/MemoryLocation.h ROCM/include/llvm/Analysis/MemorySSA.h ROCM/include/llvm/Analysis/MemorySSAUpdater.h ROCM/include/llvm/Analysis/ModelUnderTrainingRunner.h ROCM/include/llvm/Analysis/ModuleDebugInfoPrinter.h ROCM/include/llvm/Analysis/ModuleSummaryAnalysis.h ROCM/include/llvm/Analysis/MustExecute.h ROCM/include/llvm/Analysis/NoInferenceModelRunner.h ROCM/include/llvm/Analysis/ObjCARCAliasAnalysis.h ROCM/include/llvm/Analysis/ObjCARCAnalysisUtils.h ROCM/include/llvm/Analysis/ObjCARCInstKind.h ROCM/include/llvm/Analysis/ObjCARCUtil.h ROCM/include/llvm/Analysis/OptimizationRemarkEmitter.h ROCM/include/llvm/Analysis/OverflowInstAnalysis.h ROCM/include/llvm/Analysis/PHITransAddr.h ROCM/include/llvm/Analysis/Passes.h ROCM/include/llvm/Analysis/PhiValues.h ROCM/include/llvm/Analysis/PostDominators.h ROCM/include/llvm/Analysis/ProfileSummaryInfo.h ROCM/include/llvm/Analysis/PtrUseVisitor.h ROCM/include/llvm/Analysis/RegionInfo.h ROCM/include/llvm/Analysis/RegionInfoImpl.h ROCM/include/llvm/Analysis/RegionIterator.h ROCM/include/llvm/Analysis/RegionPass.h ROCM/include/llvm/Analysis/RegionPrinter.h ROCM/include/llvm/Analysis/ReleaseModeModelRunner.h ROCM/include/llvm/Analysis/ReplayInlineAdvisor.h ROCM/include/llvm/Analysis/ScalarEvolution.h ROCM/include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h ROCM/include/llvm/Analysis/ScalarEvolutionDivision.h ROCM/include/llvm/Analysis/ScalarEvolutionExpressions.h ROCM/include/llvm/Analysis/ScalarEvolutionNormalization.h ROCM/include/llvm/Analysis/ScalarFuncs.def ROCM/include/llvm/Analysis/ScopedNoAliasAA.h ROCM/include/llvm/Analysis/SparsePropagation.h ROCM/include/llvm/Analysis/StackLifetime.h ROCM/include/llvm/Analysis/StackSafetyAnalysis.h ROCM/include/llvm/Analysis/SyncDependenceAnalysis.h ROCM/include/llvm/Analysis/SyntheticCountsUtils.h ROCM/include/llvm/Analysis/TargetFolder.h ROCM/include/llvm/Analysis/TargetLibraryInfo.def ROCM/include/llvm/Analysis/TargetLibraryInfo.h ROCM/include/llvm/Analysis/TargetTransformInfo.h ROCM/include/llvm/Analysis/TargetTransformInfoImpl.h ROCM/include/llvm/Analysis/TensorSpec.h ROCM/include/llvm/Analysis/Trace.h ROCM/include/llvm/Analysis/TypeBasedAliasAnalysis.h ROCM/include/llvm/Analysis/TypeMetadataUtils.h ROCM/include/llvm/Analysis/ValueLattice.h ROCM/include/llvm/Analysis/ValueLatticeUtils.h ROCM/include/llvm/Analysis/ValueTracking.h ROCM/include/llvm/Analysis/VecFuncs.def ROCM/include/llvm/Analysis/VectorUtils.h ROCM/include/llvm/Analysis/Utils ROCM/include/llvm/Analysis/Utils/ImportedFunctionsInliningStatistics.h ROCM/include/llvm/Analysis/Utils/Local.h ROCM/include/llvm/Analysis/Utils/TFUtils.h ROCM/include/llvm/AsmParser ROCM/include/llvm/AsmParser/LLLexer.h ROCM/include/llvm/AsmParser/LLParser.h ROCM/include/llvm/AsmParser/LLToken.h ROCM/include/llvm/AsmParser/Parser.h ROCM/include/llvm/AsmParser/SlotMapping.h ROCM/include/llvm/BinaryFormat ROCM/include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h ROCM/include/llvm/BinaryFormat/COFF.h ROCM/include/llvm/BinaryFormat/DXContainer.h ROCM/include/llvm/BinaryFormat/Dwarf.def ROCM/include/llvm/BinaryFormat/Dwarf.h ROCM/include/llvm/BinaryFormat/DynamicTags.def ROCM/include/llvm/BinaryFormat/ELF.h ROCM/include/llvm/BinaryFormat/GOFF.h ROCM/include/llvm/BinaryFormat/MachO.def ROCM/include/llvm/BinaryFormat/MachO.h ROCM/include/llvm/BinaryFormat/Magic.h ROCM/include/llvm/BinaryFormat/Minidump.h ROCM/include/llvm/BinaryFormat/MinidumpConstants.def ROCM/include/llvm/BinaryFormat/MsgPack.def ROCM/include/llvm/BinaryFormat/MsgPack.h ROCM/include/llvm/BinaryFormat/MsgPackDocument.h ROCM/include/llvm/BinaryFormat/MsgPackReader.h ROCM/include/llvm/BinaryFormat/MsgPackWriter.h ROCM/include/llvm/BinaryFormat/Swift.def ROCM/include/llvm/BinaryFormat/Swift.h ROCM/include/llvm/BinaryFormat/Wasm.h ROCM/include/llvm/BinaryFormat/WasmRelocs.def ROCM/include/llvm/BinaryFormat/WasmTraits.h ROCM/include/llvm/BinaryFormat/XCOFF.h ROCM/include/llvm/BinaryFormat/ELFRelocs ROCM/include/llvm/BinaryFormat/ELFRelocs/AArch64.def ROCM/include/llvm/BinaryFormat/ELFRelocs/AMDGPU.def ROCM/include/llvm/BinaryFormat/ELFRelocs/ARC.def ROCM/include/llvm/BinaryFormat/ELFRelocs/ARM.def ROCM/include/llvm/BinaryFormat/ELFRelocs/AVR.def ROCM/include/llvm/BinaryFormat/ELFRelocs/BPF.def ROCM/include/llvm/BinaryFormat/ELFRelocs/CSKY.def ROCM/include/llvm/BinaryFormat/ELFRelocs/Hexagon.def ROCM/include/llvm/BinaryFormat/ELFRelocs/Lanai.def ROCM/include/llvm/BinaryFormat/ELFRelocs/LoongArch.def ROCM/include/llvm/BinaryFormat/ELFRelocs/M68k.def ROCM/include/llvm/BinaryFormat/ELFRelocs/MSP430.def ROCM/include/llvm/BinaryFormat/ELFRelocs/Mips.def ROCM/include/llvm/BinaryFormat/ELFRelocs/PowerPC.def ROCM/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def ROCM/include/llvm/BinaryFormat/ELFRelocs/RISCV.def ROCM/include/llvm/BinaryFormat/ELFRelocs/Sparc.def ROCM/include/llvm/BinaryFormat/ELFRelocs/SystemZ.def ROCM/include/llvm/BinaryFormat/ELFRelocs/VE.def ROCM/include/llvm/BinaryFormat/ELFRelocs/i386.def ROCM/include/llvm/BinaryFormat/ELFRelocs/x86_64.def ROCM/include/llvm/Bitcode ROCM/include/llvm/Bitcode/BitcodeAnalyzer.h ROCM/include/llvm/Bitcode/BitcodeCommon.h ROCM/include/llvm/Bitcode/BitcodeConvenience.h ROCM/include/llvm/Bitcode/BitcodeReader.h ROCM/include/llvm/Bitcode/BitcodeWriter.h ROCM/include/llvm/Bitcode/BitcodeWriterPass.h ROCM/include/llvm/Bitcode/LLVMBitCodes.h ROCM/include/llvm/Bitstream ROCM/include/llvm/Bitstream/BitCodeEnums.h ROCM/include/llvm/Bitstream/BitCodes.h ROCM/include/llvm/Bitstream/BitstreamReader.h ROCM/include/llvm/Bitstream/BitstreamWriter.h ROCM/include/llvm/CodeGen ROCM/include/llvm/CodeGen/AccelTable.h ROCM/include/llvm/CodeGen/Analysis.h ROCM/include/llvm/CodeGen/AntiDepBreaker.h ROCM/include/llvm/CodeGen/AsmPrinter.h ROCM/include/llvm/CodeGen/AsmPrinterHandler.h ROCM/include/llvm/CodeGen/AtomicExpandUtils.h ROCM/include/llvm/CodeGen/BasicBlockSectionUtils.h ROCM/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h ROCM/include/llvm/CodeGen/BasicTTIImpl.h ROCM/include/llvm/CodeGen/CFIFixup.h ROCM/include/llvm/CodeGen/CSEConfigBase.h ROCM/include/llvm/CodeGen/CalcSpillWeights.h ROCM/include/llvm/CodeGen/CallingConvLower.h ROCM/include/llvm/CodeGen/CodeGenCommonISel.h ROCM/include/llvm/CodeGen/CodeGenPassBuilder.h ROCM/include/llvm/CodeGen/CommandFlags.h ROCM/include/llvm/CodeGen/CostTable.h ROCM/include/llvm/CodeGen/DAGCombine.h ROCM/include/llvm/CodeGen/DFAPacketizer.h ROCM/include/llvm/CodeGen/DIE.h ROCM/include/llvm/CodeGen/DIEValue.def ROCM/include/llvm/CodeGen/DbgEntityHistoryCalculator.h ROCM/include/llvm/CodeGen/DebugHandlerBase.h ROCM/include/llvm/CodeGen/DwarfStringPoolEntry.h ROCM/include/llvm/CodeGen/EdgeBundles.h ROCM/include/llvm/CodeGen/ExecutionDomainFix.h ROCM/include/llvm/CodeGen/ExpandReductions.h ROCM/include/llvm/CodeGen/ExpandVectorPredication.h ROCM/include/llvm/CodeGen/FastISel.h ROCM/include/llvm/CodeGen/FaultMaps.h ROCM/include/llvm/CodeGen/FunctionLoweringInfo.h ROCM/include/llvm/CodeGen/GCMetadata.h ROCM/include/llvm/CodeGen/GCMetadataPrinter.h ROCM/include/llvm/CodeGen/ISDOpcodes.h ROCM/include/llvm/CodeGen/IndirectThunks.h ROCM/include/llvm/CodeGen/IntrinsicLowering.h ROCM/include/llvm/CodeGen/LatencyPriorityQueue.h ROCM/include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h ROCM/include/llvm/CodeGen/LexicalScopes.h ROCM/include/llvm/CodeGen/LinkAllAsmWriterComponents.h ROCM/include/llvm/CodeGen/LinkAllCodegenComponents.h ROCM/include/llvm/CodeGen/LiveInterval.h ROCM/include/llvm/CodeGen/LiveIntervalCalc.h ROCM/include/llvm/CodeGen/LiveIntervalUnion.h ROCM/include/llvm/CodeGen/LiveIntervals.h ROCM/include/llvm/CodeGen/LivePhysRegs.h ROCM/include/llvm/CodeGen/LiveRangeCalc.h ROCM/include/llvm/CodeGen/LiveRangeEdit.h ROCM/include/llvm/CodeGen/LiveRegMatrix.h ROCM/include/llvm/CodeGen/LiveRegUnits.h ROCM/include/llvm/CodeGen/LiveStacks.h ROCM/include/llvm/CodeGen/LiveVariables.h ROCM/include/llvm/CodeGen/LoopTraversal.h ROCM/include/llvm/CodeGen/LowLevelType.h ROCM/include/llvm/CodeGen/MBFIWrapper.h ROCM/include/llvm/CodeGen/MIRFSDiscriminator.h ROCM/include/llvm/CodeGen/MIRFormatter.h ROCM/include/llvm/CodeGen/MIRPrinter.h ROCM/include/llvm/CodeGen/MIRSampleProfile.h ROCM/include/llvm/CodeGen/MIRYamlMapping.h ROCM/include/llvm/CodeGen/MachORelocation.h ROCM/include/llvm/CodeGen/MachineBasicBlock.h ROCM/include/llvm/CodeGen/MachineBlockFrequencyInfo.h ROCM/include/llvm/CodeGen/MachineBranchProbabilityInfo.h ROCM/include/llvm/CodeGen/MachineCombinerPattern.h ROCM/include/llvm/CodeGen/MachineConstantPool.h ROCM/include/llvm/CodeGen/MachineCycleAnalysis.h ROCM/include/llvm/CodeGen/MachineDominanceFrontier.h ROCM/include/llvm/CodeGen/MachineDominators.h ROCM/include/llvm/CodeGen/MachineFrameInfo.h ROCM/include/llvm/CodeGen/MachineFunction.h ROCM/include/llvm/CodeGen/MachineFunctionPass.h ROCM/include/llvm/CodeGen/MachineInstr.h ROCM/include/llvm/CodeGen/MachineInstrBuilder.h ROCM/include/llvm/CodeGen/MachineInstrBundle.h ROCM/include/llvm/CodeGen/MachineInstrBundleIterator.h ROCM/include/llvm/CodeGen/MachineJumpTableInfo.h ROCM/include/llvm/CodeGen/MachineLoopInfo.h ROCM/include/llvm/CodeGen/MachineLoopUtils.h ROCM/include/llvm/CodeGen/MachineMemOperand.h ROCM/include/llvm/CodeGen/MachineModuleInfo.h ROCM/include/llvm/CodeGen/MachineModuleInfoImpls.h ROCM/include/llvm/CodeGen/MachineModuleSlotTracker.h ROCM/include/llvm/CodeGen/MachineOperand.h ROCM/include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h ROCM/include/llvm/CodeGen/MachineOutliner.h ROCM/include/llvm/CodeGen/MachinePassManager.h ROCM/include/llvm/CodeGen/MachinePassRegistry.def ROCM/include/llvm/CodeGen/MachinePassRegistry.h ROCM/include/llvm/CodeGen/MachinePipeliner.h ROCM/include/llvm/CodeGen/MachinePostDominators.h ROCM/include/llvm/CodeGen/MachineRegionInfo.h ROCM/include/llvm/CodeGen/MachineRegisterInfo.h ROCM/include/llvm/CodeGen/MachineSSAContext.h ROCM/include/llvm/CodeGen/MachineSSAUpdater.h ROCM/include/llvm/CodeGen/MachineScheduler.h ROCM/include/llvm/CodeGen/MachineSizeOpts.h ROCM/include/llvm/CodeGen/MachineStableHash.h ROCM/include/llvm/CodeGen/MachineTraceMetrics.h ROCM/include/llvm/CodeGen/MacroFusion.h ROCM/include/llvm/CodeGen/ModuloSchedule.h ROCM/include/llvm/CodeGen/MultiHazardRecognizer.h ROCM/include/llvm/CodeGen/NonRelocatableStringpool.h ROCM/include/llvm/CodeGen/PBQPRAConstraint.h ROCM/include/llvm/CodeGen/ParallelCG.h ROCM/include/llvm/CodeGen/Passes.h ROCM/include/llvm/CodeGen/PreISelIntrinsicLowering.h ROCM/include/llvm/CodeGen/PseudoSourceValue.h ROCM/include/llvm/CodeGen/RDFGraph.h ROCM/include/llvm/CodeGen/RDFLiveness.h ROCM/include/llvm/CodeGen/RDFRegisters.h ROCM/include/llvm/CodeGen/ReachingDefAnalysis.h ROCM/include/llvm/CodeGen/RegAllocCommon.h ROCM/include/llvm/CodeGen/RegAllocPBQP.h ROCM/include/llvm/CodeGen/RegAllocRegistry.h ROCM/include/llvm/CodeGen/Register.h ROCM/include/llvm/CodeGen/RegisterBank.h ROCM/include/llvm/CodeGen/RegisterBankInfo.h ROCM/include/llvm/CodeGen/RegisterClassInfo.h ROCM/include/llvm/CodeGen/RegisterPressure.h ROCM/include/llvm/CodeGen/RegisterScavenging.h ROCM/include/llvm/CodeGen/RegisterUsageInfo.h ROCM/include/llvm/CodeGen/ReplaceWithVeclib.h ROCM/include/llvm/CodeGen/ResourcePriorityQueue.h ROCM/include/llvm/CodeGen/RuntimeLibcalls.h ROCM/include/llvm/CodeGen/SDNodeProperties.td ROCM/include/llvm/CodeGen/ScheduleDAG.h ROCM/include/llvm/CodeGen/ScheduleDAGInstrs.h ROCM/include/llvm/CodeGen/ScheduleDAGMutation.h ROCM/include/llvm/CodeGen/ScheduleDFS.h ROCM/include/llvm/CodeGen/ScheduleHazardRecognizer.h ROCM/include/llvm/CodeGen/SchedulerRegistry.h ROCM/include/llvm/CodeGen/ScoreboardHazardRecognizer.h ROCM/include/llvm/CodeGen/SelectionDAG.h ROCM/include/llvm/CodeGen/SelectionDAGAddressAnalysis.h ROCM/include/llvm/CodeGen/SelectionDAGISel.h ROCM/include/llvm/CodeGen/SelectionDAGNodes.h ROCM/include/llvm/CodeGen/SelectionDAGTargetInfo.h ROCM/include/llvm/CodeGen/SlotIndexes.h ROCM/include/llvm/CodeGen/Spiller.h ROCM/include/llvm/CodeGen/StableHashing.h ROCM/include/llvm/CodeGen/StackMaps.h ROCM/include/llvm/CodeGen/StackProtector.h ROCM/include/llvm/CodeGen/SwiftErrorValueTracking.h ROCM/include/llvm/CodeGen/SwitchLoweringUtils.h ROCM/include/llvm/CodeGen/TailDuplicator.h ROCM/include/llvm/CodeGen/TargetCallingConv.h ROCM/include/llvm/CodeGen/TargetFrameLowering.h ROCM/include/llvm/CodeGen/TargetInstrInfo.h ROCM/include/llvm/CodeGen/TargetLowering.h ROCM/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h ROCM/include/llvm/CodeGen/TargetOpcodes.h ROCM/include/llvm/CodeGen/TargetPassConfig.h ROCM/include/llvm/CodeGen/TargetRegisterInfo.h ROCM/include/llvm/CodeGen/TargetSchedule.h ROCM/include/llvm/CodeGen/TargetSubtargetInfo.h ROCM/include/llvm/CodeGen/TileShapeInfo.h ROCM/include/llvm/CodeGen/UnreachableBlockElim.h ROCM/include/llvm/CodeGen/VLIWMachineScheduler.h ROCM/include/llvm/CodeGen/ValueTypes.h ROCM/include/llvm/CodeGen/ValueTypes.td ROCM/include/llvm/CodeGen/VirtRegMap.h ROCM/include/llvm/CodeGen/WasmEHFuncInfo.h ROCM/include/llvm/CodeGen/WinEHFuncInfo.h ROCM/include/llvm/CodeGen/GlobalISel ROCM/include/llvm/CodeGen/GlobalISel/CSEInfo.h ROCM/include/llvm/CodeGen/GlobalISel/CSEMIRBuilder.h ROCM/include/llvm/CodeGen/GlobalISel/CallLowering.h ROCM/include/llvm/CodeGen/GlobalISel/Combiner.h ROCM/include/llvm/CodeGen/GlobalISel/CombinerHelper.h ROCM/include/llvm/CodeGen/GlobalISel/CombinerInfo.h ROCM/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h ROCM/include/llvm/CodeGen/GlobalISel/GISelKnownBits.h ROCM/include/llvm/CodeGen/GlobalISel/GISelWorkList.h ROCM/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h ROCM/include/llvm/CodeGen/GlobalISel/IRTranslator.h ROCM/include/llvm/CodeGen/GlobalISel/InlineAsmLowering.h ROCM/include/llvm/CodeGen/GlobalISel/InstructionSelect.h ROCM/include/llvm/CodeGen/GlobalISel/InstructionSelector.h ROCM/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h ROCM/include/llvm/CodeGen/GlobalISel/LegacyLegalizerInfo.h ROCM/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h ROCM/include/llvm/CodeGen/GlobalISel/Legalizer.h ROCM/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h ROCM/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h ROCM/include/llvm/CodeGen/GlobalISel/LoadStoreOpt.h ROCM/include/llvm/CodeGen/GlobalISel/Localizer.h ROCM/include/llvm/CodeGen/GlobalISel/LostDebugLocObserver.h ROCM/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h ROCM/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h ROCM/include/llvm/CodeGen/GlobalISel/RegBankSelect.h ROCM/include/llvm/CodeGen/GlobalISel/Utils.h ROCM/include/llvm/CodeGen/MIRParser ROCM/include/llvm/CodeGen/MIRParser/MIParser.h ROCM/include/llvm/CodeGen/MIRParser/MIRParser.h ROCM/include/llvm/CodeGen/PBQP ROCM/include/llvm/CodeGen/PBQP/CostAllocator.h ROCM/include/llvm/CodeGen/PBQP/Graph.h ROCM/include/llvm/CodeGen/PBQP/Math.h ROCM/include/llvm/CodeGen/PBQP/ReductionRules.h ROCM/include/llvm/CodeGen/PBQP/Solution.h ROCM/include/llvm/Config ROCM/include/llvm/Config/AsmParsers.def ROCM/include/llvm/Config/AsmPrinters.def ROCM/include/llvm/Config/Disassemblers.def ROCM/include/llvm/Config/TargetMCAs.def ROCM/include/llvm/Config/Targets.def ROCM/include/llvm/Config/abi-breaking.h ROCM/include/llvm/Config/llvm-config.h ROCM/include/llvm/DWARFLinker ROCM/include/llvm/DWARFLinker/DWARFLinker.h ROCM/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h ROCM/include/llvm/DWARFLinker/DWARFLinkerDeclContext.h ROCM/include/llvm/DWARFLinker/DWARFStreamer.h ROCM/include/llvm/DWP ROCM/include/llvm/DWP/DWP.h ROCM/include/llvm/DWP/DWPError.h ROCM/include/llvm/DWP/DWPStringPool.h ROCM/include/llvm/DebugInfo ROCM/include/llvm/DebugInfo/DIContext.h ROCM/include/llvm/DebugInfo/CodeView ROCM/include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h ROCM/include/llvm/DebugInfo/CodeView/CVRecord.h ROCM/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h ROCM/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h ROCM/include/llvm/DebugInfo/CodeView/CodeView.h ROCM/include/llvm/DebugInfo/CodeView/CodeViewError.h ROCM/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h ROCM/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def ROCM/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def ROCM/include/llvm/DebugInfo/CodeView/CodeViewTypes.def ROCM/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h ROCM/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h ROCM/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h ROCM/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h ROCM/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h ROCM/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h ROCM/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h ROCM/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h ROCM/include/llvm/DebugInfo/CodeView/DebugSubsection.h ROCM/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h ROCM/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h ROCM/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h ROCM/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h ROCM/include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h ROCM/include/llvm/DebugInfo/CodeView/EnumTables.h ROCM/include/llvm/DebugInfo/CodeView/Formatters.h ROCM/include/llvm/DebugInfo/CodeView/FunctionId.h ROCM/include/llvm/DebugInfo/CodeView/GUID.h ROCM/include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h ROCM/include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h ROCM/include/llvm/DebugInfo/CodeView/Line.h ROCM/include/llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h ROCM/include/llvm/DebugInfo/CodeView/RecordName.h ROCM/include/llvm/DebugInfo/CodeView/RecordSerialization.h ROCM/include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h ROCM/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h ROCM/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h ROCM/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h ROCM/include/llvm/DebugInfo/CodeView/SymbolDumper.h ROCM/include/llvm/DebugInfo/CodeView/SymbolRecord.h ROCM/include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h ROCM/include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h ROCM/include/llvm/DebugInfo/CodeView/SymbolSerializer.h ROCM/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h ROCM/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h ROCM/include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h ROCM/include/llvm/DebugInfo/CodeView/TypeCollection.h ROCM/include/llvm/DebugInfo/CodeView/TypeDeserializer.h ROCM/include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h ROCM/include/llvm/DebugInfo/CodeView/TypeHashing.h ROCM/include/llvm/DebugInfo/CodeView/TypeIndex.h ROCM/include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h ROCM/include/llvm/DebugInfo/CodeView/TypeRecord.h ROCM/include/llvm/DebugInfo/CodeView/TypeRecordHelpers.h ROCM/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h ROCM/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h ROCM/include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h ROCM/include/llvm/DebugInfo/CodeView/TypeTableCollection.h ROCM/include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h ROCM/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h ROCM/include/llvm/DebugInfo/DWARF ROCM/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h ROCM/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h ROCM/include/llvm/DebugInfo/DWARF/DWARFAddressRange.h ROCM/include/llvm/DebugInfo/DWARF/DWARFAttribute.h ROCM/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h ROCM/include/llvm/DebugInfo/DWARF/DWARFContext.h ROCM/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h ROCM/include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h ROCM/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h ROCM/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h ROCM/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h ROCM/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h ROCM/include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h ROCM/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h ROCM/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h ROCM/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h ROCM/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h ROCM/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h ROCM/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h ROCM/include/llvm/DebugInfo/DWARF/DWARFDie.h ROCM/include/llvm/DebugInfo/DWARF/DWARFExpression.h ROCM/include/llvm/DebugInfo/DWARF/DWARFFormValue.h ROCM/include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h ROCM/include/llvm/DebugInfo/DWARF/DWARFListTable.h ROCM/include/llvm/DebugInfo/DWARF/DWARFLocationExpression.h ROCM/include/llvm/DebugInfo/DWARF/DWARFObject.h ROCM/include/llvm/DebugInfo/DWARF/DWARFRelocMap.h ROCM/include/llvm/DebugInfo/DWARF/DWARFSection.h ROCM/include/llvm/DebugInfo/DWARF/DWARFTypePrinter.h ROCM/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h ROCM/include/llvm/DebugInfo/DWARF/DWARFUnit.h ROCM/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h ROCM/include/llvm/DebugInfo/DWARF/DWARFVerifier.h ROCM/include/llvm/DebugInfo/GSYM ROCM/include/llvm/DebugInfo/GSYM/DwarfTransformer.h ROCM/include/llvm/DebugInfo/GSYM/ExtractRanges.h ROCM/include/llvm/DebugInfo/GSYM/FileEntry.h ROCM/include/llvm/DebugInfo/GSYM/FileWriter.h ROCM/include/llvm/DebugInfo/GSYM/FunctionInfo.h ROCM/include/llvm/DebugInfo/GSYM/GsymCreator.h ROCM/include/llvm/DebugInfo/GSYM/GsymReader.h ROCM/include/llvm/DebugInfo/GSYM/Header.h ROCM/include/llvm/DebugInfo/GSYM/InlineInfo.h ROCM/include/llvm/DebugInfo/GSYM/LineEntry.h ROCM/include/llvm/DebugInfo/GSYM/LineTable.h ROCM/include/llvm/DebugInfo/GSYM/LookupResult.h ROCM/include/llvm/DebugInfo/GSYM/ObjectFileTransformer.h ROCM/include/llvm/DebugInfo/GSYM/StringTable.h ROCM/include/llvm/DebugInfo/MSF ROCM/include/llvm/DebugInfo/MSF/IMSFFile.h ROCM/include/llvm/DebugInfo/MSF/MSFBuilder.h ROCM/include/llvm/DebugInfo/MSF/MSFCommon.h ROCM/include/llvm/DebugInfo/MSF/MSFError.h ROCM/include/llvm/DebugInfo/MSF/MappedBlockStream.h ROCM/include/llvm/DebugInfo/PDB ROCM/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h ROCM/include/llvm/DebugInfo/PDB/GenericError.h ROCM/include/llvm/DebugInfo/PDB/IPDBDataStream.h ROCM/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h ROCM/include/llvm/DebugInfo/PDB/IPDBFrameData.h ROCM/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h ROCM/include/llvm/DebugInfo/PDB/IPDBLineNumber.h ROCM/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h ROCM/include/llvm/DebugInfo/PDB/IPDBSectionContrib.h ROCM/include/llvm/DebugInfo/PDB/IPDBSession.h ROCM/include/llvm/DebugInfo/PDB/IPDBSourceFile.h ROCM/include/llvm/DebugInfo/PDB/IPDBTable.h ROCM/include/llvm/DebugInfo/PDB/PDB.h ROCM/include/llvm/DebugInfo/PDB/PDBContext.h ROCM/include/llvm/DebugInfo/PDB/PDBExtras.h ROCM/include/llvm/DebugInfo/PDB/PDBSymDumper.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbol.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolBlock.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolCustom.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolData.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolExe.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolLabel.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolThunk.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h ROCM/include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h ROCM/include/llvm/DebugInfo/PDB/PDBTypes.h ROCM/include/llvm/DebugInfo/PDB/UDTLayout.h ROCM/include/llvm/DebugInfo/PDB/DIA ROCM/include/llvm/DebugInfo/PDB/DIA/DIADataStream.h ROCM/include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h ROCM/include/llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h ROCM/include/llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h ROCM/include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h ROCM/include/llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h ROCM/include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h ROCM/include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h ROCM/include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h ROCM/include/llvm/DebugInfo/PDB/DIA/DIAError.h ROCM/include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h ROCM/include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h ROCM/include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h ROCM/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h ROCM/include/llvm/DebugInfo/PDB/DIA/DIASectionContrib.h ROCM/include/llvm/DebugInfo/PDB/DIA/DIASession.h ROCM/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h ROCM/include/llvm/DebugInfo/PDB/DIA/DIASupport.h ROCM/include/llvm/DebugInfo/PDB/DIA/DIATable.h ROCM/include/llvm/DebugInfo/PDB/DIA/DIAUtils.h ROCM/include/llvm/DebugInfo/PDB/Native ROCM/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h ROCM/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h ROCM/include/llvm/DebugInfo/PDB/Native/DbiModuleList.h ROCM/include/llvm/DebugInfo/PDB/Native/DbiStream.h ROCM/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h ROCM/include/llvm/DebugInfo/PDB/Native/EnumTables.h ROCM/include/llvm/DebugInfo/PDB/Native/FormatUtil.h ROCM/include/llvm/DebugInfo/PDB/Native/Formatters.h ROCM/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h ROCM/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h ROCM/include/llvm/DebugInfo/PDB/Native/Hash.h ROCM/include/llvm/DebugInfo/PDB/Native/HashTable.h ROCM/include/llvm/DebugInfo/PDB/Native/ISectionContribVisitor.h ROCM/include/llvm/DebugInfo/PDB/Native/InfoStream.h ROCM/include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h ROCM/include/llvm/DebugInfo/PDB/Native/InjectedSourceStream.h ROCM/include/llvm/DebugInfo/PDB/Native/InputFile.h ROCM/include/llvm/DebugInfo/PDB/Native/LinePrinter.h ROCM/include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h ROCM/include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h ROCM/include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h ROCM/include/llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h ROCM/include/llvm/DebugInfo/PDB/Native/NativeEnumInjectedSources.h ROCM/include/llvm/DebugInfo/PDB/Native/NativeEnumLineNumbers.h ROCM/include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h ROCM/include/llvm/DebugInfo/PDB/Native/NativeEnumSymbols.h ROCM/include/llvm/DebugInfo/PDB/Native/NativeEnumTypes.h ROCM/include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h ROCM/include/llvm/DebugInfo/PDB/Native/NativeFunctionSymbol.h ROCM/include/llvm/DebugInfo/PDB/Native/NativeInlineSiteSymbol.h ROCM/include/llvm/DebugInfo/PDB/Native/NativeLineNumber.h ROCM/include/llvm/DebugInfo/PDB/Native/NativePublicSymbol.h ROCM/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h ROCM/include/llvm/DebugInfo/PDB/Native/NativeSession.h ROCM/include/llvm/DebugInfo/PDB/Native/NativeSourceFile.h ROCM/include/llvm/DebugInfo/PDB/Native/NativeSymbolEnumerator.h ROCM/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h ROCM/include/llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h ROCM/include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h ROCM/include/llvm/DebugInfo/PDB/Native/NativeTypeFunctionSig.h ROCM/include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h ROCM/include/llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h ROCM/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h ROCM/include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h ROCM/include/llvm/DebugInfo/PDB/Native/PDBFile.h ROCM/include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h ROCM/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h ROCM/include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h ROCM/include/llvm/DebugInfo/PDB/Native/PublicsStream.h ROCM/include/llvm/DebugInfo/PDB/Native/RawConstants.h ROCM/include/llvm/DebugInfo/PDB/Native/RawError.h ROCM/include/llvm/DebugInfo/PDB/Native/RawTypes.h ROCM/include/llvm/DebugInfo/PDB/Native/SymbolCache.h ROCM/include/llvm/DebugInfo/PDB/Native/SymbolStream.h ROCM/include/llvm/DebugInfo/PDB/Native/TpiHashing.h ROCM/include/llvm/DebugInfo/PDB/Native/TpiStream.h ROCM/include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h ROCM/include/llvm/DebugInfo/Symbolize ROCM/include/llvm/DebugInfo/Symbolize/DIFetcher.h ROCM/include/llvm/DebugInfo/Symbolize/DIPrinter.h ROCM/include/llvm/DebugInfo/Symbolize/Markup.h ROCM/include/llvm/DebugInfo/Symbolize/MarkupFilter.h ROCM/include/llvm/DebugInfo/Symbolize/SymbolizableModule.h ROCM/include/llvm/DebugInfo/Symbolize/SymbolizableObjectFile.h ROCM/include/llvm/DebugInfo/Symbolize/Symbolize.h ROCM/include/llvm/Debuginfod ROCM/include/llvm/Debuginfod/DIFetcher.h ROCM/include/llvm/Debuginfod/Debuginfod.h ROCM/include/llvm/Debuginfod/HTTPClient.h ROCM/include/llvm/Demangle ROCM/include/llvm/Demangle/Demangle.h ROCM/include/llvm/Demangle/DemangleConfig.h ROCM/include/llvm/Demangle/ItaniumDemangle.h ROCM/include/llvm/Demangle/ItaniumNodes.def ROCM/include/llvm/Demangle/MicrosoftDemangle.h ROCM/include/llvm/Demangle/MicrosoftDemangleNodes.h ROCM/include/llvm/Demangle/StringView.h ROCM/include/llvm/Demangle/Utility.h ROCM/include/llvm/ExecutionEngine ROCM/include/llvm/ExecutionEngine/ExecutionEngine.h ROCM/include/llvm/ExecutionEngine/GenericValue.h ROCM/include/llvm/ExecutionEngine/Interpreter.h ROCM/include/llvm/ExecutionEngine/JITEventListener.h ROCM/include/llvm/ExecutionEngine/JITSymbol.h ROCM/include/llvm/ExecutionEngine/MCJIT.h ROCM/include/llvm/ExecutionEngine/OProfileWrapper.h ROCM/include/llvm/ExecutionEngine/ObjectCache.h ROCM/include/llvm/ExecutionEngine/RTDyldMemoryManager.h ROCM/include/llvm/ExecutionEngine/RuntimeDyld.h ROCM/include/llvm/ExecutionEngine/RuntimeDyldChecker.h ROCM/include/llvm/ExecutionEngine/SectionMemoryManager.h ROCM/include/llvm/ExecutionEngine/JITLink ROCM/include/llvm/ExecutionEngine/JITLink/DWARFRecordSectionSplitter.h ROCM/include/llvm/ExecutionEngine/JITLink/EHFrameSupport.h ROCM/include/llvm/ExecutionEngine/JITLink/ELF.h ROCM/include/llvm/ExecutionEngine/JITLink/ELF_aarch64.h ROCM/include/llvm/ExecutionEngine/JITLink/ELF_riscv.h ROCM/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h ROCM/include/llvm/ExecutionEngine/JITLink/JITLink.h ROCM/include/llvm/ExecutionEngine/JITLink/JITLinkDylib.h ROCM/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h ROCM/include/llvm/ExecutionEngine/JITLink/MachO.h ROCM/include/llvm/ExecutionEngine/JITLink/MachO_arm64.h ROCM/include/llvm/ExecutionEngine/JITLink/MachO_x86_64.h ROCM/include/llvm/ExecutionEngine/JITLink/MemoryFlags.h ROCM/include/llvm/ExecutionEngine/JITLink/TableManager.h ROCM/include/llvm/ExecutionEngine/JITLink/aarch64.h ROCM/include/llvm/ExecutionEngine/JITLink/riscv.h ROCM/include/llvm/ExecutionEngine/JITLink/x86_64.h ROCM/include/llvm/ExecutionEngine/Orc ROCM/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h ROCM/include/llvm/ExecutionEngine/Orc/CompileUtils.h ROCM/include/llvm/ExecutionEngine/Orc/Core.h ROCM/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h ROCM/include/llvm/ExecutionEngine/Orc/DebugUtils.h ROCM/include/llvm/ExecutionEngine/Orc/DebuggerSupportPlugin.h ROCM/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h ROCM/include/llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h ROCM/include/llvm/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.h ROCM/include/llvm/ExecutionEngine/Orc/EPCEHFrameRegistrar.h ROCM/include/llvm/ExecutionEngine/Orc/EPCGenericDylibManager.h ROCM/include/llvm/ExecutionEngine/Orc/EPCGenericJITLinkMemoryManager.h ROCM/include/llvm/ExecutionEngine/Orc/EPCGenericMemoryAccess.h ROCM/include/llvm/ExecutionEngine/Orc/EPCGenericRTDyldMemoryManager.h ROCM/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h ROCM/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h ROCM/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h ROCM/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h ROCM/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h ROCM/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h ROCM/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h ROCM/include/llvm/ExecutionEngine/Orc/LLJIT.h ROCM/include/llvm/ExecutionEngine/Orc/Layer.h ROCM/include/llvm/ExecutionEngine/Orc/LazyReexports.h ROCM/include/llvm/ExecutionEngine/Orc/LookupAndRecordAddrs.h ROCM/include/llvm/ExecutionEngine/Orc/MachOPlatform.h ROCM/include/llvm/ExecutionEngine/Orc/Mangling.h ROCM/include/llvm/ExecutionEngine/Orc/MemoryMapper.h ROCM/include/llvm/ExecutionEngine/Orc/ObjectFileInterface.h ROCM/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h ROCM/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h ROCM/include/llvm/ExecutionEngine/Orc/OrcABISupport.h ROCM/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h ROCM/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h ROCM/include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h ROCM/include/llvm/ExecutionEngine/Orc/Speculation.h ROCM/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h ROCM/include/llvm/ExecutionEngine/Orc/TaskDispatch.h ROCM/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h ROCM/include/llvm/ExecutionEngine/Orc/Shared ROCM/include/llvm/ExecutionEngine/Orc/Shared/AllocationActions.h ROCM/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h ROCM/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h ROCM/include/llvm/ExecutionEngine/Orc/Shared/OrcRTBridge.h ROCM/include/llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h ROCM/include/llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h ROCM/include/llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h ROCM/include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h ROCM/include/llvm/ExecutionEngine/Orc/TargetProcess ROCM/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h ROCM/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h ROCM/include/llvm/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.h ROCM/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorDylibManager.h ROCM/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.h ROCM/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.h ROCM/include/llvm/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.h ROCM/include/llvm/FileCheck ROCM/include/llvm/FileCheck/FileCheck.h ROCM/include/llvm/Frontend ROCM/include/llvm/Frontend/Directive ROCM/include/llvm/Frontend/Directive/DirectiveBase.td ROCM/include/llvm/Frontend/OpenACC ROCM/include/llvm/Frontend/OpenACC/ACC.h.inc ROCM/include/llvm/Frontend/OpenACC/ACC.inc ROCM/include/llvm/Frontend/OpenACC/ACC.td ROCM/include/llvm/Frontend/OpenMP ROCM/include/llvm/Frontend/OpenMP/OMP.h.inc ROCM/include/llvm/Frontend/OpenMP/OMP.inc ROCM/include/llvm/Frontend/OpenMP/OMP.td ROCM/include/llvm/Frontend/OpenMP/OMPAssume.h ROCM/include/llvm/Frontend/OpenMP/OMPConstants.h ROCM/include/llvm/Frontend/OpenMP/OMPContext.h ROCM/include/llvm/Frontend/OpenMP/OMPGridValues.h ROCM/include/llvm/Frontend/OpenMP/OMPIRBuilder.h ROCM/include/llvm/Frontend/OpenMP/OMPKinds.def ROCM/include/llvm/FuzzMutate ROCM/include/llvm/FuzzMutate/FuzzerCLI.h ROCM/include/llvm/FuzzMutate/IRMutator.h ROCM/include/llvm/FuzzMutate/OpDescriptor.h ROCM/include/llvm/FuzzMutate/Operations.h ROCM/include/llvm/FuzzMutate/Random.h ROCM/include/llvm/FuzzMutate/RandomIRBuilder.h ROCM/include/llvm/IR ROCM/include/llvm/IR/AbstractCallSite.h ROCM/include/llvm/IR/Argument.h ROCM/include/llvm/IR/AssemblyAnnotationWriter.h ROCM/include/llvm/IR/Assumptions.h ROCM/include/llvm/IR/Attributes.h ROCM/include/llvm/IR/Attributes.inc ROCM/include/llvm/IR/Attributes.td ROCM/include/llvm/IR/AutoUpgrade.h ROCM/include/llvm/IR/BasicBlock.h ROCM/include/llvm/IR/BuiltinGCs.h ROCM/include/llvm/IR/CFG.h ROCM/include/llvm/IR/CallingConv.h ROCM/include/llvm/IR/Comdat.h ROCM/include/llvm/IR/Constant.h ROCM/include/llvm/IR/ConstantFold.h ROCM/include/llvm/IR/ConstantFolder.h ROCM/include/llvm/IR/ConstantRange.h ROCM/include/llvm/IR/Constants.h ROCM/include/llvm/IR/ConstrainedOps.def ROCM/include/llvm/IR/DIBuilder.h ROCM/include/llvm/IR/DIExprOps.def ROCM/include/llvm/IR/DataLayout.h ROCM/include/llvm/IR/DebugInfo.h ROCM/include/llvm/IR/DebugInfoFlags.def ROCM/include/llvm/IR/DebugInfoMetadata.h ROCM/include/llvm/IR/DebugLoc.h ROCM/include/llvm/IR/DerivedTypes.h ROCM/include/llvm/IR/DerivedUser.h ROCM/include/llvm/IR/DiagnosticHandler.h ROCM/include/llvm/IR/DiagnosticInfo.h ROCM/include/llvm/IR/DiagnosticPrinter.h ROCM/include/llvm/IR/Dominators.h ROCM/include/llvm/IR/FMF.h ROCM/include/llvm/IR/FPEnv.h ROCM/include/llvm/IR/FixedMetadataKinds.def ROCM/include/llvm/IR/FixedPointBuilder.h ROCM/include/llvm/IR/Function.h ROCM/include/llvm/IR/GCStrategy.h ROCM/include/llvm/IR/GVMaterializer.h ROCM/include/llvm/IR/GetElementPtrTypeIterator.h ROCM/include/llvm/IR/GlobalAlias.h ROCM/include/llvm/IR/GlobalIFunc.h ROCM/include/llvm/IR/GlobalObject.h ROCM/include/llvm/IR/GlobalValue.h ROCM/include/llvm/IR/GlobalVariable.h ROCM/include/llvm/IR/IRBuilder.h ROCM/include/llvm/IR/IRBuilderFolder.h ROCM/include/llvm/IR/IRPrintingPasses.h ROCM/include/llvm/IR/InlineAsm.h ROCM/include/llvm/IR/InstIterator.h ROCM/include/llvm/IR/InstVisitor.h ROCM/include/llvm/IR/InstrTypes.h ROCM/include/llvm/IR/Instruction.def ROCM/include/llvm/IR/Instruction.h ROCM/include/llvm/IR/Instructions.h ROCM/include/llvm/IR/IntrinsicEnums.inc ROCM/include/llvm/IR/IntrinsicImpl.inc ROCM/include/llvm/IR/IntrinsicInst.h ROCM/include/llvm/IR/Intrinsics.h ROCM/include/llvm/IR/Intrinsics.td ROCM/include/llvm/IR/IntrinsicsAArch64.h ROCM/include/llvm/IR/IntrinsicsAArch64.td ROCM/include/llvm/IR/IntrinsicsAMDGPU.h ROCM/include/llvm/IR/IntrinsicsAMDGPU.td ROCM/include/llvm/IR/IntrinsicsARM.h ROCM/include/llvm/IR/IntrinsicsARM.td ROCM/include/llvm/IR/IntrinsicsBPF.h ROCM/include/llvm/IR/IntrinsicsBPF.td ROCM/include/llvm/IR/IntrinsicsHexagon.h ROCM/include/llvm/IR/IntrinsicsHexagon.td ROCM/include/llvm/IR/IntrinsicsHexagonDep.td ROCM/include/llvm/IR/IntrinsicsMips.h ROCM/include/llvm/IR/IntrinsicsMips.td ROCM/include/llvm/IR/IntrinsicsNVPTX.h ROCM/include/llvm/IR/IntrinsicsNVVM.td ROCM/include/llvm/IR/IntrinsicsPowerPC.h ROCM/include/llvm/IR/IntrinsicsPowerPC.td ROCM/include/llvm/IR/IntrinsicsR600.h ROCM/include/llvm/IR/IntrinsicsRISCV.h ROCM/include/llvm/IR/IntrinsicsRISCV.td ROCM/include/llvm/IR/IntrinsicsS390.h ROCM/include/llvm/IR/IntrinsicsSPIRV.h ROCM/include/llvm/IR/IntrinsicsSPIRV.td ROCM/include/llvm/IR/IntrinsicsSystemZ.td ROCM/include/llvm/IR/IntrinsicsVE.h ROCM/include/llvm/IR/IntrinsicsVE.td ROCM/include/llvm/IR/IntrinsicsVEVL.gen.td ROCM/include/llvm/IR/IntrinsicsWebAssembly.h ROCM/include/llvm/IR/IntrinsicsWebAssembly.td ROCM/include/llvm/IR/IntrinsicsX86.h ROCM/include/llvm/IR/IntrinsicsX86.td ROCM/include/llvm/IR/IntrinsicsXCore.h ROCM/include/llvm/IR/IntrinsicsXCore.td ROCM/include/llvm/IR/LLVMContext.h ROCM/include/llvm/IR/LLVMRemarkStreamer.h ROCM/include/llvm/IR/LegacyPassManager.h ROCM/include/llvm/IR/LegacyPassManagers.h ROCM/include/llvm/IR/LegacyPassNameParser.h ROCM/include/llvm/IR/MDBuilder.h ROCM/include/llvm/IR/Mangler.h ROCM/include/llvm/IR/MatrixBuilder.h ROCM/include/llvm/IR/Metadata.def ROCM/include/llvm/IR/Metadata.h ROCM/include/llvm/IR/Module.h ROCM/include/llvm/IR/ModuleSlotTracker.h ROCM/include/llvm/IR/ModuleSummaryIndex.h ROCM/include/llvm/IR/ModuleSummaryIndexYAML.h ROCM/include/llvm/IR/NoFolder.h ROCM/include/llvm/IR/OperandTraits.h ROCM/include/llvm/IR/Operator.h ROCM/include/llvm/IR/OptBisect.h ROCM/include/llvm/IR/PassInstrumentation.h ROCM/include/llvm/IR/PassManager.h ROCM/include/llvm/IR/PassManagerImpl.h ROCM/include/llvm/IR/PassManagerInternal.h ROCM/include/llvm/IR/PassTimingInfo.h ROCM/include/llvm/IR/PatternMatch.h ROCM/include/llvm/IR/PredIteratorCache.h ROCM/include/llvm/IR/PrintPasses.h ROCM/include/llvm/IR/ProfileSummary.h ROCM/include/llvm/IR/PseudoProbe.h ROCM/include/llvm/IR/ReplaceConstant.h ROCM/include/llvm/IR/RuntimeLibcalls.def ROCM/include/llvm/IR/SSAContext.h ROCM/include/llvm/IR/SafepointIRVerifier.h ROCM/include/llvm/IR/Statepoint.h ROCM/include/llvm/IR/StructuralHash.h ROCM/include/llvm/IR/SymbolTableListTraits.h ROCM/include/llvm/IR/TrackingMDRef.h ROCM/include/llvm/IR/Type.h ROCM/include/llvm/IR/TypeFinder.h ROCM/include/llvm/IR/Use.h ROCM/include/llvm/IR/UseListOrder.h ROCM/include/llvm/IR/User.h ROCM/include/llvm/IR/VPIntrinsics.def ROCM/include/llvm/IR/Value.def ROCM/include/llvm/IR/Value.h ROCM/include/llvm/IR/ValueHandle.h ROCM/include/llvm/IR/ValueMap.h ROCM/include/llvm/IR/ValueSymbolTable.h ROCM/include/llvm/IR/VectorBuilder.h ROCM/include/llvm/IR/Verifier.h ROCM/include/llvm/IRReader ROCM/include/llvm/IRReader/IRReader.h ROCM/include/llvm/InterfaceStub ROCM/include/llvm/InterfaceStub/ELFObjHandler.h ROCM/include/llvm/InterfaceStub/IFSHandler.h ROCM/include/llvm/InterfaceStub/IFSStub.h ROCM/include/llvm/LTO ROCM/include/llvm/LTO/Config.h ROCM/include/llvm/LTO/LTO.h ROCM/include/llvm/LTO/LTOBackend.h ROCM/include/llvm/LTO/SummaryBasedOptimizations.h ROCM/include/llvm/LTO/legacy ROCM/include/llvm/LTO/legacy/LTOCodeGenerator.h ROCM/include/llvm/LTO/legacy/LTOModule.h ROCM/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h ROCM/include/llvm/LTO/legacy/UpdateCompilerUsed.h ROCM/include/llvm/LineEditor ROCM/include/llvm/LineEditor/LineEditor.h ROCM/include/llvm/Linker ROCM/include/llvm/Linker/IRMover.h ROCM/include/llvm/Linker/Linker.h ROCM/include/llvm/MC ROCM/include/llvm/MC/ConstantPools.h ROCM/include/llvm/MC/LaneBitmask.h ROCM/include/llvm/MC/MCAsmBackend.h ROCM/include/llvm/MC/MCAsmInfo.h ROCM/include/llvm/MC/MCAsmInfoCOFF.h ROCM/include/llvm/MC/MCAsmInfoDarwin.h ROCM/include/llvm/MC/MCAsmInfoELF.h ROCM/include/llvm/MC/MCAsmInfoGOFF.h ROCM/include/llvm/MC/MCAsmInfoWasm.h ROCM/include/llvm/MC/MCAsmInfoXCOFF.h ROCM/include/llvm/MC/MCAsmLayout.h ROCM/include/llvm/MC/MCAsmMacro.h ROCM/include/llvm/MC/MCAssembler.h ROCM/include/llvm/MC/MCCodeEmitter.h ROCM/include/llvm/MC/MCCodeView.h ROCM/include/llvm/MC/MCContext.h ROCM/include/llvm/MC/MCDXContainerStreamer.h ROCM/include/llvm/MC/MCDXContainerWriter.h ROCM/include/llvm/MC/MCDecoderOps.h ROCM/include/llvm/MC/MCDirectives.h ROCM/include/llvm/MC/MCDwarf.h ROCM/include/llvm/MC/MCELFObjectWriter.h ROCM/include/llvm/MC/MCELFStreamer.h ROCM/include/llvm/MC/MCExpr.h ROCM/include/llvm/MC/MCFixup.h ROCM/include/llvm/MC/MCFixupKindInfo.h ROCM/include/llvm/MC/MCFragment.h ROCM/include/llvm/MC/MCInst.h ROCM/include/llvm/MC/MCInstBuilder.h ROCM/include/llvm/MC/MCInstPrinter.h ROCM/include/llvm/MC/MCInstrAnalysis.h ROCM/include/llvm/MC/MCInstrDesc.h ROCM/include/llvm/MC/MCInstrInfo.h ROCM/include/llvm/MC/MCInstrItineraries.h ROCM/include/llvm/MC/MCLabel.h ROCM/include/llvm/MC/MCLinkerOptimizationHint.h ROCM/include/llvm/MC/MCMachObjectWriter.h ROCM/include/llvm/MC/MCObjectFileInfo.h ROCM/include/llvm/MC/MCObjectStreamer.h ROCM/include/llvm/MC/MCObjectWriter.h ROCM/include/llvm/MC/MCPseudoProbe.h ROCM/include/llvm/MC/MCRegister.h ROCM/include/llvm/MC/MCRegisterInfo.h ROCM/include/llvm/MC/MCSPIRVObjectWriter.h ROCM/include/llvm/MC/MCSPIRVStreamer.h ROCM/include/llvm/MC/MCSchedule.h ROCM/include/llvm/MC/MCSection.h ROCM/include/llvm/MC/MCSectionCOFF.h ROCM/include/llvm/MC/MCSectionDXContainer.h ROCM/include/llvm/MC/MCSectionELF.h ROCM/include/llvm/MC/MCSectionGOFF.h ROCM/include/llvm/MC/MCSectionMachO.h ROCM/include/llvm/MC/MCSectionSPIRV.h ROCM/include/llvm/MC/MCSectionWasm.h ROCM/include/llvm/MC/MCSectionXCOFF.h ROCM/include/llvm/MC/MCStreamer.h ROCM/include/llvm/MC/MCSubtargetInfo.h ROCM/include/llvm/MC/MCSymbol.h ROCM/include/llvm/MC/MCSymbolCOFF.h ROCM/include/llvm/MC/MCSymbolELF.h ROCM/include/llvm/MC/MCSymbolGOFF.h ROCM/include/llvm/MC/MCSymbolMachO.h ROCM/include/llvm/MC/MCSymbolWasm.h ROCM/include/llvm/MC/MCSymbolXCOFF.h ROCM/include/llvm/MC/MCTargetOptions.h ROCM/include/llvm/MC/MCTargetOptionsCommandFlags.h ROCM/include/llvm/MC/MCValue.h ROCM/include/llvm/MC/MCWasmObjectWriter.h ROCM/include/llvm/MC/MCWasmStreamer.h ROCM/include/llvm/MC/MCWin64EH.h ROCM/include/llvm/MC/MCWinCOFFObjectWriter.h ROCM/include/llvm/MC/MCWinCOFFStreamer.h ROCM/include/llvm/MC/MCWinEH.h ROCM/include/llvm/MC/MCXCOFFObjectWriter.h ROCM/include/llvm/MC/MCXCOFFStreamer.h ROCM/include/llvm/MC/MachineLocation.h ROCM/include/llvm/MC/SectionKind.h ROCM/include/llvm/MC/StringTableBuilder.h ROCM/include/llvm/MC/SubtargetFeature.h ROCM/include/llvm/MC/TargetRegistry.h ROCM/include/llvm/MC/MCDisassembler ROCM/include/llvm/MC/MCDisassembler/MCDisassembler.h ROCM/include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h ROCM/include/llvm/MC/MCDisassembler/MCRelocationInfo.h ROCM/include/llvm/MC/MCDisassembler/MCSymbolizer.h ROCM/include/llvm/MC/MCParser ROCM/include/llvm/MC/MCParser/AsmCond.h ROCM/include/llvm/MC/MCParser/AsmLexer.h ROCM/include/llvm/MC/MCParser/MCAsmLexer.h ROCM/include/llvm/MC/MCParser/MCAsmParser.h ROCM/include/llvm/MC/MCParser/MCAsmParserExtension.h ROCM/include/llvm/MC/MCParser/MCAsmParserUtils.h ROCM/include/llvm/MC/MCParser/MCParsedAsmOperand.h ROCM/include/llvm/MC/MCParser/MCTargetAsmParser.h ROCM/include/llvm/MCA ROCM/include/llvm/MCA/CodeEmitter.h ROCM/include/llvm/MCA/Context.h ROCM/include/llvm/MCA/CustomBehaviour.h ROCM/include/llvm/MCA/HWEventListener.h ROCM/include/llvm/MCA/IncrementalSourceMgr.h ROCM/include/llvm/MCA/InstrBuilder.h ROCM/include/llvm/MCA/Instruction.h ROCM/include/llvm/MCA/Pipeline.h ROCM/include/llvm/MCA/SourceMgr.h ROCM/include/llvm/MCA/Support.h ROCM/include/llvm/MCA/View.h ROCM/include/llvm/MCA/HardwareUnits ROCM/include/llvm/MCA/HardwareUnits/HardwareUnit.h ROCM/include/llvm/MCA/HardwareUnits/LSUnit.h ROCM/include/llvm/MCA/HardwareUnits/RegisterFile.h ROCM/include/llvm/MCA/HardwareUnits/ResourceManager.h ROCM/include/llvm/MCA/HardwareUnits/RetireControlUnit.h ROCM/include/llvm/MCA/HardwareUnits/Scheduler.h ROCM/include/llvm/MCA/Stages ROCM/include/llvm/MCA/Stages/DispatchStage.h ROCM/include/llvm/MCA/Stages/EntryStage.h ROCM/include/llvm/MCA/Stages/ExecuteStage.h ROCM/include/llvm/MCA/Stages/InOrderIssueStage.h ROCM/include/llvm/MCA/Stages/InstructionTables.h ROCM/include/llvm/MCA/Stages/MicroOpQueueStage.h ROCM/include/llvm/MCA/Stages/RetireStage.h ROCM/include/llvm/MCA/Stages/Stage.h ROCM/include/llvm/ObjCopy ROCM/include/llvm/ObjCopy/CommonConfig.h ROCM/include/llvm/ObjCopy/ConfigManager.h ROCM/include/llvm/ObjCopy/MultiFormatConfig.h ROCM/include/llvm/ObjCopy/ObjCopy.h ROCM/include/llvm/ObjCopy/COFF ROCM/include/llvm/ObjCopy/COFF/COFFConfig.h ROCM/include/llvm/ObjCopy/COFF/COFFObjcopy.h ROCM/include/llvm/ObjCopy/ELF ROCM/include/llvm/ObjCopy/ELF/ELFConfig.h ROCM/include/llvm/ObjCopy/ELF/ELFObjcopy.h ROCM/include/llvm/ObjCopy/MachO ROCM/include/llvm/ObjCopy/MachO/MachOConfig.h ROCM/include/llvm/ObjCopy/MachO/MachOObjcopy.h ROCM/include/llvm/ObjCopy/XCOFF ROCM/include/llvm/ObjCopy/XCOFF/XCOFFConfig.h ROCM/include/llvm/ObjCopy/XCOFF/XCOFFObjcopy.h ROCM/include/llvm/ObjCopy/wasm ROCM/include/llvm/ObjCopy/wasm/WasmConfig.h ROCM/include/llvm/ObjCopy/wasm/WasmObjcopy.h ROCM/include/llvm/Object ROCM/include/llvm/Object/Archive.h ROCM/include/llvm/Object/ArchiveWriter.h ROCM/include/llvm/Object/Binary.h ROCM/include/llvm/Object/COFF.h ROCM/include/llvm/Object/COFFImportFile.h ROCM/include/llvm/Object/COFFModuleDefinition.h ROCM/include/llvm/Object/CVDebugRecord.h ROCM/include/llvm/Object/DXContainer.h ROCM/include/llvm/Object/Decompressor.h ROCM/include/llvm/Object/ELF.h ROCM/include/llvm/Object/ELFObjectFile.h ROCM/include/llvm/Object/ELFTypes.h ROCM/include/llvm/Object/Error.h ROCM/include/llvm/Object/FaultMapParser.h ROCM/include/llvm/Object/IRObjectFile.h ROCM/include/llvm/Object/IRSymtab.h ROCM/include/llvm/Object/MachO.h ROCM/include/llvm/Object/MachOUniversal.h ROCM/include/llvm/Object/MachOUniversalWriter.h ROCM/include/llvm/Object/Minidump.h ROCM/include/llvm/Object/ModuleSymbolTable.h ROCM/include/llvm/Object/ObjectFile.h ROCM/include/llvm/Object/OffloadBinary.h ROCM/include/llvm/Object/RelocationResolver.h ROCM/include/llvm/Object/StackMapParser.h ROCM/include/llvm/Object/SymbolSize.h ROCM/include/llvm/Object/SymbolicFile.h ROCM/include/llvm/Object/TapiFile.h ROCM/include/llvm/Object/TapiUniversal.h ROCM/include/llvm/Object/Wasm.h ROCM/include/llvm/Object/WindowsMachineFlag.h ROCM/include/llvm/Object/WindowsResource.h ROCM/include/llvm/Object/XCOFFObjectFile.h ROCM/include/llvm/ObjectYAML ROCM/include/llvm/ObjectYAML/ArchiveYAML.h ROCM/include/llvm/ObjectYAML/COFFYAML.h ROCM/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h ROCM/include/llvm/ObjectYAML/CodeViewYAMLSymbols.h ROCM/include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h ROCM/include/llvm/ObjectYAML/CodeViewYAMLTypes.h ROCM/include/llvm/ObjectYAML/DWARFEmitter.h ROCM/include/llvm/ObjectYAML/DWARFYAML.h ROCM/include/llvm/ObjectYAML/DXContainerYAML.h ROCM/include/llvm/ObjectYAML/ELFYAML.h ROCM/include/llvm/ObjectYAML/MachOYAML.h ROCM/include/llvm/ObjectYAML/MinidumpYAML.h ROCM/include/llvm/ObjectYAML/ObjectYAML.h ROCM/include/llvm/ObjectYAML/WasmYAML.h ROCM/include/llvm/ObjectYAML/XCOFFYAML.h ROCM/include/llvm/ObjectYAML/YAML.h ROCM/include/llvm/ObjectYAML/yaml2obj.h ROCM/include/llvm/OffloadArch ROCM/include/llvm/OffloadArch/OffloadArch.h ROCM/include/llvm/Option ROCM/include/llvm/Option/Arg.h ROCM/include/llvm/Option/ArgList.h ROCM/include/llvm/Option/OptParser.td ROCM/include/llvm/Option/OptSpecifier.h ROCM/include/llvm/Option/OptTable.h ROCM/include/llvm/Option/Option.h ROCM/include/llvm/Passes ROCM/include/llvm/Passes/OptimizationLevel.h ROCM/include/llvm/Passes/PassBuilder.h ROCM/include/llvm/Passes/PassPlugin.h ROCM/include/llvm/Passes/StandardInstrumentations.h ROCM/include/llvm/ProfileData ROCM/include/llvm/ProfileData/GCOV.h ROCM/include/llvm/ProfileData/InstrProf.h ROCM/include/llvm/ProfileData/InstrProfCorrelator.h ROCM/include/llvm/ProfileData/InstrProfData.inc ROCM/include/llvm/ProfileData/InstrProfReader.h ROCM/include/llvm/ProfileData/InstrProfWriter.h ROCM/include/llvm/ProfileData/MIBEntryDef.inc ROCM/include/llvm/ProfileData/MemProf.h ROCM/include/llvm/ProfileData/MemProfData.inc ROCM/include/llvm/ProfileData/ProfileCommon.h ROCM/include/llvm/ProfileData/RawMemProfReader.h ROCM/include/llvm/ProfileData/SampleProf.h ROCM/include/llvm/ProfileData/SampleProfReader.h ROCM/include/llvm/ProfileData/SampleProfWriter.h ROCM/include/llvm/ProfileData/Coverage ROCM/include/llvm/ProfileData/Coverage/CoverageMapping.h ROCM/include/llvm/ProfileData/Coverage/CoverageMappingReader.h ROCM/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h ROCM/include/llvm/Remarks ROCM/include/llvm/Remarks/BitstreamRemarkContainer.h ROCM/include/llvm/Remarks/BitstreamRemarkParser.h ROCM/include/llvm/Remarks/BitstreamRemarkSerializer.h ROCM/include/llvm/Remarks/HotnessThresholdParser.h ROCM/include/llvm/Remarks/Remark.h ROCM/include/llvm/Remarks/RemarkFormat.h ROCM/include/llvm/Remarks/RemarkLinker.h ROCM/include/llvm/Remarks/RemarkParser.h ROCM/include/llvm/Remarks/RemarkSerializer.h ROCM/include/llvm/Remarks/RemarkStreamer.h ROCM/include/llvm/Remarks/RemarkStringTable.h ROCM/include/llvm/Remarks/YAMLRemarkSerializer.h ROCM/include/llvm/Support ROCM/include/llvm/Support/AArch64TargetParser.def ROCM/include/llvm/Support/AArch64TargetParser.h ROCM/include/llvm/Support/AMDGPUMetadata.h ROCM/include/llvm/Support/AMDHSAKernelDescriptor.h ROCM/include/llvm/Support/ARMAttributeParser.h ROCM/include/llvm/Support/ARMBuildAttributes.h ROCM/include/llvm/Support/ARMEHABI.h ROCM/include/llvm/Support/ARMTargetParser.def ROCM/include/llvm/Support/ARMTargetParser.h ROCM/include/llvm/Support/ARMWinEH.h ROCM/include/llvm/Support/AlignOf.h ROCM/include/llvm/Support/Alignment.h ROCM/include/llvm/Support/Allocator.h ROCM/include/llvm/Support/AllocatorBase.h ROCM/include/llvm/Support/ArrayRecycler.h ROCM/include/llvm/Support/Atomic.h ROCM/include/llvm/Support/AtomicOrdering.h ROCM/include/llvm/Support/AutoConvert.h ROCM/include/llvm/Support/Automaton.h ROCM/include/llvm/Support/BCD.h ROCM/include/llvm/Support/BLAKE3.h ROCM/include/llvm/Support/Base64.h ROCM/include/llvm/Support/BinaryByteStream.h ROCM/include/llvm/Support/BinaryItemStream.h ROCM/include/llvm/Support/BinaryStream.h ROCM/include/llvm/Support/BinaryStreamArray.h ROCM/include/llvm/Support/BinaryStreamError.h ROCM/include/llvm/Support/BinaryStreamReader.h ROCM/include/llvm/Support/BinaryStreamRef.h ROCM/include/llvm/Support/BinaryStreamWriter.h ROCM/include/llvm/Support/BlockFrequency.h ROCM/include/llvm/Support/BranchProbability.h ROCM/include/llvm/Support/BuryPointer.h ROCM/include/llvm/Support/CBindingWrapping.h ROCM/include/llvm/Support/CFGDiff.h ROCM/include/llvm/Support/CFGUpdate.h ROCM/include/llvm/Support/COM.h ROCM/include/llvm/Support/CRC.h ROCM/include/llvm/Support/CSKYAttributeParser.h ROCM/include/llvm/Support/CSKYAttributes.h ROCM/include/llvm/Support/CSKYTargetParser.def ROCM/include/llvm/Support/CSKYTargetParser.h ROCM/include/llvm/Support/CachePruning.h ROCM/include/llvm/Support/Caching.h ROCM/include/llvm/Support/Capacity.h ROCM/include/llvm/Support/Casting.h ROCM/include/llvm/Support/CheckedArithmetic.h ROCM/include/llvm/Support/Chrono.h ROCM/include/llvm/Support/CodeGen.h ROCM/include/llvm/Support/CodeGenCoverage.h ROCM/include/llvm/Support/CommandLine.h ROCM/include/llvm/Support/Compiler.h ROCM/include/llvm/Support/Compression.h ROCM/include/llvm/Support/ConvertUTF.h ROCM/include/llvm/Support/CrashRecoveryContext.h ROCM/include/llvm/Support/DJB.h ROCM/include/llvm/Support/DOTGraphTraits.h ROCM/include/llvm/Support/DataExtractor.h ROCM/include/llvm/Support/DataTypes.h ROCM/include/llvm/Support/Debug.h ROCM/include/llvm/Support/DebugCounter.h ROCM/include/llvm/Support/Discriminator.h ROCM/include/llvm/Support/DivisionByConstantInfo.h ROCM/include/llvm/Support/Duration.h ROCM/include/llvm/Support/DynamicLibrary.h ROCM/include/llvm/Support/ELFAttributeParser.h ROCM/include/llvm/Support/ELFAttributes.h ROCM/include/llvm/Support/Endian.h ROCM/include/llvm/Support/EndianStream.h ROCM/include/llvm/Support/Errc.h ROCM/include/llvm/Support/Errno.h ROCM/include/llvm/Support/Error.h ROCM/include/llvm/Support/ErrorHandling.h ROCM/include/llvm/Support/ErrorOr.h ROCM/include/llvm/Support/ExitCodes.h ROCM/include/llvm/Support/ExtensibleRTTI.h ROCM/include/llvm/Support/Extension.def ROCM/include/llvm/Support/FileCollector.h ROCM/include/llvm/Support/FileOutputBuffer.h ROCM/include/llvm/Support/FileSystem.h ROCM/include/llvm/Support/FileUtilities.h ROCM/include/llvm/Support/Format.h ROCM/include/llvm/Support/FormatAdapters.h ROCM/include/llvm/Support/FormatCommon.h ROCM/include/llvm/Support/FormatProviders.h ROCM/include/llvm/Support/FormatVariadic.h ROCM/include/llvm/Support/FormatVariadicDetails.h ROCM/include/llvm/Support/FormattedStream.h ROCM/include/llvm/Support/GenericDomTree.h ROCM/include/llvm/Support/GenericDomTreeConstruction.h ROCM/include/llvm/Support/GenericIteratedDominanceFrontier.h ROCM/include/llvm/Support/GlobPattern.h ROCM/include/llvm/Support/GraphWriter.h ROCM/include/llvm/Support/HashBuilder.h ROCM/include/llvm/Support/Host.h ROCM/include/llvm/Support/InitLLVM.h ROCM/include/llvm/Support/InstructionCost.h ROCM/include/llvm/Support/ItaniumManglingCanonicalizer.h ROCM/include/llvm/Support/JSON.h ROCM/include/llvm/Support/KnownBits.h ROCM/include/llvm/Support/LEB128.h ROCM/include/llvm/Support/LICENSE.TXT ROCM/include/llvm/Support/LineIterator.h ROCM/include/llvm/Support/Locale.h ROCM/include/llvm/Support/LockFileManager.h ROCM/include/llvm/Support/LowLevelTypeImpl.h ROCM/include/llvm/Support/MD5.h ROCM/include/llvm/Support/MSP430AttributeParser.h ROCM/include/llvm/Support/MSP430Attributes.h ROCM/include/llvm/Support/MSVCErrorWorkarounds.h ROCM/include/llvm/Support/MachineValueType.h ROCM/include/llvm/Support/ManagedStatic.h ROCM/include/llvm/Support/MathExtras.h ROCM/include/llvm/Support/MemAlloc.h ROCM/include/llvm/Support/Memory.h ROCM/include/llvm/Support/MemoryBuffer.h ROCM/include/llvm/Support/MemoryBufferRef.h ROCM/include/llvm/Support/MipsABIFlags.h ROCM/include/llvm/Support/Mutex.h ROCM/include/llvm/Support/NativeFormatting.h ROCM/include/llvm/Support/OnDiskHashTable.h ROCM/include/llvm/Support/OptimizedStructLayout.h ROCM/include/llvm/Support/PGOOptions.h ROCM/include/llvm/Support/Parallel.h ROCM/include/llvm/Support/Path.h ROCM/include/llvm/Support/PluginLoader.h ROCM/include/llvm/Support/PointerLikeTypeTraits.h ROCM/include/llvm/Support/PrettyStackTrace.h ROCM/include/llvm/Support/Printable.h ROCM/include/llvm/Support/Process.h ROCM/include/llvm/Support/Program.h ROCM/include/llvm/Support/RISCVAttributeParser.h ROCM/include/llvm/Support/RISCVAttributes.h ROCM/include/llvm/Support/RISCVISAInfo.h ROCM/include/llvm/Support/RISCVTargetParser.def ROCM/include/llvm/Support/RWMutex.h ROCM/include/llvm/Support/RandomNumberGenerator.h ROCM/include/llvm/Support/Recycler.h ROCM/include/llvm/Support/RecyclingAllocator.h ROCM/include/llvm/Support/Regex.h ROCM/include/llvm/Support/Registry.h ROCM/include/llvm/Support/ReverseIteration.h ROCM/include/llvm/Support/SHA1.h ROCM/include/llvm/Support/SHA256.h ROCM/include/llvm/Support/SMLoc.h ROCM/include/llvm/Support/SMTAPI.h ROCM/include/llvm/Support/SaveAndRestore.h ROCM/include/llvm/Support/ScaledNumber.h ROCM/include/llvm/Support/ScopedPrinter.h ROCM/include/llvm/Support/Signals.h ROCM/include/llvm/Support/Signposts.h ROCM/include/llvm/Support/SmallVectorMemoryBuffer.h ROCM/include/llvm/Support/SourceMgr.h ROCM/include/llvm/Support/SpecialCaseList.h ROCM/include/llvm/Support/StringSaver.h ROCM/include/llvm/Support/SuffixTree.h ROCM/include/llvm/Support/SwapByteOrder.h ROCM/include/llvm/Support/SymbolRemappingReader.h ROCM/include/llvm/Support/SystemUtils.h ROCM/include/llvm/Support/TarWriter.h ROCM/include/llvm/Support/TargetOpcodes.def ROCM/include/llvm/Support/TargetParser.h ROCM/include/llvm/Support/TargetSelect.h ROCM/include/llvm/Support/TaskQueue.h ROCM/include/llvm/Support/ThreadLocal.h ROCM/include/llvm/Support/ThreadPool.h ROCM/include/llvm/Support/Threading.h ROCM/include/llvm/Support/TimeProfiler.h ROCM/include/llvm/Support/Timer.h ROCM/include/llvm/Support/ToolOutputFile.h ROCM/include/llvm/Support/TrailingObjects.h ROCM/include/llvm/Support/TrigramIndex.h ROCM/include/llvm/Support/TypeName.h ROCM/include/llvm/Support/TypeSize.h ROCM/include/llvm/Support/Unicode.h ROCM/include/llvm/Support/UnicodeCharRanges.h ROCM/include/llvm/Support/VCSRevision.h ROCM/include/llvm/Support/Valgrind.h ROCM/include/llvm/Support/VersionTuple.h ROCM/include/llvm/Support/VirtualFileSystem.h ROCM/include/llvm/Support/Watchdog.h ROCM/include/llvm/Support/Win64EH.h ROCM/include/llvm/Support/WindowsError.h ROCM/include/llvm/Support/WithColor.h ROCM/include/llvm/Support/X86DisassemblerDecoderCommon.h ROCM/include/llvm/Support/X86TargetParser.def ROCM/include/llvm/Support/X86TargetParser.h ROCM/include/llvm/Support/YAMLParser.h ROCM/include/llvm/Support/YAMLTraits.h ROCM/include/llvm/Support/circular_raw_ostream.h ROCM/include/llvm/Support/raw_os_ostream.h ROCM/include/llvm/Support/raw_ostream.h ROCM/include/llvm/Support/raw_sha1_ostream.h ROCM/include/llvm/Support/thread.h ROCM/include/llvm/Support/type_traits.h ROCM/include/llvm/Support/xxhash.h ROCM/include/llvm/Support/FileSystem ROCM/include/llvm/Support/FileSystem/UniqueID.h ROCM/include/llvm/Support/Solaris ROCM/include/llvm/Support/Solaris/sys ROCM/include/llvm/Support/Solaris/sys/regset.h ROCM/include/llvm/Support/Windows ROCM/include/llvm/Support/Windows/WindowsSupport.h ROCM/include/llvm/TableGen ROCM/include/llvm/TableGen/Automaton.td ROCM/include/llvm/TableGen/DirectiveEmitter.h ROCM/include/llvm/TableGen/Error.h ROCM/include/llvm/TableGen/Main.h ROCM/include/llvm/TableGen/Parser.h ROCM/include/llvm/TableGen/Record.h ROCM/include/llvm/TableGen/SearchableTable.td ROCM/include/llvm/TableGen/SetTheory.h ROCM/include/llvm/TableGen/StringMatcher.h ROCM/include/llvm/TableGen/StringToOffsetTable.h ROCM/include/llvm/TableGen/TableGenBackend.h ROCM/include/llvm/Target ROCM/include/llvm/Target/CGPassBuilderOption.h ROCM/include/llvm/Target/CodeGenCWrappers.h ROCM/include/llvm/Target/GenericOpcodes.td ROCM/include/llvm/Target/Target.td ROCM/include/llvm/Target/TargetCallingConv.td ROCM/include/llvm/Target/TargetInstrPredicate.td ROCM/include/llvm/Target/TargetIntrinsicInfo.h ROCM/include/llvm/Target/TargetItinerary.td ROCM/include/llvm/Target/TargetLoweringObjectFile.h ROCM/include/llvm/Target/TargetMachine.h ROCM/include/llvm/Target/TargetOptions.h ROCM/include/llvm/Target/TargetPfmCounters.td ROCM/include/llvm/Target/TargetSchedule.td ROCM/include/llvm/Target/TargetSelectionDAG.td ROCM/include/llvm/Target/GlobalISel ROCM/include/llvm/Target/GlobalISel/Combine.td ROCM/include/llvm/Target/GlobalISel/RegisterBank.td ROCM/include/llvm/Target/GlobalISel/SelectionDAGCompat.td ROCM/include/llvm/Target/GlobalISel/Target.td ROCM/include/llvm/Testing ROCM/include/llvm/Testing/Support ROCM/include/llvm/Testing/Support/Annotations.h ROCM/include/llvm/Testing/Support/Error.h ROCM/include/llvm/Testing/Support/SupportHelpers.h ROCM/include/llvm/TextAPI ROCM/include/llvm/TextAPI/Architecture.def ROCM/include/llvm/TextAPI/Architecture.h ROCM/include/llvm/TextAPI/ArchitectureSet.h ROCM/include/llvm/TextAPI/InterfaceFile.h ROCM/include/llvm/TextAPI/PackedVersion.h ROCM/include/llvm/TextAPI/Platform.h ROCM/include/llvm/TextAPI/Symbol.h ROCM/include/llvm/TextAPI/Target.h ROCM/include/llvm/TextAPI/TextAPIReader.h ROCM/include/llvm/TextAPI/TextAPIWriter.h ROCM/include/llvm/ToolDrivers ROCM/include/llvm/ToolDrivers/llvm-dlltool ROCM/include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h ROCM/include/llvm/ToolDrivers/llvm-lib ROCM/include/llvm/ToolDrivers/llvm-lib/LibDriver.h ROCM/include/llvm/Transforms ROCM/include/llvm/Transforms/CFGuard.h ROCM/include/llvm/Transforms/IPO.h ROCM/include/llvm/Transforms/Instrumentation.h ROCM/include/llvm/Transforms/ObjCARC.h ROCM/include/llvm/Transforms/Scalar.h ROCM/include/llvm/Transforms/Utils.h ROCM/include/llvm/Transforms/Vectorize.h ROCM/include/llvm/Transforms/AggressiveInstCombine ROCM/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h ROCM/include/llvm/Transforms/Coroutines ROCM/include/llvm/Transforms/Coroutines/CoroCleanup.h ROCM/include/llvm/Transforms/Coroutines/CoroConditionalWrapper.h ROCM/include/llvm/Transforms/Coroutines/CoroEarly.h ROCM/include/llvm/Transforms/Coroutines/CoroElide.h ROCM/include/llvm/Transforms/Coroutines/CoroSplit.h ROCM/include/llvm/Transforms/IPO ROCM/include/llvm/Transforms/IPO/AlwaysInliner.h ROCM/include/llvm/Transforms/IPO/Annotation2Metadata.h ROCM/include/llvm/Transforms/IPO/ArgumentPromotion.h ROCM/include/llvm/Transforms/IPO/Attributor.h ROCM/include/llvm/Transforms/IPO/BlockExtractor.h ROCM/include/llvm/Transforms/IPO/CalledValuePropagation.h ROCM/include/llvm/Transforms/IPO/ConstantMerge.h ROCM/include/llvm/Transforms/IPO/CrossDSOCFI.h ROCM/include/llvm/Transforms/IPO/DeadArgumentElimination.h ROCM/include/llvm/Transforms/IPO/ElimAvailExtern.h ROCM/include/llvm/Transforms/IPO/ForceFunctionAttrs.h ROCM/include/llvm/Transforms/IPO/FunctionAttrs.h ROCM/include/llvm/Transforms/IPO/FunctionImport.h ROCM/include/llvm/Transforms/IPO/GlobalDCE.h ROCM/include/llvm/Transforms/IPO/GlobalOpt.h ROCM/include/llvm/Transforms/IPO/GlobalSplit.h ROCM/include/llvm/Transforms/IPO/HotColdSplitting.h ROCM/include/llvm/Transforms/IPO/IROutliner.h ROCM/include/llvm/Transforms/IPO/InferFunctionAttrs.h ROCM/include/llvm/Transforms/IPO/Inliner.h ROCM/include/llvm/Transforms/IPO/Internalize.h ROCM/include/llvm/Transforms/IPO/LoopExtractor.h ROCM/include/llvm/Transforms/IPO/LowerTypeTests.h ROCM/include/llvm/Transforms/IPO/MergeFunctions.h ROCM/include/llvm/Transforms/IPO/ModuleInliner.h ROCM/include/llvm/Transforms/IPO/OpenMPOpt.h ROCM/include/llvm/Transforms/IPO/PartialInlining.h ROCM/include/llvm/Transforms/IPO/PassManagerBuilder.h ROCM/include/llvm/Transforms/IPO/ProfiledCallGraph.h ROCM/include/llvm/Transforms/IPO/SCCP.h ROCM/include/llvm/Transforms/IPO/SampleContextTracker.h ROCM/include/llvm/Transforms/IPO/SampleProfile.h ROCM/include/llvm/Transforms/IPO/SampleProfileProbe.h ROCM/include/llvm/Transforms/IPO/StripDeadPrototypes.h ROCM/include/llvm/Transforms/IPO/StripSymbols.h ROCM/include/llvm/Transforms/IPO/SyntheticCountsPropagation.h ROCM/include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h ROCM/include/llvm/Transforms/IPO/WholeProgramDevirt.h ROCM/include/llvm/Transforms/InstCombine ROCM/include/llvm/Transforms/InstCombine/InstCombine.h ROCM/include/llvm/Transforms/InstCombine/InstCombiner.h ROCM/include/llvm/Transforms/Instrumentation ROCM/include/llvm/Transforms/Instrumentation/AddressSanitizer.h ROCM/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h ROCM/include/llvm/Transforms/Instrumentation/AddressSanitizerOptions.h ROCM/include/llvm/Transforms/Instrumentation/BoundsChecking.h ROCM/include/llvm/Transforms/Instrumentation/CGProfile.h ROCM/include/llvm/Transforms/Instrumentation/ControlHeightReduction.h ROCM/include/llvm/Transforms/Instrumentation/DataFlowSanitizer.h ROCM/include/llvm/Transforms/Instrumentation/GCOVProfiler.h ROCM/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h ROCM/include/llvm/Transforms/Instrumentation/InstrOrderFile.h ROCM/include/llvm/Transforms/Instrumentation/InstrProfiling.h ROCM/include/llvm/Transforms/Instrumentation/MemProfiler.h ROCM/include/llvm/Transforms/Instrumentation/MemorySanitizer.h ROCM/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h ROCM/include/llvm/Transforms/Instrumentation/PoisonChecking.h ROCM/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h ROCM/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h ROCM/include/llvm/Transforms/Scalar ROCM/include/llvm/Transforms/Scalar/ADCE.h ROCM/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h ROCM/include/llvm/Transforms/Scalar/AnnotationRemarks.h ROCM/include/llvm/Transforms/Scalar/BDCE.h ROCM/include/llvm/Transforms/Scalar/CallSiteSplitting.h ROCM/include/llvm/Transforms/Scalar/ConstantHoisting.h ROCM/include/llvm/Transforms/Scalar/ConstraintElimination.h ROCM/include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h ROCM/include/llvm/Transforms/Scalar/DCE.h ROCM/include/llvm/Transforms/Scalar/DFAJumpThreading.h ROCM/include/llvm/Transforms/Scalar/DeadStoreElimination.h ROCM/include/llvm/Transforms/Scalar/DivRemPairs.h ROCM/include/llvm/Transforms/Scalar/EarlyCSE.h ROCM/include/llvm/Transforms/Scalar/FlattenCFG.h ROCM/include/llvm/Transforms/Scalar/Float2Int.h ROCM/include/llvm/Transforms/Scalar/GVN.h ROCM/include/llvm/Transforms/Scalar/GVNExpression.h ROCM/include/llvm/Transforms/Scalar/GuardWidening.h ROCM/include/llvm/Transforms/Scalar/IVUsersPrinter.h ROCM/include/llvm/Transforms/Scalar/IndVarSimplify.h ROCM/include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h ROCM/include/llvm/Transforms/Scalar/InferAddressSpaces.h ROCM/include/llvm/Transforms/Scalar/InstSimplifyPass.h ROCM/include/llvm/Transforms/Scalar/JumpThreading.h ROCM/include/llvm/Transforms/Scalar/LICM.h ROCM/include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h ROCM/include/llvm/Transforms/Scalar/LoopBoundSplit.h ROCM/include/llvm/Transforms/Scalar/LoopDataPrefetch.h ROCM/include/llvm/Transforms/Scalar/LoopDeletion.h ROCM/include/llvm/Transforms/Scalar/LoopDistribute.h ROCM/include/llvm/Transforms/Scalar/LoopFlatten.h ROCM/include/llvm/Transforms/Scalar/LoopFuse.h ROCM/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h ROCM/include/llvm/Transforms/Scalar/LoopInstSimplify.h ROCM/include/llvm/Transforms/Scalar/LoopInterchange.h ROCM/include/llvm/Transforms/Scalar/LoopLoadElimination.h ROCM/include/llvm/Transforms/Scalar/LoopPassManager.h ROCM/include/llvm/Transforms/Scalar/LoopPredication.h ROCM/include/llvm/Transforms/Scalar/LoopReroll.h ROCM/include/llvm/Transforms/Scalar/LoopRotation.h ROCM/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h ROCM/include/llvm/Transforms/Scalar/LoopSink.h ROCM/include/llvm/Transforms/Scalar/LoopStrengthReduce.h ROCM/include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h ROCM/include/llvm/Transforms/Scalar/LoopUnrollPass.h ROCM/include/llvm/Transforms/Scalar/LoopVersioningLICM.h ROCM/include/llvm/Transforms/Scalar/LowerAtomicPass.h ROCM/include/llvm/Transforms/Scalar/LowerConstantIntrinsics.h ROCM/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h ROCM/include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h ROCM/include/llvm/Transforms/Scalar/LowerMatrixIntrinsics.h ROCM/include/llvm/Transforms/Scalar/LowerWidenableCondition.h ROCM/include/llvm/Transforms/Scalar/MakeGuardsExplicit.h ROCM/include/llvm/Transforms/Scalar/MemCpyOptimizer.h ROCM/include/llvm/Transforms/Scalar/MergeICmps.h ROCM/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h ROCM/include/llvm/Transforms/Scalar/NaryReassociate.h ROCM/include/llvm/Transforms/Scalar/NewGVN.h ROCM/include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h ROCM/include/llvm/Transforms/Scalar/Reassociate.h ROCM/include/llvm/Transforms/Scalar/Reg2Mem.h ROCM/include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h ROCM/include/llvm/Transforms/Scalar/SCCP.h ROCM/include/llvm/Transforms/Scalar/SROA.h ROCM/include/llvm/Transforms/Scalar/ScalarizeMaskedMemIntrin.h ROCM/include/llvm/Transforms/Scalar/Scalarizer.h ROCM/include/llvm/Transforms/Scalar/SeparateConstOffsetFromGEP.h ROCM/include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h ROCM/include/llvm/Transforms/Scalar/SimplifyCFG.h ROCM/include/llvm/Transforms/Scalar/Sink.h ROCM/include/llvm/Transforms/Scalar/SpeculativeExecution.h ROCM/include/llvm/Transforms/Scalar/StraightLineStrengthReduce.h ROCM/include/llvm/Transforms/Scalar/StructurizeCFG.h ROCM/include/llvm/Transforms/Scalar/TLSVariableHoist.h ROCM/include/llvm/Transforms/Scalar/TailRecursionElimination.h ROCM/include/llvm/Transforms/Scalar/WarnMissedTransforms.h ROCM/include/llvm/Transforms/Utils ROCM/include/llvm/Transforms/Utils/AMDGPUEmitPrintf.h ROCM/include/llvm/Transforms/Utils/ASanStackFrameLayout.h ROCM/include/llvm/Transforms/Utils/AddDiscriminators.h ROCM/include/llvm/Transforms/Utils/AssumeBundleBuilder.h ROCM/include/llvm/Transforms/Utils/BasicBlockUtils.h ROCM/include/llvm/Transforms/Utils/BreakCriticalEdges.h ROCM/include/llvm/Transforms/Utils/BuildLibCalls.h ROCM/include/llvm/Transforms/Utils/BypassSlowDivision.h ROCM/include/llvm/Transforms/Utils/CallGraphUpdater.h ROCM/include/llvm/Transforms/Utils/CallPromotionUtils.h ROCM/include/llvm/Transforms/Utils/CanonicalizeAliases.h ROCM/include/llvm/Transforms/Utils/CanonicalizeFreezeInLoops.h ROCM/include/llvm/Transforms/Utils/Cloning.h ROCM/include/llvm/Transforms/Utils/CodeExtractor.h ROCM/include/llvm/Transforms/Utils/CodeLayout.h ROCM/include/llvm/Transforms/Utils/CodeMoverUtils.h ROCM/include/llvm/Transforms/Utils/CtorUtils.h ROCM/include/llvm/Transforms/Utils/Debugify.h ROCM/include/llvm/Transforms/Utils/EntryExitInstrumenter.h ROCM/include/llvm/Transforms/Utils/EscapeEnumerator.h ROCM/include/llvm/Transforms/Utils/Evaluator.h ROCM/include/llvm/Transforms/Utils/FixIrreducible.h ROCM/include/llvm/Transforms/Utils/FunctionComparator.h ROCM/include/llvm/Transforms/Utils/FunctionImportUtils.h ROCM/include/llvm/Transforms/Utils/GlobalStatus.h ROCM/include/llvm/Transforms/Utils/GuardUtils.h ROCM/include/llvm/Transforms/Utils/HelloWorld.h ROCM/include/llvm/Transforms/Utils/InjectTLIMappings.h ROCM/include/llvm/Transforms/Utils/InstructionNamer.h ROCM/include/llvm/Transforms/Utils/InstructionWorklist.h ROCM/include/llvm/Transforms/Utils/IntegerDivision.h ROCM/include/llvm/Transforms/Utils/LCSSA.h ROCM/include/llvm/Transforms/Utils/LibCallsShrinkWrap.h ROCM/include/llvm/Transforms/Utils/Local.h ROCM/include/llvm/Transforms/Utils/LoopPeel.h ROCM/include/llvm/Transforms/Utils/LoopRotationUtils.h ROCM/include/llvm/Transforms/Utils/LoopSimplify.h ROCM/include/llvm/Transforms/Utils/LoopUtils.h ROCM/include/llvm/Transforms/Utils/LoopVersioning.h ROCM/include/llvm/Transforms/Utils/LowerAtomic.h ROCM/include/llvm/Transforms/Utils/LowerGlobalDtors.h ROCM/include/llvm/Transforms/Utils/LowerInvoke.h ROCM/include/llvm/Transforms/Utils/LowerMemIntrinsics.h ROCM/include/llvm/Transforms/Utils/LowerSwitch.h ROCM/include/llvm/Transforms/Utils/MatrixUtils.h ROCM/include/llvm/Transforms/Utils/Mem2Reg.h ROCM/include/llvm/Transforms/Utils/MemoryOpRemark.h ROCM/include/llvm/Transforms/Utils/MemoryTaggingSupport.h ROCM/include/llvm/Transforms/Utils/MetaRenamer.h ROCM/include/llvm/Transforms/Utils/MisExpect.h ROCM/include/llvm/Transforms/Utils/ModuleUtils.h ROCM/include/llvm/Transforms/Utils/NameAnonGlobals.h ROCM/include/llvm/Transforms/Utils/PredicateInfo.h ROCM/include/llvm/Transforms/Utils/PromoteMemToReg.h ROCM/include/llvm/Transforms/Utils/RelLookupTableConverter.h ROCM/include/llvm/Transforms/Utils/SCCPSolver.h ROCM/include/llvm/Transforms/Utils/SSAUpdater.h ROCM/include/llvm/Transforms/Utils/SSAUpdaterBulk.h ROCM/include/llvm/Transforms/Utils/SSAUpdaterImpl.h ROCM/include/llvm/Transforms/Utils/SampleProfileInference.h ROCM/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h ROCM/include/llvm/Transforms/Utils/SampleProfileLoaderBaseUtil.h ROCM/include/llvm/Transforms/Utils/SanitizerStats.h ROCM/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h ROCM/include/llvm/Transforms/Utils/SimplifyCFGOptions.h ROCM/include/llvm/Transforms/Utils/SimplifyIndVar.h ROCM/include/llvm/Transforms/Utils/SimplifyLibCalls.h ROCM/include/llvm/Transforms/Utils/SizeOpts.h ROCM/include/llvm/Transforms/Utils/SplitModule.h ROCM/include/llvm/Transforms/Utils/StripGCRelocates.h ROCM/include/llvm/Transforms/Utils/StripNonLineTableDebugInfo.h ROCM/include/llvm/Transforms/Utils/SymbolRewriter.h ROCM/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h ROCM/include/llvm/Transforms/Utils/UnifyLoopExits.h ROCM/include/llvm/Transforms/Utils/UnrollLoop.h ROCM/include/llvm/Transforms/Utils/VNCoercion.h ROCM/include/llvm/Transforms/Utils/ValueMapper.h ROCM/include/llvm/Transforms/Vectorize ROCM/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h ROCM/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h ROCM/include/llvm/Transforms/Vectorize/LoopVectorize.h ROCM/include/llvm/Transforms/Vectorize/SLPVectorizer.h ROCM/include/llvm/Transforms/Vectorize/VectorCombine.h ROCM/include/llvm/WindowsDriver ROCM/include/llvm/WindowsDriver/MSVCPaths.h ROCM/include/llvm/WindowsDriver/MSVCSetupApi.h ROCM/include/llvm/WindowsManifest ROCM/include/llvm/WindowsManifest/WindowsManifestMerger.h ROCM/include/llvm/WindowsResource ROCM/include/llvm/WindowsResource/ResourceProcessor.h ROCM/include/llvm/WindowsResource/ResourceScriptToken.h ROCM/include/llvm/WindowsResource/ResourceScriptTokenList.h ROCM/include/llvm/XRay ROCM/include/llvm/XRay/BlockIndexer.h ROCM/include/llvm/XRay/BlockPrinter.h ROCM/include/llvm/XRay/BlockVerifier.h ROCM/include/llvm/XRay/FDRLogBuilder.h ROCM/include/llvm/XRay/FDRRecordConsumer.h ROCM/include/llvm/XRay/FDRRecordProducer.h ROCM/include/llvm/XRay/FDRRecords.h ROCM/include/llvm/XRay/FDRTraceExpander.h ROCM/include/llvm/XRay/FDRTraceWriter.h ROCM/include/llvm/XRay/FileHeaderReader.h ROCM/include/llvm/XRay/Graph.h ROCM/include/llvm/XRay/InstrumentationMap.h ROCM/include/llvm/XRay/Profile.h ROCM/include/llvm/XRay/RecordPrinter.h ROCM/include/llvm/XRay/Trace.h ROCM/include/llvm/XRay/XRayRecord.h ROCM/include/llvm/XRay/YAMLXRayRecord.h ROCM/include/llvm-c ROCM/include/llvm-c/Analysis.h ROCM/include/llvm-c/BitReader.h ROCM/include/llvm-c/BitWriter.h ROCM/include/llvm-c/Comdat.h ROCM/include/llvm-c/Core.h ROCM/include/llvm-c/DataTypes.h ROCM/include/llvm-c/DebugInfo.h ROCM/include/llvm-c/Deprecated.h ROCM/include/llvm-c/Disassembler.h ROCM/include/llvm-c/DisassemblerTypes.h ROCM/include/llvm-c/Error.h ROCM/include/llvm-c/ErrorHandling.h ROCM/include/llvm-c/ExecutionEngine.h ROCM/include/llvm-c/ExternC.h ROCM/include/llvm-c/IRReader.h ROCM/include/llvm-c/Initialization.h ROCM/include/llvm-c/LLJIT.h ROCM/include/llvm-c/Linker.h ROCM/include/llvm-c/Object.h ROCM/include/llvm-c/Orc.h ROCM/include/llvm-c/OrcEE.h ROCM/include/llvm-c/Remarks.h ROCM/include/llvm-c/Support.h ROCM/include/llvm-c/Target.h ROCM/include/llvm-c/TargetMachine.h ROCM/include/llvm-c/Types.h ROCM/include/llvm-c/blake3.h ROCM/include/llvm-c/lto.h ROCM/include/llvm-c/Transforms ROCM/include/llvm-c/Transforms/AggressiveInstCombine.h ROCM/include/llvm-c/Transforms/IPO.h ROCM/include/llvm-c/Transforms/InstCombine.h ROCM/include/llvm-c/Transforms/PassBuilder.h ROCM/include/llvm-c/Transforms/PassManagerBuilder.h ROCM/include/llvm-c/Transforms/Scalar.h ROCM/include/llvm-c/Transforms/Utils.h ROCM/include/llvm-c/Transforms/Vectorize.h ROCM/include/orc ROCM/include/orc/c_api.h ROCM/include/profile ROCM/include/profile/InstrProfData.inc ROCM/include/sanitizer ROCM/include/sanitizer/lsan_interface.h ROCM/include/sanitizer/allocator_interface.h ROCM/include/sanitizer/asan_interface.h ROCM/include/sanitizer/common_interface_defs.h ROCM/include/sanitizer/coverage_interface.h ROCM/include/sanitizer/dfsan_interface.h ROCM/include/sanitizer/hwasan_interface.h ROCM/include/sanitizer/linux_syscall_hooks.h ROCM/include/sanitizer/msan_interface.h ROCM/include/sanitizer/netbsd_syscall_hooks.h ROCM/include/sanitizer/scudo_interface.h ROCM/include/sanitizer/tsan_interface.h ROCM/include/sanitizer/tsan_interface_atomic.h ROCM/include/sanitizer/ubsan_interface.h ROCM/include/xray ROCM/include/xray/xray_interface.h ROCM/include/xray/xray_log_interface.h ROCM/include/xray/xray_records.h ROCM/lib ROCM/lib/.hipInfo ROCM/lib/libamdhip64.so ROCM/lib/libamdhip64.so.5 ROCM/lib/libhiprtc-builtins.so ROCM/lib/libhiprtc-builtins.so.5 ROCM/lib/libhiprtc.so ROCM/lib/libhiprtc.so.5 ROCM/lib/libhiprtc-builtins.so.5.3.22061 ROCM/lib/libamdhip64.so.5.3.22061 ROCM/lib/cmake ROCM/lib/cmake/hip ROCM/lib/cmake/hip/FindHIP.cmake ROCM/lib/cmake/hip/hip-config-version.cmake ROCM/lib/cmake/hip/hip-targets.cmake ROCM/lib/cmake/hip/FindHIP ROCM/lib/cmake/hip/FindHIP/run_hipcc.cmake ROCM/lib/cmake/hip/FindHIP/run_make2cmake.cmake ROCM/lib/cmake/hip/hip-config.cmake ROCM/lib/cmake/hip/hip-targets-release.cmake ROCM/lib/cmake/hip-lang ROCM/lib/cmake/hip-lang/hip-lang-config-version.cmake ROCM/lib/cmake/hip-lang/hip-lang-targets.cmake ROCM/lib/cmake/hip-lang/hip-lang-config.cmake ROCM/lib/cmake/hip-lang/hip-lang-targets-release.cmake ROCM/lib/cmake/hsa-runtime64 ROCM/lib/cmake/hsa-runtime64/hsa-runtime64-config-version.cmake ROCM/lib/cmake/hsa-runtime64/hsa-runtime64-config.cmake ROCM/lib/cmake/hsa-runtime64/hsa-runtime64Targets-release.cmake ROCM/lib/cmake/hsa-runtime64/hsa-runtime64Targets.cmake ROCM/lib/cmake/AMDDeviceLibs ROCM/lib/cmake/AMDDeviceLibs/AMDDeviceLibsConfig.cmake ROCM/lib/cmake/amd_comgr ROCM/lib/cmake/amd_comgr/amd_comgr-config-version.cmake ROCM/lib/cmake/amd_comgr/amd_comgr-config.cmake ROCM/lib/cmake/amd_comgr/amd_comgr-targets-release.cmake ROCM/lib/cmake/amd_comgr/amd_comgr-targets.cmake ROCM/lib/cmake/clang ROCM/lib/cmake/clang/AddClang.cmake ROCM/lib/cmake/clang/ClangTargets.cmake ROCM/lib/cmake/clang/ClangConfig.cmake ROCM/lib/cmake/clang/ClangTargets-release.cmake ROCM/lib/cmake/lld ROCM/lib/cmake/lld/LLDTargets.cmake ROCM/lib/cmake/lld/LLDConfig.cmake ROCM/lib/cmake/lld/LLDTargets-release.cmake ROCM/lib/cmake/llvm ROCM/lib/cmake/llvm/AddLLVM.cmake ROCM/lib/cmake/llvm/AddLLVMDefinitions.cmake ROCM/lib/cmake/llvm/AddOCaml.cmake ROCM/lib/cmake/llvm/AddSphinxTarget.cmake ROCM/lib/cmake/llvm/CheckAtomic.cmake ROCM/lib/cmake/llvm/CheckCompilerVersion.cmake ROCM/lib/cmake/llvm/CheckProblematicConfigurations.cmake ROCM/lib/cmake/llvm/ChooseMSVCCRT.cmake ROCM/lib/cmake/llvm/CoverageReport.cmake ROCM/lib/cmake/llvm/CrossCompile.cmake ROCM/lib/cmake/llvm/DetermineGCCCompatible.cmake ROCM/lib/cmake/llvm/FindFFI.cmake ROCM/lib/cmake/llvm/FindGRPC.cmake ROCM/lib/cmake/llvm/FindLibpfm.cmake ROCM/lib/cmake/llvm/FindOCaml.cmake ROCM/lib/cmake/llvm/FindSphinx.cmake ROCM/lib/cmake/llvm/FindTerminfo.cmake ROCM/lib/cmake/llvm/FindZ3.cmake ROCM/lib/cmake/llvm/GenerateVersionFromVCS.cmake ROCM/lib/cmake/llvm/GetErrcMessages.cmake ROCM/lib/cmake/llvm/GetLibraryName.cmake ROCM/lib/cmake/llvm/HandleLLVMOptions.cmake ROCM/lib/cmake/llvm/HandleLLVMStdlib.cmake ROCM/lib/cmake/llvm/LLVM-Build.cmake ROCM/lib/cmake/llvm/LLVM-Config.cmake ROCM/lib/cmake/llvm/LLVMCheckLinkerFlag.cmake ROCM/lib/cmake/llvm/LLVMConfigExtensions.cmake ROCM/lib/cmake/llvm/LLVMConfigVersion.cmake ROCM/lib/cmake/llvm/LLVMDistributionSupport.cmake ROCM/lib/cmake/llvm/LLVMExports.cmake ROCM/lib/cmake/llvm/LLVMExternalProjectUtils.cmake ROCM/lib/cmake/llvm/LLVMInstallSymlink.cmake ROCM/lib/cmake/llvm/LLVMProcessSources.cmake ROCM/lib/cmake/llvm/TableGen.cmake ROCM/lib/cmake/llvm/TensorFlowCompile.cmake ROCM/lib/cmake/llvm/UseLibtool.cmake ROCM/lib/cmake/llvm/VersionFromVCS.cmake ROCM/lib/cmake/llvm/llvm-driver-template.cpp.in ROCM/lib/cmake/llvm/LLVMConfig.cmake ROCM/lib/cmake/llvm/LLVMExports-release.cmake ROCM/lib/libhiprtc.so.5.3.22061 ROCM/lib/libhsa-runtime64.so.1.7.0 ROCM/lib/libhsa-runtime64.so ROCM/lib/libhsa-runtime64.so.1 ROCM/lib/libamd_comgr.so ROCM/lib/libamd_comgr.so.2 ROCM/lib/libamd_comgr.so.2.4.0 ROCM/lib/libLLVMExtensions.a ROCM/lib/libLLVMFrontendOpenACC.a ROCM/lib/libLLVMAMDGPUAsmParser.a ROCM/lib/libLLVMAMDGPUCodeGen.a ROCM/lib/libLLVMAMDGPUDesc.a ROCM/lib/libLLVMAMDGPUDisassembler.a ROCM/lib/libLLVMAMDGPUInfo.a ROCM/lib/libLLVMAMDGPUTargetMCA.a ROCM/lib/libLLVMAMDGPUUtils.a ROCM/lib/libLLVMAggressiveInstCombine.a ROCM/lib/libLLVMAnalysis.a ROCM/lib/libLLVMAsmParser.a ROCM/lib/libLLVMAsmPrinter.a ROCM/lib/libLLVMBinaryFormat.a ROCM/lib/libLLVMBitReader.a ROCM/lib/libLLVMBitWriter.a ROCM/lib/libLLVMBitstreamReader.a ROCM/lib/libLLVMCFGuard.a ROCM/lib/libLLVMCFIVerify.a ROCM/lib/libLLVMCodeGen.a ROCM/lib/libLLVMCore.a ROCM/lib/libLLVMCoroutines.a ROCM/lib/libLLVMCoverage.a ROCM/lib/libLLVMDWARFLinker.a ROCM/lib/libLLVMDWP.a ROCM/lib/libLLVMDebugInfoCodeView.a ROCM/lib/libLLVMDebugInfoDWARF.a ROCM/lib/libLLVMDebugInfoGSYM.a ROCM/lib/libLLVMDebugInfoMSF.a ROCM/lib/libLLVMDebugInfoPDB.a ROCM/lib/libLLVMDebuginfod.a ROCM/lib/libLLVMDemangle.a ROCM/lib/libLLVMDiff.a ROCM/lib/libLLVMDlltoolDriver.a ROCM/lib/libLLVMExecutionEngine.a ROCM/lib/libLLVMExegesis.a ROCM/lib/libLLVMExegesisX86.a ROCM/lib/libLLVMFileCheck.a ROCM/lib/libLLVMFrontendOpenMP.a ROCM/lib/libLLVMFuzzMutate.a ROCM/lib/libLLVMFuzzerCLI.a ROCM/lib/libLLVMGlobalISel.a ROCM/lib/libLLVMIRReader.a ROCM/lib/libLLVMInstCombine.a ROCM/lib/libLLVMInstrumentation.a ROCM/lib/libLLVMInterfaceStub.a ROCM/lib/libLLVMInterpreter.a ROCM/lib/libLLVMJITLink.a ROCM/lib/libLLVMLTO.a ROCM/lib/libLLVMLibDriver.a ROCM/lib/libLLVMLineEditor.a ROCM/lib/libLLVMLinker.a ROCM/lib/libLLVMMC.a ROCM/lib/libLLVMMCA.a ROCM/lib/libLLVMMCDisassembler.a ROCM/lib/libLLVMMCJIT.a ROCM/lib/libLLVMMCParser.a ROCM/lib/libLLVMMIRParser.a ROCM/lib/libLLVMObjCARCOpts.a ROCM/lib/libLLVMObjCopy.a ROCM/lib/libLLVMObject.a ROCM/lib/libLLVMObjectYAML.a ROCM/lib/libLLVMOffloadArch.a ROCM/lib/libLLVMOption.a ROCM/lib/libLLVMOrcJIT.a ROCM/lib/libLLVMOrcShared.a ROCM/lib/libLLVMOrcTargetProcess.a ROCM/lib/libLLVMPasses.a ROCM/lib/libLLVMProfileData.a ROCM/lib/libLLVMRemarks.a ROCM/lib/libLLVMRuntimeDyld.a ROCM/lib/libLLVMScalarOpts.a ROCM/lib/libLLVMSelectionDAG.a ROCM/lib/libLLVMSupport.a ROCM/lib/libLLVMSymbolize.a ROCM/lib/libLLVMTableGen.a ROCM/lib/libLLVMTableGenGlobalISel.a ROCM/lib/libLLVMTarget.a ROCM/lib/libLLVMTextAPI.a ROCM/lib/libLLVMTransformUtils.a ROCM/lib/libLLVMVectorize.a ROCM/lib/libLLVMWindowsDriver.a ROCM/lib/libLLVMWindowsManifest.a ROCM/lib/libLLVMX86AsmParser.a ROCM/lib/libLLVMX86CodeGen.a ROCM/lib/libLLVMX86Desc.a ROCM/lib/libLLVMX86Disassembler.a ROCM/lib/libLLVMX86Info.a ROCM/lib/libLLVMX86TargetMCA.a ROCM/lib/libLLVMXRay.a ROCM/lib/libLLVMipo.a ROCM/lib/libLTO.so ROCM/lib/libRemarks.so ROCM/lib/libclang-cpp.so ROCM/lib/libclang.so ROCM/lib/libclang.so.13 ROCM/lib/libclangAPINotes.a ROCM/lib/libclangARCMigrate.a ROCM/lib/libclangAST.a ROCM/lib/libclangASTMatchers.a ROCM/lib/libclangAnalysis.a ROCM/lib/libclangAnalysisFlowSensitive.a ROCM/lib/libclangAnalysisFlowSensitiveModels.a ROCM/lib/libclangBasic.a ROCM/lib/libclangCodeGen.a ROCM/lib/libclangCrossTU.a ROCM/lib/libclangDependencyScanning.a ROCM/lib/libclangDirectoryWatcher.a ROCM/lib/libclangDriver.a ROCM/lib/libclangDynamicASTMatchers.a ROCM/lib/libclangEdit.a ROCM/lib/libclangExtractAPI.a ROCM/lib/libclangFormat.a ROCM/lib/libclangFrontend.a ROCM/lib/libclangFrontendTool.a ROCM/lib/libclangHandleCXX.a ROCM/lib/libclangHandleLLVM.a ROCM/lib/libclangIndex.a ROCM/lib/libclangIndexSerialization.a ROCM/lib/libclangInterpreter.a ROCM/lib/libclangLex.a ROCM/lib/libclangParse.a ROCM/lib/libclangRewrite.a ROCM/lib/libclangRewriteFrontend.a ROCM/lib/libclangSema.a ROCM/lib/libclangSerialization.a ROCM/lib/libclangStaticAnalyzerCheckers.a ROCM/lib/libclangStaticAnalyzerCore.a ROCM/lib/libclangStaticAnalyzerFrontend.a ROCM/lib/libclangSupport.a ROCM/lib/libclangTooling.a ROCM/lib/libclangToolingASTDiff.a ROCM/lib/libclangToolingCore.a ROCM/lib/libclangToolingInclusions.a ROCM/lib/libclangToolingRefactoring.a ROCM/lib/libclangToolingSyntax.a ROCM/lib/libclangTransformer.a ROCM/lib/liblldCOFF.a ROCM/lib/liblldCommon.a ROCM/lib/liblldELF.a ROCM/lib/liblldMachO.a ROCM/lib/liblldMinGW.a ROCM/lib/liblldWasm.a ROCM/lib/LLVMPromotePointerKernArgsToGlobal.so ROCM/lib/LLVMSelectAcceleratorCode.so ROCM/lib/clang ROCM/lib/clang/15.0.0 ROCM/lib/clang/15.0.0/include ROCM/lib/clang/15.0.0/include/__clang_cuda_builtin_vars.h ROCM/lib/clang/15.0.0/include/__clang_cuda_cmath.h ROCM/lib/clang/15.0.0/include/__clang_cuda_complex_builtins.h ROCM/lib/clang/15.0.0/include/__clang_cuda_device_functions.h ROCM/lib/clang/15.0.0/include/__clang_cuda_intrinsics.h ROCM/lib/clang/15.0.0/include/__clang_cuda_libdevice_declares.h ROCM/lib/clang/15.0.0/include/__clang_cuda_math.h ROCM/lib/clang/15.0.0/include/__clang_cuda_math_forward_declares.h ROCM/lib/clang/15.0.0/include/__clang_cuda_runtime_wrapper.h ROCM/lib/clang/15.0.0/include/__clang_cuda_texture_intrinsics.h ROCM/lib/clang/15.0.0/include/__clang_hip_cmath.h ROCM/lib/clang/15.0.0/include/__clang_hip_libdevice_declares.h ROCM/lib/clang/15.0.0/include/__clang_hip_math.h ROCM/lib/clang/15.0.0/include/__clang_hip_runtime_wrapper.h ROCM/lib/clang/15.0.0/include/__stddef_max_align_t.h ROCM/lib/clang/15.0.0/include/__wmmintrin_aes.h ROCM/lib/clang/15.0.0/include/__wmmintrin_pclmul.h ROCM/lib/clang/15.0.0/include/adxintrin.h ROCM/lib/clang/15.0.0/include/altivec.h ROCM/lib/clang/15.0.0/include/ammintrin.h ROCM/lib/clang/15.0.0/include/amxintrin.h ROCM/lib/clang/15.0.0/include/arm64intr.h ROCM/lib/clang/15.0.0/include/arm_acle.h ROCM/lib/clang/15.0.0/include/arm_cmse.h ROCM/lib/clang/15.0.0/include/armintr.h ROCM/lib/clang/15.0.0/include/avx2intrin.h ROCM/lib/clang/15.0.0/include/avx512bf16intrin.h ROCM/lib/clang/15.0.0/include/avx512bitalgintrin.h ROCM/lib/clang/15.0.0/include/avx512bwintrin.h ROCM/lib/clang/15.0.0/include/avx512cdintrin.h ROCM/lib/clang/15.0.0/include/avx512dqintrin.h ROCM/lib/clang/15.0.0/include/avx512erintrin.h ROCM/lib/clang/15.0.0/include/avx512fintrin.h ROCM/lib/clang/15.0.0/include/avx512fp16intrin.h ROCM/lib/clang/15.0.0/include/avx512ifmaintrin.h ROCM/lib/clang/15.0.0/include/avx512ifmavlintrin.h ROCM/lib/clang/15.0.0/include/avx512pfintrin.h ROCM/lib/clang/15.0.0/include/avx512vbmi2intrin.h ROCM/lib/clang/15.0.0/include/avx512vbmiintrin.h ROCM/lib/clang/15.0.0/include/avx512vbmivlintrin.h ROCM/lib/clang/15.0.0/include/avx512vlbf16intrin.h ROCM/lib/clang/15.0.0/include/avx512vlbitalgintrin.h ROCM/lib/clang/15.0.0/include/avx512vlbwintrin.h ROCM/lib/clang/15.0.0/include/avx512vlcdintrin.h ROCM/lib/clang/15.0.0/include/avx512vldqintrin.h ROCM/lib/clang/15.0.0/include/avx512vlfp16intrin.h ROCM/lib/clang/15.0.0/include/avx512vlintrin.h ROCM/lib/clang/15.0.0/include/avx512vlvbmi2intrin.h ROCM/lib/clang/15.0.0/include/avx512vlvnniintrin.h ROCM/lib/clang/15.0.0/include/avx512vlvp2intersectintrin.h ROCM/lib/clang/15.0.0/include/avx512vnniintrin.h ROCM/lib/clang/15.0.0/include/avx512vp2intersectintrin.h ROCM/lib/clang/15.0.0/include/avx512vpopcntdqintrin.h ROCM/lib/clang/15.0.0/include/avx512vpopcntdqvlintrin.h ROCM/lib/clang/15.0.0/include/avxintrin.h ROCM/lib/clang/15.0.0/include/avxvnniintrin.h ROCM/lib/clang/15.0.0/include/bmi2intrin.h ROCM/lib/clang/15.0.0/include/bmiintrin.h ROCM/lib/clang/15.0.0/include/builtins.h ROCM/lib/clang/15.0.0/include/cet.h ROCM/lib/clang/15.0.0/include/cetintrin.h ROCM/lib/clang/15.0.0/include/cldemoteintrin.h ROCM/lib/clang/15.0.0/include/clflushoptintrin.h ROCM/lib/clang/15.0.0/include/clwbintrin.h ROCM/lib/clang/15.0.0/include/clzerointrin.h ROCM/lib/clang/15.0.0/include/cpuid.h ROCM/lib/clang/15.0.0/include/crc32intrin.h ROCM/lib/clang/15.0.0/include/emmintrin.h ROCM/lib/clang/15.0.0/include/enqcmdintrin.h ROCM/lib/clang/15.0.0/include/f16cintrin.h ROCM/lib/clang/15.0.0/include/float.h ROCM/lib/clang/15.0.0/include/fma4intrin.h ROCM/lib/clang/15.0.0/include/fmaintrin.h ROCM/lib/clang/15.0.0/include/fxsrintrin.h ROCM/lib/clang/15.0.0/include/gfniintrin.h ROCM/lib/clang/15.0.0/include/hexagon_circ_brev_intrinsics.h ROCM/lib/clang/15.0.0/include/hexagon_protos.h ROCM/lib/clang/15.0.0/include/hexagon_types.h ROCM/lib/clang/15.0.0/include/hlsl.h ROCM/lib/clang/15.0.0/include/hlsl_basic_types.h ROCM/lib/clang/15.0.0/include/hlsl_intrinsics.h ROCM/lib/clang/15.0.0/include/hresetintrin.h ROCM/lib/clang/15.0.0/include/htmintrin.h ROCM/lib/clang/15.0.0/include/htmxlintrin.h ROCM/lib/clang/15.0.0/include/hvx_hexagon_protos.h ROCM/lib/clang/15.0.0/include/ia32intrin.h ROCM/lib/clang/15.0.0/include/immintrin.h ROCM/lib/clang/15.0.0/include/intrin.h ROCM/lib/clang/15.0.0/include/inttypes.h ROCM/lib/clang/15.0.0/include/invpcidintrin.h ROCM/lib/clang/15.0.0/include/iso646.h ROCM/lib/clang/15.0.0/include/keylockerintrin.h ROCM/lib/clang/15.0.0/include/limits.h ROCM/lib/clang/15.0.0/include/lwpintrin.h ROCM/lib/clang/15.0.0/include/lzcntintrin.h ROCM/lib/clang/15.0.0/include/mm3dnow.h ROCM/lib/clang/15.0.0/include/mm_malloc.h ROCM/lib/clang/15.0.0/include/mmintrin.h ROCM/lib/clang/15.0.0/include/module.modulemap ROCM/lib/clang/15.0.0/include/movdirintrin.h ROCM/lib/clang/15.0.0/include/msa.h ROCM/lib/clang/15.0.0/include/mwaitxintrin.h ROCM/lib/clang/15.0.0/include/nmmintrin.h ROCM/lib/clang/15.0.0/include/omp_libmextras.h ROCM/lib/clang/15.0.0/include/opencl-c-base.h ROCM/lib/clang/15.0.0/include/opencl-c.h ROCM/lib/clang/15.0.0/include/pconfigintrin.h ROCM/lib/clang/15.0.0/include/pkuintrin.h ROCM/lib/clang/15.0.0/include/pmmintrin.h ROCM/lib/clang/15.0.0/include/popcntintrin.h ROCM/lib/clang/15.0.0/include/prfchwintrin.h ROCM/lib/clang/15.0.0/include/ptwriteintrin.h ROCM/lib/clang/15.0.0/include/rdseedintrin.h ROCM/lib/clang/15.0.0/include/rtmintrin.h ROCM/lib/clang/15.0.0/include/s390intrin.h ROCM/lib/clang/15.0.0/include/serializeintrin.h ROCM/lib/clang/15.0.0/include/sgxintrin.h ROCM/lib/clang/15.0.0/include/shaintrin.h ROCM/lib/clang/15.0.0/include/smmintrin.h ROCM/lib/clang/15.0.0/include/stdalign.h ROCM/lib/clang/15.0.0/include/stdarg.h ROCM/lib/clang/15.0.0/include/stdatomic.h ROCM/lib/clang/15.0.0/include/stdbool.h ROCM/lib/clang/15.0.0/include/stddef.h ROCM/lib/clang/15.0.0/include/stdint.h ROCM/lib/clang/15.0.0/include/stdnoreturn.h ROCM/lib/clang/15.0.0/include/tbmintrin.h ROCM/lib/clang/15.0.0/include/tgmath.h ROCM/lib/clang/15.0.0/include/tmmintrin.h ROCM/lib/clang/15.0.0/include/tsxldtrkintrin.h ROCM/lib/clang/15.0.0/include/uintrintrin.h ROCM/lib/clang/15.0.0/include/unwind.h ROCM/lib/clang/15.0.0/include/vadefs.h ROCM/lib/clang/15.0.0/include/vaesintrin.h ROCM/lib/clang/15.0.0/include/varargs.h ROCM/lib/clang/15.0.0/include/vecintrin.h ROCM/lib/clang/15.0.0/include/velintrin.h ROCM/lib/clang/15.0.0/include/velintrin_approx.h ROCM/lib/clang/15.0.0/include/velintrin_gen.h ROCM/lib/clang/15.0.0/include/vpclmulqdqintrin.h ROCM/lib/clang/15.0.0/include/waitpkgintrin.h ROCM/lib/clang/15.0.0/include/wasm_simd128.h ROCM/lib/clang/15.0.0/include/wbnoinvdintrin.h ROCM/lib/clang/15.0.0/include/wmmintrin.h ROCM/lib/clang/15.0.0/include/x86gprintrin.h ROCM/lib/clang/15.0.0/include/x86intrin.h ROCM/lib/clang/15.0.0/include/xmmintrin.h ROCM/lib/clang/15.0.0/include/xopintrin.h ROCM/lib/clang/15.0.0/include/xsavecintrin.h ROCM/lib/clang/15.0.0/include/xsaveintrin.h ROCM/lib/clang/15.0.0/include/xsaveoptintrin.h ROCM/lib/clang/15.0.0/include/xsavesintrin.h ROCM/lib/clang/15.0.0/include/xtestintrin.h ROCM/lib/clang/15.0.0/include/cuda_wrappers ROCM/lib/clang/15.0.0/include/cuda_wrappers/algorithm ROCM/lib/clang/15.0.0/include/cuda_wrappers/complex ROCM/lib/clang/15.0.0/include/cuda_wrappers/new ROCM/lib/clang/15.0.0/include/openmp_wrappers ROCM/lib/clang/15.0.0/include/openmp_wrappers/__clang_openmp_device_functions.h ROCM/lib/clang/15.0.0/include/openmp_wrappers/cmath ROCM/lib/clang/15.0.0/include/openmp_wrappers/complex ROCM/lib/clang/15.0.0/include/openmp_wrappers/complex.h ROCM/lib/clang/15.0.0/include/openmp_wrappers/complex_cmath.h ROCM/lib/clang/15.0.0/include/openmp_wrappers/hip_runtime.h ROCM/lib/clang/15.0.0/include/openmp_wrappers/math.h ROCM/lib/clang/15.0.0/include/openmp_wrappers/new ROCM/lib/clang/15.0.0/include/ppc_wrappers ROCM/lib/clang/15.0.0/include/ppc_wrappers/bmi2intrin.h ROCM/lib/clang/15.0.0/include/ppc_wrappers/bmiintrin.h ROCM/lib/clang/15.0.0/include/ppc_wrappers/emmintrin.h ROCM/lib/clang/15.0.0/include/ppc_wrappers/immintrin.h ROCM/lib/clang/15.0.0/include/ppc_wrappers/mm_malloc.h ROCM/lib/clang/15.0.0/include/ppc_wrappers/mmintrin.h ROCM/lib/clang/15.0.0/include/ppc_wrappers/pmmintrin.h ROCM/lib/clang/15.0.0/include/ppc_wrappers/smmintrin.h ROCM/lib/clang/15.0.0/include/ppc_wrappers/tmmintrin.h ROCM/lib/clang/15.0.0/include/ppc_wrappers/x86gprintrin.h ROCM/lib/clang/15.0.0/include/ppc_wrappers/x86intrin.h ROCM/lib/clang/15.0.0/include/ppc_wrappers/xmmintrin.h ROCM/lib/clang/15.0.0/lib ROCM/lib/clang/15.0.0/lib/linux ROCM/lib/clang/15.0.0/lib/linux/clang_rt.crtbegin-x86_64.o ROCM/lib/clang/15.0.0/lib/linux/clang_rt.crtend-x86_64.o ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.asan-preinit-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.asan-x86_64.a.syms ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.asan_cxx-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.asan_cxx-x86_64.a.syms ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.memprof_cxx-x86_64.a.syms ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.asan_static-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.builtins-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.dfsan-x86_64.a.syms ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.fuzzer-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.fuzzer_interceptors-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.fuzzer_no_main-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.gwp_asan-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.hwasan-preinit-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.hwasan-x86_64.a.syms ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.hwasan_aliases-x86_64.a.syms ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.hwasan_aliases_cxx-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.hwasan_cxx-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.hwasan_aliases_cxx-x86_64.a.syms ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.hwasan_cxx-x86_64.a.syms ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.memprof-preinit-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.memprof-x86_64.a.syms ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.memprof_cxx-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.msan-x86_64.a.syms ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.msan_cxx-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.msan_cxx-x86_64.a.syms ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.orc-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.profile-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.safestack-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.scudo_cxx-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.scudo_cxx_minimal-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.scudo_standalone-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.scudo_standalone_cxx-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.stats_client-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.tsan-x86_64.a.syms ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.tsan_cxx-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.tsan_cxx-x86_64.a.syms ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.ubsan_minimal-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.ubsan_minimal-x86_64.a.syms ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.ubsan_standalone_cxx-x86_64.a.syms ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.ubsan_standalone-x86_64.a.syms ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.ubsan_standalone_cxx-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.xray-basic-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.xray-fdr-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.xray-profiling-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.asan-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.asan-x86_64.so ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.cfi-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.cfi_diag-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.dd-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.dfsan-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.dyndd-x86_64.so ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.hwasan-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.hwasan-x86_64.so ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.hwasan_aliases-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.hwasan_aliases-x86_64.so ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.lsan-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.memprof-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.memprof-x86_64.so ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.msan-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.scudo-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.scudo-x86_64.so ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.scudo_minimal-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.scudo_minimal-x86_64.so ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.scudo_standalone-x86_64.so ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.stats-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.tsan-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.tsan-x86_64.so ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.ubsan_minimal-x86_64.so ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.ubsan_standalone-x86_64.a ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.ubsan_standalone-x86_64.so ROCM/lib/clang/15.0.0/lib/linux/libclang_rt.xray-x86_64.a ROCM/lib/clang/15.0.0/share ROCM/lib/clang/15.0.0/share/asan_ignorelist.txt ROCM/lib/clang/15.0.0/share/cfi_ignorelist.txt ROCM/lib/clang/15.0.0/share/dfsan_abilist.txt ROCM/lib/clang/15.0.0/share/hwasan_ignorelist.txt ROCM/lib/clang/15.0.0/share/msan_ignorelist.txt ROCM/lib/libLTO.so.15git ROCM/lib/libRemarks.so.15git ROCM/lib/libclang-cpp.so.15git ROCM/lib/libclang.so.15.0.0git ROCM/lib/libear ROCM/lib/libear/__init__.py ROCM/lib/libear/config.h.in ROCM/lib/libear/ear.c ROCM/lib/libscanbuild ROCM/lib/libscanbuild/__init__.py ROCM/lib/libscanbuild/analyze.py ROCM/lib/libscanbuild/arguments.py ROCM/lib/libscanbuild/clang.py ROCM/lib/libscanbuild/compilation.py ROCM/lib/libscanbuild/intercept.py ROCM/lib/libscanbuild/report.py ROCM/lib/libscanbuild/shell.py ROCM/lib/libscanbuild/resources ROCM/lib/libscanbuild/resources/scanview.css ROCM/lib/libscanbuild/resources/selectable.js ROCM/lib/libscanbuild/resources/sorttable.js ROCM/nix-support ROCM/nix-support/propagated-build-inputs ROCM/nix-support/add-hardening.sh ROCM/nix-support/libc-ldflags ROCM/nix-support/libcxx-ldflags ROCM/nix-support/orig-libc ROCM/nix-support/orig-libc-dev ROCM/nix-support/libc-crt1-cflags ROCM/nix-support/add-local-cc-cflags-before.sh ROCM/nix-support/add-flags.sh ROCM/nix-support/cc-cflags ROCM/nix-support/cc-ldflags ROCM/nix-support/dynamic-linker ROCM/nix-support/libc-cflags ROCM/nix-support/libcxx-cxxflags ROCM/nix-support/orig-cc ROCM/nix-support/setup-hook ROCM/nix-support/utils.bash ROCM/share ROCM/share/doc ROCM/share/doc/hip ROCM/share/doc/hip/LICENSE.txt ROCM/share/doc/rocm-cmake ROCM/share/doc/rocm-cmake/LICENSE ROCM/share/doc/rocm-runtime ROCM/share/doc/rocm-runtime/LICENSE.md ROCM/share/doc/ROCm-Device-Libs ROCM/share/doc/ROCm-Device-Libs/LICENSE.TXT ROCM/share/doc/amd_comgr ROCM/share/doc/amd_comgr/LICENSE.txt ROCM/share/doc/amd_comgr/NOTICES.txt ROCM/share/doc/amd_comgr/README.md ROCM/share/hip ROCM/share/hip/samples ROCM/share/hip/samples/README.md ROCM/share/hip/samples/0_Intro ROCM/share/hip/samples/0_Intro/bit_extract ROCM/share/hip/samples/0_Intro/bit_extract/CMakeLists.txt ROCM/share/hip/samples/0_Intro/bit_extract/Makefile ROCM/share/hip/samples/0_Intro/bit_extract/README.md ROCM/share/hip/samples/0_Intro/bit_extract/bit_extract.cpp ROCM/share/hip/samples/0_Intro/module_api ROCM/share/hip/samples/0_Intro/module_api/.gitignore ROCM/share/hip/samples/0_Intro/module_api/CMakeLists.txt ROCM/share/hip/samples/0_Intro/module_api/Makefile ROCM/share/hip/samples/0_Intro/module_api/defaultDriver.cpp ROCM/share/hip/samples/0_Intro/module_api/launchKernelHcc.cpp ROCM/share/hip/samples/0_Intro/module_api/runKernel.cpp ROCM/share/hip/samples/0_Intro/module_api/vcpy_kernel.cpp ROCM/share/hip/samples/0_Intro/module_api_global ROCM/share/hip/samples/0_Intro/module_api_global/CMakeLists.txt ROCM/share/hip/samples/0_Intro/module_api_global/Makefile ROCM/share/hip/samples/0_Intro/module_api_global/runKernel.cpp ROCM/share/hip/samples/0_Intro/module_api_global/vcpy_kernel.cpp ROCM/share/hip/samples/0_Intro/square ROCM/share/hip/samples/0_Intro/square/CMakeLists.txt ROCM/share/hip/samples/0_Intro/square/Makefile ROCM/share/hip/samples/0_Intro/square/README.md ROCM/share/hip/samples/0_Intro/square/square.cu ROCM/share/hip/samples/0_Intro/square/square.hipref.cpp ROCM/share/hip/samples/1_Utils ROCM/share/hip/samples/1_Utils/hipBusBandwidth ROCM/share/hip/samples/1_Utils/hipBusBandwidth/CMakeLists.txt ROCM/share/hip/samples/1_Utils/hipBusBandwidth/LICENSE.txt ROCM/share/hip/samples/1_Utils/hipBusBandwidth/Makefile ROCM/share/hip/samples/1_Utils/hipBusBandwidth/ResultDatabase.cpp ROCM/share/hip/samples/1_Utils/hipBusBandwidth/ResultDatabase.h ROCM/share/hip/samples/1_Utils/hipBusBandwidth/hipBusBandwidth.cpp ROCM/share/hip/samples/1_Utils/hipCommander ROCM/share/hip/samples/1_Utils/hipCommander/LICENSE.txt ROCM/share/hip/samples/1_Utils/hipCommander/ResultDatabase.h ROCM/share/hip/samples/1_Utils/hipCommander/CMakeLists.txt ROCM/share/hip/samples/1_Utils/hipCommander/Makefile ROCM/share/hip/samples/1_Utils/hipCommander/ResultDatabase.cpp ROCM/share/hip/samples/1_Utils/hipCommander/c.cmd ROCM/share/hip/samples/1_Utils/hipCommander/loop.hcm ROCM/share/hip/samples/1_Utils/hipCommander/classic.cmd ROCM/share/hip/samples/1_Utils/hipCommander/hipCommander.cpp ROCM/share/hip/samples/1_Utils/hipCommander/l2.hcm ROCM/share/hip/samples/1_Utils/hipCommander/loop2.hcm ROCM/share/hip/samples/1_Utils/hipCommander/nullkernel.hip.cpp ROCM/share/hip/samples/1_Utils/hipCommander/setstream.hcm ROCM/share/hip/samples/1_Utils/hipCommander/testcase.cpp ROCM/share/hip/samples/1_Utils/hipCommander/nullkernel.hsaco ROCM/share/hip/samples/1_Utils/hipCommander/perf ROCM/share/hip/samples/1_Utils/hipCommander/perf/latency2.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/latency_hostsync.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/latency_nosync.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/latency_nullstream.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/modulelaunch_latency.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_2_d2h_h2d.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_2_d2h_kernel.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_2_d2h_sync_h2d.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_2_d2h_sync_kernel.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_2_h2d_d2h.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_2_h2d_kernel.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_2_h2d_sync_d2h.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_2_h2d_sync_kernel.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_2_kernel_d2h.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_2_kernel_h2d.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_2_kernel_sync_d2h.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_2_kernel_sync_h2d.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_2_sync.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_2d2h.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_2d2h_wosync.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_2h2d.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_2h2d_kernel.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_2h2d_kernel_wosync.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_2h2d_wosync.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_2kernels.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_2kernels_wosync.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_3_d2h_h2d.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_3_d2h_kernel.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_3_d2h_sync_h2d.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_3_d2h_sync_kernel.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_3_h2d_d2h.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_3_h2d_kernel.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_3_h2d_sync_d2h.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_3_h2d_sync_kernel.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_3_kernel_d2h.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_3_kernel_h2d.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_3_kernel_sync_d2h.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_3_kernel_sync_h2d.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_3_sync.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_3d2h.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_3d2h_wosync.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_3h2d.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_3h2d_wosync.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_3kernels.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_3kernels_wosync.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_4kernels.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_5kernels.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_6kernels.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_d2h.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_d2h_h2d.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_d2h_kernel.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_d2h_sync_h2d.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_d2h_sync_kernel.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_h2d.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_h2d_10.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_h2d_d2h.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_h2d_kernel.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_h2d_kernel_d2h.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_h2d_kernel_d2h_wosync.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_h2d_kernel_wosync.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_h2d_sync_d2h.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_h2d_sync_kernel_sync.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_h2d_sync_kernel_sync_d2h.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_kernel.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_kernel_barrier.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_kernel_d2h.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_kernel_h2d.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_kernel_sync_d2h.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_kernel_sync_h2d.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_streamcreate.hcm ROCM/share/hip/samples/1_Utils/hipCommander/perf/scripts/latency_sync.hcm ROCM/share/hip/samples/1_Utils/hipDispatchLatency ROCM/share/hip/samples/1_Utils/hipDispatchLatency/CMakeLists.txt ROCM/share/hip/samples/1_Utils/hipDispatchLatency/Makefile ROCM/share/hip/samples/1_Utils/hipDispatchLatency/hipDispatchEnqueueRateMT.cpp ROCM/share/hip/samples/1_Utils/hipDispatchLatency/hipDispatchLatency.cpp ROCM/share/hip/samples/1_Utils/hipDispatchLatency/test_kernel.cpp ROCM/share/hip/samples/1_Utils/hipInfo ROCM/share/hip/samples/1_Utils/hipInfo/CMakeLists.txt ROCM/share/hip/samples/1_Utils/hipInfo/Makefile ROCM/share/hip/samples/1_Utils/hipInfo/README.md ROCM/share/hip/samples/1_Utils/hipInfo/hipInfo.cpp ROCM/share/hip/samples/2_Cookbook ROCM/share/hip/samples/2_Cookbook/0_MatrixTranspose ROCM/share/hip/samples/2_Cookbook/0_MatrixTranspose/CMakeLists.txt ROCM/share/hip/samples/2_Cookbook/0_MatrixTranspose/Makefile ROCM/share/hip/samples/2_Cookbook/0_MatrixTranspose/MatrixTranspose.cpp ROCM/share/hip/samples/2_Cookbook/0_MatrixTranspose/Readme.md ROCM/share/hip/samples/2_Cookbook/10_inline_asm ROCM/share/hip/samples/2_Cookbook/10_inline_asm/CMakeLists.txt ROCM/share/hip/samples/2_Cookbook/10_inline_asm/Makefile ROCM/share/hip/samples/2_Cookbook/10_inline_asm/Readme.md ROCM/share/hip/samples/2_Cookbook/10_inline_asm/inline_asm.cpp ROCM/share/hip/samples/2_Cookbook/11_texture_driver ROCM/share/hip/samples/2_Cookbook/11_texture_driver/CMakeLists.txt ROCM/share/hip/samples/2_Cookbook/11_texture_driver/Makefile ROCM/share/hip/samples/2_Cookbook/11_texture_driver/tex2dKernel.cpp ROCM/share/hip/samples/2_Cookbook/11_texture_driver/texture2dDrv.cpp ROCM/share/hip/samples/2_Cookbook/12_cmake_hip_add_executable ROCM/share/hip/samples/2_Cookbook/12_cmake_hip_add_executable/MatrixTranspose.cpp ROCM/share/hip/samples/2_Cookbook/12_cmake_hip_add_executable/CMakeLists.txt ROCM/share/hip/samples/2_Cookbook/12_cmake_hip_add_executable/Readme.md ROCM/share/hip/samples/2_Cookbook/13_occupancy ROCM/share/hip/samples/2_Cookbook/13_occupancy/CMakeLists.txt ROCM/share/hip/samples/2_Cookbook/13_occupancy/Makefile ROCM/share/hip/samples/2_Cookbook/13_occupancy/occupancy.cpp ROCM/share/hip/samples/2_Cookbook/14_gpu_arch ROCM/share/hip/samples/2_Cookbook/14_gpu_arch/CMakeLists.txt ROCM/share/hip/samples/2_Cookbook/14_gpu_arch/Makefile ROCM/share/hip/samples/2_Cookbook/14_gpu_arch/gpuarch.cpp ROCM/share/hip/samples/2_Cookbook/15_static_library ROCM/share/hip/samples/2_Cookbook/15_static_library/README.md ROCM/share/hip/samples/2_Cookbook/15_static_library/device_functions ROCM/share/hip/samples/2_Cookbook/15_static_library/device_functions/CMakeLists.txt ROCM/share/hip/samples/2_Cookbook/15_static_library/device_functions/Makefile ROCM/share/hip/samples/2_Cookbook/15_static_library/device_functions/hipDevice.cpp ROCM/share/hip/samples/2_Cookbook/15_static_library/device_functions/hipMain2.cpp ROCM/share/hip/samples/2_Cookbook/15_static_library/host_functions ROCM/share/hip/samples/2_Cookbook/15_static_library/host_functions/CMakeLists.txt ROCM/share/hip/samples/2_Cookbook/15_static_library/host_functions/Makefile ROCM/share/hip/samples/2_Cookbook/15_static_library/host_functions/hipMain1.cpp ROCM/share/hip/samples/2_Cookbook/15_static_library/host_functions/hipOptLibrary.cpp ROCM/share/hip/samples/2_Cookbook/16_assembly_to_executable ROCM/share/hip/samples/2_Cookbook/16_assembly_to_executable/Makefile ROCM/share/hip/samples/2_Cookbook/16_assembly_to_executable/README.md ROCM/share/hip/samples/2_Cookbook/16_assembly_to_executable/hip_obj_gen.mcin ROCM/share/hip/samples/2_Cookbook/16_assembly_to_executable/square.cpp ROCM/share/hip/samples/2_Cookbook/17_llvm_ir_to_executable ROCM/share/hip/samples/2_Cookbook/17_llvm_ir_to_executable/hip_obj_gen.mcin ROCM/share/hip/samples/2_Cookbook/17_llvm_ir_to_executable/Makefile ROCM/share/hip/samples/2_Cookbook/17_llvm_ir_to_executable/README.md ROCM/share/hip/samples/2_Cookbook/17_llvm_ir_to_executable/square.cpp ROCM/share/hip/samples/2_Cookbook/18_cmake_hip_device ROCM/share/hip/samples/2_Cookbook/18_cmake_hip_device/CMakeLists.txt ROCM/share/hip/samples/2_Cookbook/18_cmake_hip_device/README.md ROCM/share/hip/samples/2_Cookbook/18_cmake_hip_device/square.cpp ROCM/share/hip/samples/2_Cookbook/19_cmake_lang ROCM/share/hip/samples/2_Cookbook/19_cmake_lang/CMakeLists.txt ROCM/share/hip/samples/2_Cookbook/19_cmake_lang/MatrixTranspose.cpp ROCM/share/hip/samples/2_Cookbook/19_cmake_lang/README.md ROCM/share/hip/samples/2_Cookbook/19_cmake_lang/TestFortran.F90 ROCM/share/hip/samples/2_Cookbook/1_hipEvent ROCM/share/hip/samples/2_Cookbook/1_hipEvent/CMakeLists.txt ROCM/share/hip/samples/2_Cookbook/1_hipEvent/Makefile ROCM/share/hip/samples/2_Cookbook/1_hipEvent/Readme.md ROCM/share/hip/samples/2_Cookbook/1_hipEvent/hipEvent.cpp ROCM/share/hip/samples/2_Cookbook/20_hip_vulkan ROCM/share/hip/samples/2_Cookbook/20_hip_vulkan/CMakeLists.txt ROCM/share/hip/samples/2_Cookbook/20_hip_vulkan/SineWaveSimulation.cpp ROCM/share/hip/samples/2_Cookbook/20_hip_vulkan/SineWaveSimulation.hip ROCM/share/hip/samples/2_Cookbook/20_hip_vulkan/SineWaveSimulation.h ROCM/share/hip/samples/2_Cookbook/20_hip_vulkan/VulkanBaseApp.cpp ROCM/share/hip/samples/2_Cookbook/20_hip_vulkan/VulkanBaseApp.h ROCM/share/hip/samples/2_Cookbook/20_hip_vulkan/buildcmd.txt ROCM/share/hip/samples/2_Cookbook/20_hip_vulkan/linmath.h ROCM/share/hip/samples/2_Cookbook/20_hip_vulkan/main.cpp ROCM/share/hip/samples/2_Cookbook/20_hip_vulkan/sinewave.frag ROCM/share/hip/samples/2_Cookbook/20_hip_vulkan/sinewave.vert ROCM/share/hip/samples/2_Cookbook/21_cmake_hip_cxx_clang ROCM/share/hip/samples/2_Cookbook/21_cmake_hip_cxx_clang/CMakeLists.txt ROCM/share/hip/samples/2_Cookbook/21_cmake_hip_cxx_clang/README.md ROCM/share/hip/samples/2_Cookbook/21_cmake_hip_cxx_clang/square.cpp ROCM/share/hip/samples/2_Cookbook/22_cmake_hip_lang ROCM/share/hip/samples/2_Cookbook/22_cmake_hip_lang/CMakeLists.txt ROCM/share/hip/samples/2_Cookbook/22_cmake_hip_lang/README.md ROCM/share/hip/samples/2_Cookbook/22_cmake_hip_lang/square.hip ROCM/share/hip/samples/2_Cookbook/3_shared_memory ROCM/share/hip/samples/2_Cookbook/3_shared_memory/CMakeLists.txt ROCM/share/hip/samples/2_Cookbook/3_shared_memory/Makefile ROCM/share/hip/samples/2_Cookbook/3_shared_memory/Readme.md ROCM/share/hip/samples/2_Cookbook/3_shared_memory/sharedMemory.cpp ROCM/share/hip/samples/2_Cookbook/4_shfl ROCM/share/hip/samples/2_Cookbook/4_shfl/CMakeLists.txt ROCM/share/hip/samples/2_Cookbook/4_shfl/Makefile ROCM/share/hip/samples/2_Cookbook/4_shfl/Readme.md ROCM/share/hip/samples/2_Cookbook/4_shfl/shfl.cpp ROCM/share/hip/samples/2_Cookbook/5_2dshfl ROCM/share/hip/samples/2_Cookbook/5_2dshfl/2dshfl.cpp ROCM/share/hip/samples/2_Cookbook/5_2dshfl/CMakeLists.txt ROCM/share/hip/samples/2_Cookbook/5_2dshfl/Makefile ROCM/share/hip/samples/2_Cookbook/5_2dshfl/Readme.md ROCM/share/hip/samples/2_Cookbook/6_dynamic_shared ROCM/share/hip/samples/2_Cookbook/6_dynamic_shared/CMakeLists.txt ROCM/share/hip/samples/2_Cookbook/6_dynamic_shared/Makefile ROCM/share/hip/samples/2_Cookbook/6_dynamic_shared/Readme.md ROCM/share/hip/samples/2_Cookbook/6_dynamic_shared/dynamic_shared.cpp ROCM/share/hip/samples/2_Cookbook/7_streams ROCM/share/hip/samples/2_Cookbook/7_streams/CMakeLists.txt ROCM/share/hip/samples/2_Cookbook/7_streams/Makefile ROCM/share/hip/samples/2_Cookbook/7_streams/Readme.md ROCM/share/hip/samples/2_Cookbook/7_streams/stream.cpp ROCM/share/hip/samples/2_Cookbook/8_peer2peer ROCM/share/hip/samples/2_Cookbook/8_peer2peer/CMakeLists.txt ROCM/share/hip/samples/2_Cookbook/8_peer2peer/Makefile ROCM/share/hip/samples/2_Cookbook/8_peer2peer/peer2peer.cpp ROCM/share/hip/samples/2_Cookbook/9_unroll ROCM/share/hip/samples/2_Cookbook/9_unroll/CMakeLists.txt ROCM/share/hip/samples/2_Cookbook/9_unroll/Makefile ROCM/share/hip/samples/2_Cookbook/9_unroll/Readme.md ROCM/share/hip/samples/2_Cookbook/9_unroll/unroll.cpp ROCM/share/rocm ROCM/share/rocm/cmake ROCM/share/rocm/cmake/ROCMAnalyzers.cmake ROCM/share/rocm/cmake/ROCMCheckTargetIds.cmake ROCM/share/rocm/cmake/ROCMChecks.cmake ROCM/share/rocm/cmake/ROCMClangTidy.cmake ROCM/share/rocm/cmake/ROCMClients.cmake ROCM/share/rocm/cmake/ROCMConfig.cmake ROCM/share/rocm/cmake/ROCMConfigVersion.cmake ROCM/share/rocm/cmake/ROCMCppCheck.cmake ROCM/share/rocm/cmake/ROCMCreatePackage.cmake ROCM/share/rocm/cmake/ROCMDocs.cmake ROCM/share/rocm/cmake/ROCMDoxygenDoc.cmake ROCM/share/rocm/cmake/ROCMHeaderWrapper.cmake ROCM/share/rocm/cmake/ROCMInstallSymlinks.cmake ROCM/share/rocm/cmake/ROCMInstallTargets.cmake ROCM/share/rocm/cmake/ROCMPackageConfigHelpers.cmake ROCM/share/rocm/cmake/ROCMSetupVersion.cmake ROCM/share/rocm/cmake/ROCMSphinxDoc.cmake ROCM/share/rocm/cmake/ROCMUtilities.cmake ROCM/share/rocm/cmake/header_template.h.in ROCM/share/clang ROCM/share/clang/bash-autocomplete.sh ROCM/share/clang/clang-format-bbedit.applescript ROCM/share/clang/clang-format-diff.py ROCM/share/clang/clang-format-sublime.py ROCM/share/clang/clang-format.el ROCM/share/clang/clang-format.py ROCM/share/clang/clang-rename.el ROCM/share/clang/clang-rename.py ROCM/share/man ROCM/share/man/man1 ROCM/share/man/man1/scan-build.1.gz ROCM/share/opt-viewer ROCM/share/opt-viewer/opt-diff.py ROCM/share/opt-viewer/opt-stats.py ROCM/share/opt-viewer/opt-viewer.py ROCM/share/opt-viewer/optpmap.py ROCM/share/opt-viewer/optrecord.py ROCM/share/opt-viewer/style.css ROCM/share/scan-build ROCM/share/scan-build/scanview.css ROCM/share/scan-build/sorttable.js ROCM/share/scan-view ROCM/share/scan-view/Reporter.py ROCM/share/scan-view/ScanView.py ROCM/share/scan-view/bugcatcher.ico ROCM/share/scan-view/startfile.py ROCM/amdgcn ROCM/amdgcn/bitcode ROCM/amdgcn/bitcode/asanrtl.bc ROCM/amdgcn/bitcode/hip.bc ROCM/amdgcn/bitcode/ockl.bc ROCM/amdgcn/bitcode/oclc_abi_version_400.bc ROCM/amdgcn/bitcode/oclc_abi_version_500.bc ROCM/amdgcn/bitcode/oclc_correctly_rounded_sqrt_off.bc ROCM/amdgcn/bitcode/oclc_correctly_rounded_sqrt_on.bc ROCM/amdgcn/bitcode/oclc_daz_opt_off.bc ROCM/amdgcn/bitcode/oclc_daz_opt_on.bc ROCM/amdgcn/bitcode/oclc_finite_only_off.bc ROCM/amdgcn/bitcode/oclc_finite_only_on.bc ROCM/amdgcn/bitcode/oclc_isa_version_1010.bc ROCM/amdgcn/bitcode/oclc_isa_version_1011.bc ROCM/amdgcn/bitcode/oclc_isa_version_1012.bc ROCM/amdgcn/bitcode/oclc_isa_version_1013.bc ROCM/amdgcn/bitcode/oclc_isa_version_1030.bc ROCM/amdgcn/bitcode/oclc_isa_version_1031.bc ROCM/amdgcn/bitcode/oclc_isa_version_1032.bc ROCM/amdgcn/bitcode/oclc_isa_version_1033.bc ROCM/amdgcn/bitcode/oclc_isa_version_1034.bc ROCM/amdgcn/bitcode/oclc_isa_version_1035.bc ROCM/amdgcn/bitcode/oclc_isa_version_1036.bc ROCM/amdgcn/bitcode/oclc_isa_version_1100.bc ROCM/amdgcn/bitcode/oclc_isa_version_1101.bc ROCM/amdgcn/bitcode/oclc_isa_version_1102.bc ROCM/amdgcn/bitcode/oclc_isa_version_1103.bc ROCM/amdgcn/bitcode/oclc_isa_version_600.bc ROCM/amdgcn/bitcode/oclc_isa_version_601.bc ROCM/amdgcn/bitcode/oclc_isa_version_602.bc ROCM/amdgcn/bitcode/oclc_isa_version_700.bc ROCM/amdgcn/bitcode/oclc_isa_version_701.bc ROCM/amdgcn/bitcode/oclc_isa_version_702.bc ROCM/amdgcn/bitcode/oclc_isa_version_703.bc ROCM/amdgcn/bitcode/oclc_isa_version_704.bc ROCM/amdgcn/bitcode/oclc_isa_version_705.bc ROCM/amdgcn/bitcode/oclc_isa_version_801.bc ROCM/amdgcn/bitcode/oclc_isa_version_802.bc ROCM/amdgcn/bitcode/oclc_isa_version_803.bc ROCM/amdgcn/bitcode/oclc_isa_version_805.bc ROCM/amdgcn/bitcode/oclc_isa_version_810.bc ROCM/amdgcn/bitcode/oclc_isa_version_900.bc ROCM/amdgcn/bitcode/oclc_isa_version_902.bc ROCM/amdgcn/bitcode/oclc_isa_version_904.bc ROCM/amdgcn/bitcode/oclc_isa_version_906.bc ROCM/amdgcn/bitcode/oclc_isa_version_908.bc ROCM/amdgcn/bitcode/oclc_isa_version_909.bc ROCM/amdgcn/bitcode/oclc_isa_version_90a.bc ROCM/amdgcn/bitcode/oclc_isa_version_90c.bc ROCM/amdgcn/bitcode/oclc_isa_version_940.bc ROCM/amdgcn/bitcode/oclc_unsafe_math_off.bc ROCM/amdgcn/bitcode/oclc_unsafe_math_on.bc ROCM/amdgcn/bitcode/oclc_wavefrontsize64_off.bc ROCM/amdgcn/bitcode/oclc_wavefrontsize64_on.bc ROCM/amdgcn/bitcode/ocml.bc ROCM/amdgcn/bitcode/opencl.bc ROCM/resource-root ROCM/resource-root/include ROCM/resource-root/lib ROCM/libexec ROCM/libexec/analyze-c++ ROCM/libexec/analyze-cc ROCM/libexec/c++-analyzer ROCM/libexec/ccc-analyzer ROCM/libexec/intercept-c++ ROCM/libexec/intercept-cc ```
Madouura commented 2 years ago

Why is it called hip-5.3.0 and not rocm?

In nix, individual packages are created as derivations under (usually) /nix/store, the hip package does not contain all the other ROCm packages but may link to them with symlinks.

Madouura commented 2 years ago

I forgot to switch back to the release revision. Same thing, but here's the log

Configure & Build ```console rocBLAS/build (7294a70) [$?] via ❄️ impure (shell) ❯ CXX=hipcc CC=hipcc FC=gfortran cmake -DTensile_LOGIC=asm_full -DTensile_CODE_OBJECT_VERSION=V3 -DTensile_SEPARATE_ARCHITECTURES=ON -DTensile_LAZY_LIBRARY_LOADING=ON -DTensile_LIBRARY_FORMAT=msgpack -DTENSILE_VENV_UPGRADE_PIP=ON -DAMDGPU_TARGETS=gfx1030 -DCMAKE_C_COMPILER=hipcc -DCMAKE_CXX_COMPILER=hipcc -DCMAKE_FC_COMPILER=gfortran -Dpython=python3 -DCMAKE_BUILD_TYPE=Release -DROCM_PATH=/home/mado/Downloads/rocBLAS/ROCM .. -- The CXX compiler identification is Clang 15.0.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/h31x77g46c1sp8fzq2dm61m85h5npj3l-hip-5.3.0/bin/hipcc - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Use hip-clang to build for amdgpu backend -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- OS detected is nixos -- Performing Test COMPILER_HAS_TARGET_ID_gfx803 -- Performing Test COMPILER_HAS_TARGET_ID_gfx803 - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx900 -- Performing Test COMPILER_HAS_TARGET_ID_gfx900 - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx906_xnack_off -- Performing Test COMPILER_HAS_TARGET_ID_gfx906_xnack_off - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx908_xnack_off -- Performing Test COMPILER_HAS_TARGET_ID_gfx908_xnack_off - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_on -- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_on - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_off -- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_off - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx1010 -- Performing Test COMPILER_HAS_TARGET_ID_gfx1010 - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx1012 -- Performing Test COMPILER_HAS_TARGET_ID_gfx1012 - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx1030 -- Performing Test COMPILER_HAS_TARGET_ID_gfx1030 - Success /nix/store/fkcl1wzq3106qqgl84bhgk1lp56q6bzg-python3-3.10.7/bin/python3 -m venv /home/mado/Downloads/rocBLAS/build/virtualenv --system-site-packages --clear virtualenv python version: /home/mado/Downloads/rocBLAS/build/virtualenv/bin/python3 Python 3.10.7 /home/mado/Downloads/rocBLAS/build/virtualenv/bin/python3 -m pip install --upgrade pip Requirement already satisfied: pip in ./virtualenv/lib/python3.10/site-packages (22.2.2) Collecting pip Using cached pip-22.3-py3-none-any.whl (2.1 MB) Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 22.2.2 Uninstalling pip-22.2.2: Successfully uninstalled pip-22.2.2 Successfully installed pip-22.3 /home/mado/Downloads/rocBLAS/build/virtualenv/bin/python3 -m pip install git+https://github.com/ROCmSoftwarePlatform/Tensile.git@b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08 Collecting git+https://github.com/ROCmSoftwarePlatform/Tensile.git@b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08 Cloning https://github.com/ROCmSoftwarePlatform/Tensile.git (to revision b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08) to /run/user/1000/pip-req-build-dlbtkyb4 Running command git clone --filter=blob:none --quiet https://github.com/ROCmSoftwarePlatform/Tensile.git /run/user/1000/pip-req-build-dlbtkyb4 Running command git rev-parse -q --verify 'sha^b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08' Running command git fetch -q https://github.com/ROCmSoftwarePlatform/Tensile.git b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08 Running command git checkout -q b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08 Resolved https://github.com/ROCmSoftwarePlatform/Tensile.git to commit b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08 Running command git submodule update --init --recursive -q Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: pyyaml in /nix/store/hfd2mlapz5ljh0y0qckkr0x560f2zdhf-python3.10-pyyaml-6.0/lib/python3.10/site-packages (from Tensile==4.34.0) (6.0) Requirement already satisfied: msgpack in /nix/store/570ldhh0fsq1fnfr9k0n6qn5kkx9nsnc-python3.10-msgpack-1.0.4/lib/python3.10/site-packages (from Tensile==4.34.0) (1.0.4) Building wheels for collected packages: Tensile Building wheel for Tensile (setup.py): started Building wheel for Tensile (setup.py): finished with status 'done' Created wheel for Tensile: filename=Tensile-4.34.0-py3-none-any.whl size=4624539 sha256=ce9066ab9234b353505905c66ef0fa0d6e73a9a43e7bf65b9123231850d342ec Stored in directory: /home/mado/.cache/pip/wheels/55/bb/d4/8e72757a3bad7dbfa969bc15f51aac656b67abc84c4b04a45a Successfully built Tensile Installing collected packages: Tensile Successfully installed Tensile-4.34.0 -- using GIT Tensile fork=ROCmSoftwarePlatform from branch=b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08 -- Adding /home/mado/Downloads/rocBLAS/build/virtualenv to CMAKE_PREFIX_PATH -- The C compiler identification is Clang 15.0.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /home/mado/Downloads/rocBLAS/ROCM/bin/hipcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- hip::amdhip64 is SHARED_LIBRARY -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success -- hip::amdhip64 is SHARED_LIBRARY -- Using AMDGPU_TARGETS: gfx1030 -- Tensile script: /home/mado/Downloads/rocBLAS/build/virtualenv/lib/python3.10/site-packages/Tensile/bin/TensileCreateLibrary -- Tensile_CREATE_COMMAND: /home/mado/Downloads/rocBLAS/build/virtualenv/lib/python3.10/site-packages/Tensile/bin/TensileCreateLibrary;--merge-files;--separate-architectures;--lazy-library-loading;--no-short-file-names;--no-library-print-debug;--code-object-version=V3;--cxx-compiler=hipcc;--library-format=msgpack;--architecture=gfx1030;/home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full;/home/mado/Downloads/rocBLAS/build/Tensile;HIP -- Tensile_MANIFEST_FILE_PATH: /home/mado/Downloads/rocBLAS/build/Tensile/library/TensileManifest.txt '/home/mado/Downloads/rocBLAS/build/virtualenv/lib/python3.10/site-packages/Tensile/bin/TensileCreateLibrary' '--merge-files' '--separate-architectures' '--lazy-library-loading' '--no-short-file-names' '--no-library-print-debug' '--code-object-version=V3' '--cxx-compiler=hipcc' '--library-format=msgpack' '--architecture=gfx1030' '/home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full' '/home/mado/Downloads/rocBLAS/build/Tensile' 'HIP' '--generate-manifest-and-exit' ################################################################################ # Tensile Create Library # Detected local GPU with ISA: gfx1030 # Detected local GPU with ISA: gfx1030 cap gfx000 gfx803 gfx900 gfx906 gfx908 gfx90a gfx1010 gfx1011 gfx1012 gfx1030 gfx1100 gfx1101 gfx1102 HasMFMA_bf16_1k 0 0 0 0 0 1 0 0 0 0 0 0 0 HasAddLshl 0 0 1 1 1 1 1 1 1 1 1 1 1 HasAtomicAdd 0 0 0 0 1 1 0 0 0 0 1 1 1 HasCodeObjectV3 0 1 1 1 1 1 1 1 1 1 1 1 1 HasDirectToLds 0 0 0 0 0 0 0 0 0 0 0 0 0 HasExplicitCO 0 0 1 1 1 1 1 1 1 1 1 1 1 HasExplicitNC 0 0 0 0 0 0 1 1 1 1 1 1 1 HasLshlOr 0 0 1 1 1 1 1 1 1 1 1 1 1 HasMFMA 0 0 0 0 1 1 0 0 0 0 0 0 0 HasSMulHi 0 0 1 1 1 1 1 1 1 1 1 1 1 MaxLgkmcnt 1 1 1 1 1 1 1 1 1 1 1 1 1 MaxVmcnt 0 1 1 1 1 1 1 1 1 1 1 1 1 SupportedISA 0 1 1 1 1 1 1 1 1 1 1 1 1 SupportedSource 1 1 1 1 1 1 1 1 1 1 1 1 1 v_dot2_f32_f16 0 0 0 1 1 1 0 1 1 1 1 1 1 v_dot2c_f32_f16 0 0 0 0 1 1 0 1 1 1 1 1 1 v_fma_f16 0 0 1 1 1 1 1 1 1 1 1 1 1 v_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_mac_f16 0 1 1 1 1 1 0 0 0 0 0 0 0 v_pk_fma_f16 0 0 1 1 1 1 1 1 1 1 1 1 1 v_pk_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fma_f32 0 1 1 1 1 1 1 1 1 1 1 1 1 v_fma_mix_f32 0 0 0 1 1 1 1 1 1 1 1 1 1 v_fmac_f32 0 0 0 1 1 1 1 1 1 1 1 1 1 v_mac_f32 0 1 1 1 1 1 1 1 1 0 0 0 0 v_mad_mix_f32 0 0 1 0 0 0 0 0 0 0 0 0 0 HasMFMA_f64 0 0 0 0 0 1 0 0 0 0 0 0 0 v_fma_f64 0 1 1 1 1 1 1 1 1 1 1 1 1 VOP3v_dot4_i32_i8 0 0 0 1 1 1 0 1 1 1 0 0 0 v_dot4_i32_i8 0 0 0 0 0 0 0 0 0 0 0 0 0 v_dot4c_i32_i8 0 0 0 0 1 1 0 1 1 1 0 0 0 ArchAccUnifiedRegs 0 0 0 0 0 1 0 0 0 0 0 0 0 CMPXWritesSGPR 1 1 1 1 1 1 0 0 0 0 0 0 0 HasAccCD 0 0 0 0 0 1 0 0 0 0 0 0 0 HasEccHalf 0 0 0 1 1 1 0 0 0 0 0 0 0 HasWave32 0 0 0 0 0 0 1 1 1 1 1 1 1 SeparateVscnt 0 0 0 0 0 0 1 1 1 1 1 1 1 Waitcnt0Disabled 0 0 0 0 1 1 0 0 0 0 0 0 0 # Found hipcc version 5.3.22061- # CodeObjectVersion from TensileCreateLibrary: V3 # CxxCompiler from TensileCreateLibrary: hipcc # Architecture from TensileCreateLibrary: gfx1030 # LibraryFormat from TensileCreateLibrary: msgpack # LibraryLogicFiles: # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_SB_GB.yaml Reading logic files: Launching 32 threads... Reading logic files: Done. [|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||] 100% (3.5 secs elapsed) -- *** NOTE: blas2/rocblas_ger_kernels.cpp is compiled with the verbose flag -v for QC purposes. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_FC_COMPILER -- Build files have been written to: /home/mado/Downloads/rocBLAS/build rocBLAS/build (7294a70) [$?] via △ v3.24.2 via ❄️ impure (shell) took 56s ❯ CXX=hipcc CC=hipcc FC=gfortran cmake --build . -j 32 [ 0%] Generating /home/mado/Downloads/rocBLAS/build/include/rocblas/internal/rocblas_device_malloc.hpp [ 1%] Generating prototypes from /home/mado/Downloads/rocBLAS/library/src. [ 1%] Generating Tensile Libraries [ 1%] Built target rocblas_device_malloc [ 1%] Built target rocblas_proto_templates ################################################################################ # Tensile Create Library # Detected local GPU with ISA: gfx1030 # Detected local GPU with ISA: gfx1030 cap gfx000 gfx803 gfx900 gfx906 gfx908 gfx90a gfx1010 gfx1011 gfx1012 gfx1030 gfx1100 gfx1101 gfx1102 HasMFMA_bf16_1k 0 0 0 0 0 1 0 0 0 0 0 0 0 HasAddLshl 0 0 1 1 1 1 1 1 1 1 1 1 1 HasAtomicAdd 0 0 0 0 1 1 0 0 0 0 1 1 1 HasCodeObjectV3 0 1 1 1 1 1 1 1 1 1 1 1 1 HasDirectToLds 0 0 0 0 0 0 0 0 0 0 0 0 0 HasExplicitCO 0 0 1 1 1 1 1 1 1 1 1 1 1 HasExplicitNC 0 0 0 0 0 0 1 1 1 1 1 1 1 HasLshlOr 0 0 1 1 1 1 1 1 1 1 1 1 1 HasMFMA 0 0 0 0 1 1 0 0 0 0 0 0 0 HasSMulHi 0 0 1 1 1 1 1 1 1 1 1 1 1 MaxLgkmcnt 1 1 1 1 1 1 1 1 1 1 1 1 1 MaxVmcnt 0 1 1 1 1 1 1 1 1 1 1 1 1 SupportedISA 0 1 1 1 1 1 1 1 1 1 1 1 1 SupportedSource 1 1 1 1 1 1 1 1 1 1 1 1 1 v_dot2_f32_f16 0 0 0 1 1 1 0 1 1 1 1 1 1 v_dot2c_f32_f16 0 0 0 0 1 1 0 1 1 1 1 1 1 v_fma_f16 0 0 1 1 1 1 1 1 1 1 1 1 1 v_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_mac_f16 0 1 1 1 1 1 0 0 0 0 0 0 0 v_pk_fma_f16 0 0 1 1 1 1 1 1 1 1 1 1 1 v_pk_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fma_f32 0 1 1 1 1 1 1 1 1 1 1 1 1 v_fma_mix_f32 0 0 0 1 1 1 1 1 1 1 1 1 1 v_fmac_f32 0 0 0 1 1 1 1 1 1 1 1 1 1 v_mac_f32 0 1 1 1 1 1 1 1 1 0 0 0 0 v_mad_mix_f32 0 0 1 0 0 0 0 0 0 0 0 0 0 HasMFMA_f64 0 0 0 0 0 1 0 0 0 0 0 0 0 v_fma_f64 0 1 1 1 1 1 1 1 1 1 1 1 1 VOP3v_dot4_i32_i8 0 0 0 1 1 1 0 1 1 1 0 0 0 v_dot4_i32_i8 0 0 0 0 0 0 0 0 0 0 0 0 0 v_dot4c_i32_i8 0 0 0 0 1 1 0 1 1 1 0 0 0 ArchAccUnifiedRegs 0 0 0 0 0 1 0 0 0 0 0 0 0 CMPXWritesSGPR 1 1 1 1 1 1 0 0 0 0 0 0 0 HasAccCD 0 0 0 0 0 1 0 0 0 0 0 0 0 HasEccHalf 0 0 0 1 1 1 0 0 0 0 0 0 0 HasWave32 0 0 0 0 0 0 1 1 1 1 1 1 1 SeparateVscnt 0 0 0 0 0 0 1 1 1 1 1 1 1 Waitcnt0Disabled 0 0 0 0 1 1 0 0 0 0 0 0 0 # Found hipcc version 5.3.22061- # CodeObjectVersion from TensileCreateLibrary: V3 # CxxCompiler from TensileCreateLibrary: hipcc # Architecture from TensileCreateLibrary: gfx1030 # LibraryFormat from TensileCreateLibrary: msgpack # LibraryLogicFiles: # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_SB_GB.yaml Reading logic files: Launching 32 threads... Reading logic files: Done. [|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||] 100% (3.5 secs elapsed) # Writing Custom CMake # Writing Kernels... Generating kernels: Launching 32 threads... Generating kernels: Done. * Compiling source kernels: Launching 32 threads... Compiling source kernels: Done. # Kernel Building elapsed time = 42.3 secs # Tensile Library Writer DONE ################################################################################ [ 1%] TENSILE_LIBRARY_TARGET: Copying tensile objects to /home/mado/Downloads/rocBLAS/build/Tensile/library [ 1%] Built target TENSILE_LIBRARY_TARGET [ 2%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/ArithmeticUnitTypes.cpp.o [ 2%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/ContractionSolution.cpp.o [ 2%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/AMDGPU.cpp.o [ 3%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/Debug.cpp.o [ 4%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/KernelArguments.cpp.o [ 5%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/KernelLanguageTypes.cpp.o [ 5%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/DataTypes.cpp.o [ 5%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/ContractionProblem.cpp.o [ 5%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/PerformanceMetricTypes.cpp.o [ 6%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/ScalarValueTypes.cpp.o [ 7%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/TensorOps.cpp.o [ 7%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/Tensile.cpp.o [ 7%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/EmbeddedLibrary.cpp.o [ 8%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/msgpack/MessagePack.cpp.o [ 8%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/Utils.cpp.o [ 8%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/TensorDescriptor.cpp.o [ 9%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/hip/HipSolutionAdapter.cpp.o [ 9%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/hip/HipHardware.cpp.o [ 9%] Linking CXX static library librocblas-tensile.a [ 9%] Built target TensileHost [ 11%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_gemm_batched_ex.cpp.o [ 11%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_gemm_ex.cpp.o [ 11%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_gemm_ext2.cpp.o [ 11%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trsv_ex.cpp.o [ 11%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_gemm_strided_batched_ex.cpp.o [ 11%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trsv_strided_batched_ex.cpp.o [ 11%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_axpy_ex.cpp.o [ 13%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_axpy_ex_kernels.cpp.o [ 13%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_axpy_strided_batched_ex.cpp.o [ 14%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trsv_batched_ex.cpp.o [ 14%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_axpy_batched_ex.cpp.o [ 14%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_dot_batched_ex.cpp.o [ 14%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_dot_ex.cpp.o [ 15%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_dot_strided_batched_ex.cpp.o [ 16%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_rot_batched_ex.cpp.o [ 16%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_rot_ex.cpp.o [ 16%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_rot_ex_kernels.cpp.o [ 16%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_rot_strided_batched_ex.cpp.o [ 17%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_scal_ex.cpp.o [ 18%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_scal_ex_kernels.cpp.o [ 18%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_scal_batched_ex.cpp.o [ 18%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_ex.cpp.o [ 18%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_scal_strided_batched_ex.cpp.o [ 19%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_strided_batched_ex.cpp.o [ 19%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_batched_ex.cpp.o [ 20%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trmm_outofplace.cpp.o [ 21%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trsm.cpp.o [ 21%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trsm_batched.cpp.o [ 21%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trmm_outofplace_strided_batched.cpp.o [ 21%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trmm_outofplace_batched.cpp.o [ 22%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trsm_strided_batched.cpp.o [ 22%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trtri.cpp.o In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_batched_ex.cpp:25: In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_ex.hpp:25: /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:30:17: error: reference to __host__ function 'norm' in __host__ __device__ function return std::norm(A); ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:44:17: note: called by 'operator()' return {fetch_abs2(x)}; ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/reduction_strided_batched.hpp:98:15: note: called by 'rocblas_reduction_strided_batched_kernel_part1<512, rocblas_fetch_nrm2, const float *const *, float>' sum = FETCH{}(x[tid * incx]); ^ /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/complex:1870:5: note: 'norm' declared here norm(_Tp __x) ^ In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_batched_ex.cpp:25: In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_ex.hpp:25: /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:30:17: error: reference to __host__ function 'norm' in __host__ __device__ function return std::norm(A); ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:44:17: note: called by 'operator()' return {fetch_abs2(x)}; ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/reduction_strided_batched.hpp:98:15: note: called by 'rocblas_reduction_strided_batched_kernel_part1<512, rocblas_fetch_nrm2, const double *const *, double>' sum = FETCH{}(x[tid * incx]); ^ /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/complex:1870:5: note: 'norm' declared here norm(_Tp __x) ^ 2 errors generated when compiling for gfx1030. make[2]: *** [library/src/CMakeFiles/rocblas.dir/build.make:398: library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_batched_ex.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_ex.cpp:23: In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_ex.hpp:25: /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:30:17: error: reference to __host__ function 'norm' in __host__ __device__ function return std::norm(A); ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:44:17: note: called by 'operator()' return {fetch_abs2(x)}; ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/reduction_strided_batched.hpp:98:15: note: called by 'rocblas_reduction_strided_batched_kernel_part1<512, rocblas_fetch_nrm2, const float *const *, float>' sum = FETCH{}(x[tid * incx]); ^ /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/complex:1870:5: note: 'norm' declared here norm(_Tp __x) ^ In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_ex.cpp:23: In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_ex.hpp:25: /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:30:17: error: reference to __host__ function 'norm' in __host__ __device__ function return std::norm(A); ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:44:17: note: called by 'operator()' return {fetch_abs2(x)}; ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/reduction_strided_batched.hpp:98:15: note: called by 'rocblas_reduction_strided_batched_kernel_part1<512, rocblas_fetch_nrm2, const double *const *, double>' sum = FETCH{}(x[tid * incx]); ^ /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/complex:1870:5: note: 'norm' declared here norm(_Tp __x) ^ 2 errors generated when compiling for gfx1030. make[2]: *** [library/src/CMakeFiles/rocblas.dir/build.make:384: library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_ex.cpp.o] Error 1 In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_strided_batched_ex.cpp:25: In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_ex.hpp:25: /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:30:17: error: reference to __host__ function 'norm' in __host__ __device__ function return std::norm(A); ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:44:17: note: called by 'operator()' return {fetch_abs2(x)}; ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/reduction_strided_batched.hpp:98:15: note: called by 'rocblas_reduction_strided_batched_kernel_part1<512, rocblas_fetch_nrm2, const float *const *, float>' sum = FETCH{}(x[tid * incx]); ^ /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/complex:1870:5: note: 'norm' declared here norm(_Tp __x) ^ In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_strided_batched_ex.cpp:25: In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_ex.hpp:25: /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:30:17: error: reference to __host__ function 'norm' in __host__ __device__ function return std::norm(A); ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:44:17: note: called by 'operator()' return {fetch_abs2(x)}; ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/reduction_strided_batched.hpp:98:15: note: called by 'rocblas_reduction_strided_batched_kernel_part1<512, rocblas_fetch_nrm2, const double *const *, double>' sum = FETCH{}(x[tid * incx]); ^ /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/complex:1870:5: note: 'norm' declared here norm(_Tp __x) ^ 2 errors generated when compiling for gfx1030. make[2]: *** [library/src/CMakeFiles/rocblas.dir/build.make:412: library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_strided_batched_ex.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:204: library/src/CMakeFiles/rocblas.dir/all] Error 2 make: *** [Makefile:156: all] Error 2 ```
install.sh ```console rocBLAS (7294a70) [$!?] via △ v3.24.2 via 🐍 v3.10.7 via ❄️ impure (shell) ❯ ./install.sh -a gfx1030 + [[ blis == blis ]] + LINK_BLIS=true + printf '\033[32mCreating project build directory in: \033[33m/home/mado/Downloads/rocBLAS/build\033[0m\n' Creating project build directory in: /home/mado/Downloads/rocBLAS/build + [[ true == true ]] + rm -rf /home/mado/Downloads/rocBLAS/build/release + cmake_executable=cmake + [[ true == true ]] + cxx=hipcc + cc=hipcc + fc=gfortran + [[ true == true ]] + export PATH=/home/mado/Downloads/rocBLAS/ROCM/bin:/home/mado/Downloads/rocBLAS/ROCM/hip/bin:/home/mado/Downloads/rocBLAS/ROCM/llvm/bin:/nix/store/3q0x06cq1njg7wxq4sdxi5rrckngs7yj-bash-interactive-5.1-p16/bin:/nix/store/s5412nz0izfdf3xhw4g6r7034mfgqx9z-patchelf-0.15.0/bin:/nix/store/0vln6gxc9b2wr9yhbn0aspy6badlj638-gcc-wrapper-11.3.0/bin:/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/bin:/nix/store/xnfx90k3zl94anbyvkq81vrv0s8d2sxy-glibc-2.35-163-bin/bin:/nix/store/d5c4xsl7avgqcx70pw8mlz3lp10d48y7-coreutils-9.1/bin:/nix/store/dsagrmb3w748jys0wglvrf756swr08h5-binutils-wrapper-2.39/bin:/nix/store/i38w7ashc8bvz4zh1i8gzbb3c5z3l71x-binutils-2.39/bin:/nix/store/2abgwm2sc0bb1vn38bvz0qb697lc2iww-cmake-3.24.2/bin:/nix/store/h31x77g46c1sp8fzq2dm61m85h5npj3l-hip-5.3.0/bin:/nix/store/h6vb403m6gn94swvxfliipw2lsachw8z-rocm-llvm-wrapper-5.3.0/bin:/nix/store/7hwb5wpi1ig027yglfavm068ph6ijdlc-rocm-llvm-5.3.0/bin:/nix/store/h0lvlg344qxhgyv8nl9v7hnp3svla18k-binutils-wrapper-2.39/bin:/nix/store/1l5gp04v4jvc7wr8dyv12jy8mszma9w0-ncurses-6.3-p20220507-dev/bin:/nix/store/ckb1gfh3fq391i68gfrncpiwlagqx77j-ncurses-6.3-p20220507/bin:/nix/store/rizslsfck4q3lg1kx28mrnjpbh9lfvmi-rocminfo-5.3.0/bin:/nix/store/fkcl1wzq3106qqgl84bhgk1lp56q6bzg-python3-3.10.7/bin:/nix/store/zfs5p0dxvqkyws7kvbl82b3lym44cg9i-libxml2-2.10.2-dev/bin:/nix/store/7f60mg9bcg91sxpcl8hwm4kh2hna207w-libxml2-2.10.2-bin/bin:/nix/store/i08kyc4bvx0403cq0bqzkaxs8hzyz38m-python3.10-wheel-0.37.1/bin:/nix/store/4knlwjzj6ddyfp9dhp8py1v5iqc84kp3-python3.10-numpy-1.23.3/bin:/nix/store/qyy313fbh3a0n5rdwxk2vjj6kqn1z1zs-rocm-smi-5.3.0/bin:/nix/store/p71vijbzk9ls9cmy3zyfasikadz8f6gs-gfortran-wrapper-11.3.0/bin:/nix/store/d5c4xsl7avgqcx70pw8mlz3lp10d48y7-coreutils-9.1/bin:/nix/store/i773haaylrzwdhzalnxn54q8kbgddj27-findutils-4.9.0/bin:/nix/store/15az6zjph7g5s65rr20v6jra4r39pknx-diffutils-3.8/bin:/nix/store/28r0y1y9mn761hkjl225mw2zkryd9qa6-gnused-4.8/bin:/nix/store/g9l8s2fk37wq2qcmxqfvhqv834ay2bpw-gnugrep-3.7/bin:/nix/store/ly5zkhp4d01cg4cdgxbkp0q27l3n301h-gawk-5.1.1/bin:/nix/store/93swbix3f5pq0z8nwn0zdz2snkfqp8ph-gnutar-1.34/bin:/nix/store/nj75vbb7l3sgpiph51vzw5n6ivdc9ygx-gzip-1.12/bin:/nix/store/2vwnmr00zgfww2k6cqc9ssbsvdg8n0xs-bzip2-1.0.8-bin/bin:/nix/store/l7i0jjm2ywk1ckn9hcr5kjbbkvvpf9ys-gnumake-4.3/bin:/nix/store/dd3713mm8wql4r2d5jxx0f58g16nfm4h-bash-5.1-p16/bin:/nix/store/6w572h7924qnyvf78zl14vas51d8g0m8-patch-2.7.6/bin:/nix/store/c47n6fnsdvs6zhpk9anlbp9h532ws80w-xz-5.2.7-bin/bin:/nix/store/lhmh8p87c1kzi9hj21jralz3z9dqb85y-file-5.43/bin:/run/wrappers/bin:/home/mado/.nix-profile/bin:/etc/profiles/per-user/mado/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:/home/mado/Downloads/rocBLAS/ROCM/bin + PATH=/home/mado/Downloads/rocBLAS/ROCM/bin:/home/mado/Downloads/rocBLAS/ROCM/hip/bin:/home/mado/Downloads/rocBLAS/ROCM/llvm/bin:/nix/store/3q0x06cq1njg7wxq4sdxi5rrckngs7yj-bash-interactive-5.1-p16/bin:/nix/store/s5412nz0izfdf3xhw4g6r7034mfgqx9z-patchelf-0.15.0/bin:/nix/store/0vln6gxc9b2wr9yhbn0aspy6badlj638-gcc-wrapper-11.3.0/bin:/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/bin:/nix/store/xnfx90k3zl94anbyvkq81vrv0s8d2sxy-glibc-2.35-163-bin/bin:/nix/store/d5c4xsl7avgqcx70pw8mlz3lp10d48y7-coreutils-9.1/bin:/nix/store/dsagrmb3w748jys0wglvrf756swr08h5-binutils-wrapper-2.39/bin:/nix/store/i38w7ashc8bvz4zh1i8gzbb3c5z3l71x-binutils-2.39/bin:/nix/store/2abgwm2sc0bb1vn38bvz0qb697lc2iww-cmake-3.24.2/bin:/nix/store/h31x77g46c1sp8fzq2dm61m85h5npj3l-hip-5.3.0/bin:/nix/store/h6vb403m6gn94swvxfliipw2lsachw8z-rocm-llvm-wrapper-5.3.0/bin:/nix/store/7hwb5wpi1ig027yglfavm068ph6ijdlc-rocm-llvm-5.3.0/bin:/nix/store/h0lvlg344qxhgyv8nl9v7hnp3svla18k-binutils-wrapper-2.39/bin:/nix/store/1l5gp04v4jvc7wr8dyv12jy8mszma9w0-ncurses-6.3-p20220507-dev/bin:/nix/store/ckb1gfh3fq391i68gfrncpiwlagqx77j-ncurses-6.3-p20220507/bin:/nix/store/rizslsfck4q3lg1kx28mrnjpbh9lfvmi-rocminfo-5.3.0/bin:/nix/store/fkcl1wzq3106qqgl84bhgk1lp56q6bzg-python3-3.10.7/bin:/nix/store/zfs5p0dxvqkyws7kvbl82b3lym44cg9i-libxml2-2.10.2-dev/bin:/nix/store/7f60mg9bcg91sxpcl8hwm4kh2hna207w-libxml2-2.10.2-bin/bin:/nix/store/i08kyc4bvx0403cq0bqzkaxs8hzyz38m-python3.10-wheel-0.37.1/bin:/nix/store/4knlwjzj6ddyfp9dhp8py1v5iqc84kp3-python3.10-numpy-1.23.3/bin:/nix/store/qyy313fbh3a0n5rdwxk2vjj6kqn1z1zs-rocm-smi-5.3.0/bin:/nix/store/p71vijbzk9ls9cmy3zyfasikadz8f6gs-gfortran-wrapper-11.3.0/bin:/nix/store/d5c4xsl7avgqcx70pw8mlz3lp10d48y7-coreutils-9.1/bin:/nix/store/i773haaylrzwdhzalnxn54q8kbgddj27-findutils-4.9.0/bin:/nix/store/15az6zjph7g5s65rr20v6jra4r39pknx-diffutils-3.8/bin:/nix/store/28r0y1y9mn761hkjl225mw2zkryd9qa6-gnused-4.8/bin:/nix/store/g9l8s2fk37wq2qcmxqfvhqv834ay2bpw-gnugrep-3.7/bin:/nix/store/ly5zkhp4d01cg4cdgxbkp0q27l3n301h-gawk-5.1.1/bin:/nix/store/93swbix3f5pq0z8nwn0zdz2snkfqp8ph-gnutar-1.34/bin:/nix/store/nj75vbb7l3sgpiph51vzw5n6ivdc9ygx-gzip-1.12/bin:/nix/store/2vwnmr00zgfww2k6cqc9ssbsvdg8n0xs-bzip2-1.0.8-bin/bin:/nix/store/l7i0jjm2ywk1ckn9hcr5kjbbkvvpf9ys-gnumake-4.3/bin:/nix/store/dd3713mm8wql4r2d5jxx0f58g16nfm4h-bash-5.1-p16/bin:/nix/store/6w572h7924qnyvf78zl14vas51d8g0m8-patch-2.7.6/bin:/nix/store/c47n6fnsdvs6zhpk9anlbp9h532ws80w-xz-5.2.7-bin/bin:/nix/store/lhmh8p87c1kzi9hj21jralz3z9dqb85y-file-5.43/bin:/run/wrappers/bin:/home/mado/.nix-profile/bin:/etc/profiles/per-user/mado/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:/home/mado/Downloads/rocBLAS/ROCM/bin + [[ false == true ]] + [[ false == true ]] + pushd . ~/Downloads/rocBLAS ~/Downloads/rocBLAS + cmake_common_options+=("-DCMAKE_TOOLCHAIN_FILE=toolchain-linux.cmake" "-DROCM_PATH=${rocm_path}" "-DAMDGPU_TARGETS=${gpu_architecture}") + [[ true == true ]] + mkdir -p /home/mado/Downloads/rocBLAS/build/release/clients + cd /home/mado/Downloads/rocBLAS/build/release + cmake_common_options+=("-DCMAKE_BUILD_TYPE=Release") + [[ false == true ]] + [[ false == true ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + [[ false == true ]] + [[ -n '' ]] + [[ true == false ]] + cmake_common_options+=("-DTensile_LOGIC=${tensile_logic}" "-DTensile_CODE_OBJECT_VERSION=${tensile_cov}") ++ nproc + [[ 32 != 32 ]] + [[ '' == true ]] + [[ true == true ]] + cmake_common_options+=("-DTensile_SEPARATE_ARCHITECTURES=ON") + [[ true == true ]] + cmake_common_options+=("-DTensile_LAZY_LIBRARY_LOADING=ON") + [[ true == true ]] + cmake_common_options+=("-DTensile_LIBRARY_FORMAT=msgpack") + [[ false == true ]] + [[ true == false ]] + rocm_rpath= + [[ false == true ]] + [[ true == true ]] + cmake_common_options+=("-DRUN_HEADER_TESTING=OFF") + [[ false == true ]] + [[ false == true ]] + [[ true == true ]] + cmake_common_options+=("-DBUILD_FILE_REORG_BACKWARD_COMPATIBILITY=ON") + [[ false == true ]] + CXX=hipcc + CC=hipcc + cmake -DCMAKE_TOOLCHAIN_FILE=toolchain-linux.cmake -DROCM_PATH=/home/mado/Downloads/rocBLAS/ROCM -DAMDGPU_TARGETS=gfx1030 -DCMAKE_BUILD_TYPE=Release -DTensile_LOGIC=asm_full -DTensile_CODE_OBJECT_VERSION=V3 -DTensile_SEPARATE_ARCHITECTURES=ON -DTensile_LAZY_LIBRARY_LOADING=ON -DTensile_LIBRARY_FORMAT=msgpack -DRUN_HEADER_TESTING=OFF -DBUILD_FILE_REORG_BACKWARD_COMPATIBILITY=ON -DCPACK_SET_DESTDIR=OFF -DCMAKE_INSTALL_PREFIX=rocblas-install -DCPACK_PACKAGING_INSTALL_PREFIX=/home/mado/Downloads/rocBLAS/ROCM -DCMAKE_SHARED_LINKER_FLAGS= /home/mado/Downloads/rocBLAS -- The CXX compiler identification is Clang 15.0.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /home/mado/Downloads/rocBLAS/ROCM/bin/hipcc - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Use hip-clang to build for amdgpu backend -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- OS detected is nixos -- Performing Test COMPILER_HAS_TARGET_ID_gfx803 -- Performing Test COMPILER_HAS_TARGET_ID_gfx803 - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx900 -- Performing Test COMPILER_HAS_TARGET_ID_gfx900 - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx906_xnack_off -- Performing Test COMPILER_HAS_TARGET_ID_gfx906_xnack_off - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx908_xnack_off -- Performing Test COMPILER_HAS_TARGET_ID_gfx908_xnack_off - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_on -- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_on - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_off -- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_off - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx1010 -- Performing Test COMPILER_HAS_TARGET_ID_gfx1010 - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx1012 -- Performing Test COMPILER_HAS_TARGET_ID_gfx1012 - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx1030 -- Performing Test COMPILER_HAS_TARGET_ID_gfx1030 - Success /nix/store/fkcl1wzq3106qqgl84bhgk1lp56q6bzg-python3-3.10.7/bin/python3 -m venv /home/mado/Downloads/rocBLAS/build/release/virtualenv --system-site-packages --clear virtualenv python version: /home/mado/Downloads/rocBLAS/build/release/virtualenv/bin/python3 Python 3.10.7 /home/mado/Downloads/rocBLAS/build/release/virtualenv/bin/python3 -m pip install git+https://github.com/ROCmSoftwarePlatform/Tensile.git@b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08 Collecting git+https://github.com/ROCmSoftwarePlatform/Tensile.git@b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08 Cloning https://github.com/ROCmSoftwarePlatform/Tensile.git (to revision b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08) to /run/user/1000/pip-req-build-4msk0cvu Running command git clone --filter=blob:none --quiet https://github.com/ROCmSoftwarePlatform/Tensile.git /run/user/1000/pip-req-build-4msk0cvu Running command git rev-parse -q --verify 'sha^b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08' Running command git fetch -q https://github.com/ROCmSoftwarePlatform/Tensile.git b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08 Running command git checkout -q b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08 Resolved https://github.com/ROCmSoftwarePlatform/Tensile.git to commit b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08 Running command git submodule update --init --recursive -q Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: pyyaml in /nix/store/hfd2mlapz5ljh0y0qckkr0x560f2zdhf-python3.10-pyyaml-6.0/lib/python3.10/site-packages (from Tensile==4.34.0) (6.0) Requirement already satisfied: msgpack in /nix/store/570ldhh0fsq1fnfr9k0n6qn5kkx9nsnc-python3.10-msgpack-1.0.4/lib/python3.10/site-packages (from Tensile==4.34.0) (1.0.4) Building wheels for collected packages: Tensile Building wheel for Tensile (setup.py): started Building wheel for Tensile (setup.py): finished with status 'done' Created wheel for Tensile: filename=Tensile-4.34.0-py3-none-any.whl size=4624539 sha256=ce9066ab9234b353505905c66ef0fa0d6e73a9a43e7bf65b9123231850d342ec Stored in directory: /home/mado/.cache/pip/wheels/55/bb/d4/8e72757a3bad7dbfa969bc15f51aac656b67abc84c4b04a45a Successfully built Tensile Installing collected packages: Tensile Successfully installed Tensile-4.34.0 [notice] A new release of pip available: 22.2.2 -> 22.3 [notice] To update, run: python3 -m pip install --upgrade pip -- using GIT Tensile fork=ROCmSoftwarePlatform from branch=b33ca97af456cda14f7b1ec9bcc8aeab3ed6dd08 -- Adding /home/mado/Downloads/rocBLAS/build/release/virtualenv to CMAKE_PREFIX_PATH -- The C compiler identification is Clang 15.0.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /home/mado/Downloads/rocBLAS/ROCM/bin/hipcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- hip::amdhip64 is SHARED_LIBRARY -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success -- hip::amdhip64 is SHARED_LIBRARY -- Using AMDGPU_TARGETS: gfx1030 -- Tensile script: /home/mado/Downloads/rocBLAS/build/release/virtualenv/lib/python3.10/site-packages/Tensile/bin/TensileCreateLibrary -- Tensile_CREATE_COMMAND: /home/mado/Downloads/rocBLAS/build/release/virtualenv/lib/python3.10/site-packages/Tensile/bin/TensileCreateLibrary;--merge-files;--separate-architectures;--lazy-library-loading;--no-short-file-names;--no-library-print-debug;--code-object-version=V3;--cxx-compiler=hipcc;--library-format=msgpack;--architecture=gfx1030;/home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full;/home/mado/Downloads/rocBLAS/build/release/Tensile;HIP -- Tensile_MANIFEST_FILE_PATH: /home/mado/Downloads/rocBLAS/build/release/Tensile/library/TensileManifest.txt '/home/mado/Downloads/rocBLAS/build/release/virtualenv/lib/python3.10/site-packages/Tensile/bin/TensileCreateLibrary' '--merge-files' '--separate-architectures' '--lazy-library-loading' '--no-short-file-names' '--no-library-print-debug' '--code-object-version=V3' '--cxx-compiler=hipcc' '--library-format=msgpack' '--architecture=gfx1030' '/home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full' '/home/mado/Downloads/rocBLAS/build/release/Tensile' 'HIP' '--generate-manifest-and-exit' ################################################################################ # Tensile Create Library # Detected local GPU with ISA: gfx1030 # Detected local GPU with ISA: gfx1030 cap gfx000 gfx803 gfx900 gfx906 gfx908 gfx90a gfx1010 gfx1011 gfx1012 gfx1030 gfx1100 gfx1101 gfx1102 HasMFMA_bf16_1k 0 0 0 0 0 1 0 0 0 0 0 0 0 HasAddLshl 0 0 1 1 1 1 1 1 1 1 1 1 1 HasAtomicAdd 0 0 0 0 1 1 0 0 0 0 1 1 1 HasCodeObjectV3 0 1 1 1 1 1 1 1 1 1 1 1 1 HasDirectToLds 0 0 0 0 0 0 0 0 0 0 0 0 0 HasExplicitCO 0 0 1 1 1 1 1 1 1 1 1 1 1 HasExplicitNC 0 0 0 0 0 0 1 1 1 1 1 1 1 HasLshlOr 0 0 1 1 1 1 1 1 1 1 1 1 1 HasMFMA 0 0 0 0 1 1 0 0 0 0 0 0 0 HasSMulHi 0 0 1 1 1 1 1 1 1 1 1 1 1 MaxLgkmcnt 1 1 1 1 1 1 1 1 1 1 1 1 1 MaxVmcnt 0 1 1 1 1 1 1 1 1 1 1 1 1 SupportedISA 0 1 1 1 1 1 1 1 1 1 1 1 1 SupportedSource 1 1 1 1 1 1 1 1 1 1 1 1 1 v_dot2_f32_f16 0 0 0 1 1 1 0 1 1 1 1 1 1 v_dot2c_f32_f16 0 0 0 0 1 1 0 1 1 1 1 1 1 v_fma_f16 0 0 1 1 1 1 1 1 1 1 1 1 1 v_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_mac_f16 0 1 1 1 1 1 0 0 0 0 0 0 0 v_pk_fma_f16 0 0 1 1 1 1 1 1 1 1 1 1 1 v_pk_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fma_f32 0 1 1 1 1 1 1 1 1 1 1 1 1 v_fma_mix_f32 0 0 0 1 1 1 1 1 1 1 1 1 1 v_fmac_f32 0 0 0 1 1 1 1 1 1 1 1 1 1 v_mac_f32 0 1 1 1 1 1 1 1 1 0 0 0 0 v_mad_mix_f32 0 0 1 0 0 0 0 0 0 0 0 0 0 HasMFMA_f64 0 0 0 0 0 1 0 0 0 0 0 0 0 v_fma_f64 0 1 1 1 1 1 1 1 1 1 1 1 1 VOP3v_dot4_i32_i8 0 0 0 1 1 1 0 1 1 1 0 0 0 v_dot4_i32_i8 0 0 0 0 0 0 0 0 0 0 0 0 0 v_dot4c_i32_i8 0 0 0 0 1 1 0 1 1 1 0 0 0 ArchAccUnifiedRegs 0 0 0 0 0 1 0 0 0 0 0 0 0 CMPXWritesSGPR 1 1 1 1 1 1 0 0 0 0 0 0 0 HasAccCD 0 0 0 0 0 1 0 0 0 0 0 0 0 HasEccHalf 0 0 0 1 1 1 0 0 0 0 0 0 0 HasWave32 0 0 0 0 0 0 1 1 1 1 1 1 1 SeparateVscnt 0 0 0 0 0 0 1 1 1 1 1 1 1 Waitcnt0Disabled 0 0 0 0 1 1 0 0 0 0 0 0 0 # Found hipcc version 5.3.22061- # CodeObjectVersion from TensileCreateLibrary: V3 # CxxCompiler from TensileCreateLibrary: hipcc # Architecture from TensileCreateLibrary: gfx1030 # LibraryFormat from TensileCreateLibrary: msgpack # LibraryLogicFiles: # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_SB_GB.yaml Reading logic files: Launching 32 threads... Reading logic files: Done. [|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||] 100% (3.5 secs elapsed) -- *** NOTE: blas2/rocblas_ger_kernels.cpp is compiled with the verbose flag -v for QC purposes. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success -- Configuring done -- Generating done -- Build files have been written to: /home/mado/Downloads/rocBLAS/build/release + check_exit_code 0 + (( 0 != 0 )) + [[ true == true ]] + make -j32 install [ 0%] Generating /home/mado/Downloads/rocBLAS/build/release/include/rocblas/internal/rocblas_device_malloc.hpp [ 1%] Generating prototypes from /home/mado/Downloads/rocBLAS/library/src. [ 1%] Generating Tensile Libraries [ 1%] Built target rocblas_device_malloc [ 1%] Built target rocblas_proto_templates ################################################################################ # Tensile Create Library # Detected local GPU with ISA: gfx1030 # Detected local GPU with ISA: gfx1030 cap gfx000 gfx803 gfx900 gfx906 gfx908 gfx90a gfx1010 gfx1011 gfx1012 gfx1030 gfx1100 gfx1101 gfx1102 HasMFMA_bf16_1k 0 0 0 0 0 1 0 0 0 0 0 0 0 HasAddLshl 0 0 1 1 1 1 1 1 1 1 1 1 1 HasAtomicAdd 0 0 0 0 1 1 0 0 0 0 1 1 1 HasCodeObjectV3 0 1 1 1 1 1 1 1 1 1 1 1 1 HasDirectToLds 0 0 0 0 0 0 0 0 0 0 0 0 0 HasExplicitCO 0 0 1 1 1 1 1 1 1 1 1 1 1 HasExplicitNC 0 0 0 0 0 0 1 1 1 1 1 1 1 HasLshlOr 0 0 1 1 1 1 1 1 1 1 1 1 1 HasMFMA 0 0 0 0 1 1 0 0 0 0 0 0 0 HasSMulHi 0 0 1 1 1 1 1 1 1 1 1 1 1 MaxLgkmcnt 1 1 1 1 1 1 1 1 1 1 1 1 1 MaxVmcnt 0 1 1 1 1 1 1 1 1 1 1 1 1 SupportedISA 0 1 1 1 1 1 1 1 1 1 1 1 1 SupportedSource 1 1 1 1 1 1 1 1 1 1 1 1 1 v_dot2_f32_f16 0 0 0 1 1 1 0 1 1 1 1 1 1 v_dot2c_f32_f16 0 0 0 0 1 1 0 1 1 1 1 1 1 v_fma_f16 0 0 1 1 1 1 1 1 1 1 1 1 1 v_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_mac_f16 0 1 1 1 1 1 0 0 0 0 0 0 0 v_pk_fma_f16 0 0 1 1 1 1 1 1 1 1 1 1 1 v_pk_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fma_f32 0 1 1 1 1 1 1 1 1 1 1 1 1 v_fma_mix_f32 0 0 0 1 1 1 1 1 1 1 1 1 1 v_fmac_f32 0 0 0 1 1 1 1 1 1 1 1 1 1 v_mac_f32 0 1 1 1 1 1 1 1 1 0 0 0 0 v_mad_mix_f32 0 0 1 0 0 0 0 0 0 0 0 0 0 HasMFMA_f64 0 0 0 0 0 1 0 0 0 0 0 0 0 v_fma_f64 0 1 1 1 1 1 1 1 1 1 1 1 1 VOP3v_dot4_i32_i8 0 0 0 1 1 1 0 1 1 1 0 0 0 v_dot4_i32_i8 0 0 0 0 0 0 0 0 0 0 0 0 0 v_dot4c_i32_i8 0 0 0 0 1 1 0 1 1 1 0 0 0 ArchAccUnifiedRegs 0 0 0 0 0 1 0 0 0 0 0 0 0 CMPXWritesSGPR 1 1 1 1 1 1 0 0 0 0 0 0 0 HasAccCD 0 0 0 0 0 1 0 0 0 0 0 0 0 HasEccHalf 0 0 0 1 1 1 0 0 0 0 0 0 0 HasWave32 0 0 0 0 0 0 1 1 1 1 1 1 1 SeparateVscnt 0 0 0 0 0 0 1 1 1 1 1 1 1 Waitcnt0Disabled 0 0 0 0 1 1 0 0 0 0 0 0 0 # Found hipcc version 5.3.22061- # CodeObjectVersion from TensileCreateLibrary: V3 # CxxCompiler from TensileCreateLibrary: hipcc # Architecture from TensileCreateLibrary: gfx1030 # LibraryFormat from TensileCreateLibrary: msgpack # LibraryLogicFiles: # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_4xi8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_4xi8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BBS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BBS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_CB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_CB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_DB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_DB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HSS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HSS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_ZB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_ZB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_SB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HB_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HHS_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_I8II_BH.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_SB.yaml # /home/mado/Downloads/rocBLAS/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_SB_GB.yaml Reading logic files: Launching 32 threads... Reading logic files: Done. [|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||] 100% (3.5 secs elapsed) # Writing Custom CMake # Writing Kernels... Generating kernels: Launching 32 threads... Generating kernels: Done. * Compiling source kernels: Launching 32 threads... Compiling source kernels: Done. # Kernel Building elapsed time = 42.6 secs # Tensile Library Writer DONE ################################################################################ [ 1%] TENSILE_LIBRARY_TARGET: Copying tensile objects to /home/mado/Downloads/rocBLAS/build/release/Tensile/library [ 1%] Built target TENSILE_LIBRARY_TARGET [ 3%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/ContractionProblem.cpp.o [ 3%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/AMDGPU.cpp.o [ 3%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/DataTypes.cpp.o [ 4%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/Debug.cpp.o [ 4%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/ContractionSolution.cpp.o [ 4%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/ArithmeticUnitTypes.cpp.o [ 4%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/KernelLanguageTypes.cpp.o [ 5%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/KernelArguments.cpp.o [ 5%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/EmbeddedLibrary.cpp.o [ 5%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/PerformanceMetricTypes.cpp.o [ 6%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/ScalarValueTypes.cpp.o [ 6%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/TensorDescriptor.cpp.o [ 6%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/hip/HipSolutionAdapter.cpp.o [ 6%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/Utils.cpp.o [ 7%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/TensorOps.cpp.o [ 7%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/Tensile.cpp.o [ 8%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/msgpack/MessagePack.cpp.o [ 9%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/hip/HipHardware.cpp.o [ 9%] Linking CXX static library librocblas-tensile.a [ 9%] Built target TensileHost [ 9%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_axpy_ex.cpp.o [ 9%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trsv_ex.cpp.o [ 9%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_gemm_ex.cpp.o [ 9%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_gemm_strided_batched_ex.cpp.o [ 9%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trsv_strided_batched_ex.cpp.o [ 10%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_gemm_batched_ex.cpp.o [ 11%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_gemm_ext2.cpp.o [ 11%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_dot_ex.cpp.o [ 12%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trsv_batched_ex.cpp.o [ 12%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_axpy_batched_ex.cpp.o [ 13%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_axpy_ex_kernels.cpp.o [ 14%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_axpy_strided_batched_ex.cpp.o [ 14%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_dot_batched_ex.cpp.o [ 14%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_rot_ex.cpp.o [ 15%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_dot_strided_batched_ex.cpp.o [ 17%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_rot_ex_kernels.cpp.o [ 17%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_scal_ex.cpp.o [ 17%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_rot_batched_ex.cpp.o [ 17%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_scal_ex_kernels.cpp.o [ 17%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_rot_strided_batched_ex.cpp.o [ 18%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_scal_strided_batched_ex.cpp.o [ 18%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_scal_batched_ex.cpp.o [ 18%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_ex.cpp.o [ 18%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_strided_batched_ex.cpp.o [ 19%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_batched_ex.cpp.o [ 20%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trmm_outofplace.cpp.o [ 21%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trsm.cpp.o [ 21%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trmm_outofplace_batched.cpp.o [ 21%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trsm_batched.cpp.o [ 21%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trmm_outofplace_strided_batched.cpp.o [ 22%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trsm_strided_batched.cpp.o [ 22%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trtri.cpp.o In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_ex.cpp:23: In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_ex.hpp:25: /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:30:17: error: reference to __host__ function 'norm' in __host__ __device__ function return std::norm(A); ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:44:17: note: called by 'operator()' return {fetch_abs2(x)}; ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/reduction_strided_batched.hpp:98:15: note: called by 'rocblas_reduction_strided_batched_kernel_part1<512, rocblas_fetch_nrm2, const float *const *, float>' sum = FETCH{}(x[tid * incx]); ^ /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/complex:1870:5: note: 'norm' declared here norm(_Tp __x) ^ In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_ex.cpp:23: In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_ex.hpp:25: /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:30:17: error: reference to __host__ function 'norm' in __host__ __device__ function return std::norm(A); ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:44:17: note: called by 'operator()' return {fetch_abs2(x)}; ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/reduction_strided_batched.hpp:98:15: note: called by 'rocblas_reduction_strided_batched_kernel_part1<512, rocblas_fetch_nrm2, const double *const *, double>' sum = FETCH{}(x[tid * incx]); ^ /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/complex:1870:5: note: 'norm' declared here norm(_Tp __x) ^ 2 errors generated when compiling for gfx1030. make[2]: *** [library/src/CMakeFiles/rocblas.dir/build.make:384: library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_ex.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_strided_batched_ex.cpp:25: In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_ex.hpp:25: /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:30:17: error: reference to __host__ function 'norm' in __host__ __device__ function return std::norm(A); ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:44:17: note: called by 'operator()' return {fetch_abs2(x)}; ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/reduction_strided_batched.hpp:98:15: note: called by 'rocblas_reduction_strided_batched_kernel_part1<512, rocblas_fetch_nrm2, const float *const *, float>' sum = FETCH{}(x[tid * incx]); ^ /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/complex:1870:5: note: 'norm' declared here norm(_Tp __x) ^ In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_strided_batched_ex.cpp:25: In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_ex.hpp:25: /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:30:17: error: reference to __host__ function 'norm' in __host__ __device__ function return std::norm(A); ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:44:17: note: called by 'operator()' return {fetch_abs2(x)}; ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/reduction_strided_batched.hpp:98:15: note: called by 'rocblas_reduction_strided_batched_kernel_part1<512, rocblas_fetch_nrm2, const double *const *, double>' sum = FETCH{}(x[tid * incx]); ^ /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/complex:1870:5: note: 'norm' declared here norm(_Tp __x) ^ 2 errors generated when compiling for gfx1030. make[2]: *** [library/src/CMakeFiles/rocblas.dir/build.make:412: library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_strided_batched_ex.cpp.o] Error 1 In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_batched_ex.cpp:25: In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_ex.hpp:25: /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:30:17: error: reference to __host__ function 'norm' in __host__ __device__ function return std::norm(A); ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:44:17: note: called by 'operator()' return {fetch_abs2(x)}; ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/reduction_strided_batched.hpp:98:15: note: called by 'rocblas_reduction_strided_batched_kernel_part1<512, rocblas_fetch_nrm2, const float *const *, float>' sum = FETCH{}(x[tid * incx]); ^ /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/complex:1870:5: note: 'norm' declared here norm(_Tp __x) ^ In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_batched_ex.cpp:25: In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_ex.hpp:25: /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:30:17: error: reference to __host__ function 'norm' in __host__ __device__ function return std::norm(A); ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:44:17: note: called by 'operator()' return {fetch_abs2(x)}; ^ /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/reduction_strided_batched.hpp:98:15: note: called by 'rocblas_reduction_strided_batched_kernel_part1<512, rocblas_fetch_nrm2, const double *const *, double>' sum = FETCH{}(x[tid * incx]); ^ /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/complex:1870:5: note: 'norm' declared here norm(_Tp __x) ^ 2 errors generated when compiling for gfx1030. make[2]: *** [library/src/CMakeFiles/rocblas.dir/build.make:398: library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_batched_ex.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:204: library/src/CMakeFiles/rocblas.dir/all] Error 2 make: *** [Makefile:156: all] Error 2 + check_exit_code 2 + (( 2 != 0 )) + exit 2 ```
Madouura commented 2 years ago

The issue seems to be in library/src/include/utility.hpp -> ${hip}/include/hip/hip_runtime.h -> possibly ${hip}/include/hip/amd_detail/amd_hip_runtime.h. Tried passing __HIP_PLATFORM_AMD__ and -D__HIP_PLATFORM_AMD__ to CXXFLAGS, no effect.

export ROCM_PATH="/nix/store/j22ngkly46a8ny0cmsdsd55iv0fq4s42-rocm-cmake-5.3.0:/nix/store/cyldr9i1kk0n0qjwf2zz15cw2vb1s8c5-rocm-runtime-5.3.0:/nix/store/kn3j6izgl1sjzlmslhp655h7md92cmhr-rocm-device-libs-5.3.0:/nix/store/fnw5z5qdcpywx4cjx4cj2wxn8bwr36xy-rocm-comgr-5.3.0:/nix/store/rizslsfck4q3lg1kx28mrnjpbh9lfvmi-rocminfo-5.3.0:/nix/store/h31x77g46c1sp8fzq2dm61m85h5npj3l-hip-5.3.0:/nix/store/7hwb5wpi1ig027yglfavm068ph6ijdlc-rocm-llvm-5.3.0" The above allowed me to get to the same point without having to do the copy shenanigans.

After further testing, only need to add /nix/store/7hwb5wpi1ig027yglfavm068ph6ijdlc-rocm-llvm-5.3.0 to -DROCM_PATH and add ${llvm}/bin, ${llvm}/hip/bin, and ${llvm}/llvm/bin to the beginning of the PATH.

Good news on the Aldebaran front (custom kernels, apparently), those are now generated.

rocblas/default.nix build ```console nixpkgs on  dev/rocm [$] ❯ nix-build . -A rocblas this derivation will be built: /nix/store/25k6hq8mcgpagz21112gc5jk2hlr6hjk-rocblas-2.45.0-5.3.0.drv building '/nix/store/25k6hq8mcgpagz21112gc5jk2hlr6hjk-rocblas-2.45.0-5.3.0.drv'... unpacking sources unpacking source archive /nix/store/8gn99xknric23fmh1dz324333hv1ln63-source source root is source patching sources configuring fixing cmake files... cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/x9f9srwl09lwcqk2zq260dh8zjj6dcy0-rocblas-2.45.0-5.3.0/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/x9f9srwl09lwcqk2zq260dh8zjj6dcy0-rocblas-2.45.0-5.3.0/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/x9f9srwl09lwcqk2zq260dh8zjj6dcy0-rocblas-2.45.0-5.3.0/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/x9f9srwl09lwcqk2zq260dh8zjj6dcy0-rocblas-2.45.0-5.3.0/share/doc/rocblas -DCMAKE_INSTALL_INFODIR=/nix/store/x9f9srwl09lwcqk2zq260dh8zjj6dcy0-rocblas-2.45.0-5.3.0/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/x9f9srwl09lwcqk2zq260dh8zjj6dcy0-rocblas-2.45.0-5.3.0/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/x9f9srwl09lwcqk2zq260dh8zjj6dcy0-rocblas-2.45.0-5.3.0/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/x9f9srwl09lwcqk2zq260dh8zjj6dcy0-rocblas-2.45.0-5.3.0/include -DCMAKE_INSTALL_SBINDIR=/nix/store/x9f9srwl09lwcqk2zq260dh8zjj6dcy0-rocblas-2.45.0-5.3.0/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/x9f9srwl09lwcqk2zq260dh8zjj6dcy0-rocblas-2.45.0-5.3.0/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/x9f9srwl09lwcqk2zq260dh8zjj6dcy0-rocblas-2.45.0-5.3.0/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/h6vb403m6gn94swvxfliipw2lsachw8z-rocm-llvm-wrapper-5.3.0/bin/strip -DCMAKE_RANLIB=/nix/store/h6vb403m6gn94swvxfliipw2lsachw8z-rocm-llvm-wrapper-5.3.0/bin/ranlib -DCMAKE_AR=/nix/store/h6vb403m6gn94swvxfliipw2lsachw8z-rocm-llvm-wrapper-5.3.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/x9f9srwl09lwcqk2zq260dh8zjj6dcy0-rocblas-2.45.0-5.3.0 -DCMAKE_C_COMPILER=hipcc -DCMAKE_CXX_COMPILER=hipcc -DCMAKE_INSTALL_BINDIR=bin -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_INCLUDEDIR=include -DVIRTUALENV_HOME_DIR=/build/source/tensile -DTensile_TEST_LOCAL_PATH=/build/source/tensile -DTensile_ROOT=/build/source/tensile/lib/python3.10/site-packages/Tensile -DTensile_LOGIC=asm_full -DTensile_CODE_OBJECT_VERSION=V3 -DTensile_SEPARATE_ARCHITECTURES=ON -DTensile_LAZY_LIBRARY_LOADING=ON -DTensile_LIBRARY_FORMAT=msgpack -DAMDGPU_TARGETS=all -DROCM_PATH=/nix/store/7hwb5wpi1ig027yglfavm068ph6ijdlc-rocm-llvm-5.3.0 -Dpython=python3 -- The CXX compiler identification is Clang 15.0.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/h31x77g46c1sp8fzq2dm61m85h5npj3l-hip-5.3.0/bin/hipcc - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Use hip-clang to build for amdgpu backend -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- OS detected is unknown -- Performing Test COMPILER_HAS_TARGET_ID_gfx803 -- Performing Test COMPILER_HAS_TARGET_ID_gfx803 - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx900 -- Performing Test COMPILER_HAS_TARGET_ID_gfx900 - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx906_xnack_off -- Performing Test COMPILER_HAS_TARGET_ID_gfx906_xnack_off - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx908_xnack_off -- Performing Test COMPILER_HAS_TARGET_ID_gfx908_xnack_off - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_on -- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_on - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_off -- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_off - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx1010 -- Performing Test COMPILER_HAS_TARGET_ID_gfx1010 - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx1012 -- Performing Test COMPILER_HAS_TARGET_ID_gfx1012 - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx1030 -- Performing Test COMPILER_HAS_TARGET_ID_gfx1030 - Success -- using local Tensile from /build/source/tensile, copied to /build/source/tensile/lib/python3.10/site-packages/Tensile -- Adding /build/source/tensile to CMAKE_PREFIX_PATH -- The C compiler identification is Clang 15.0.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/h31x77g46c1sp8fzq2dm61m85h5npj3l-hip-5.3.0/bin/hipcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- hip::amdhip64 is SHARED_LIBRARY -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success -- hip::amdhip64 is SHARED_LIBRARY -- Using AMDGPU_TARGETS: gfx803;gfx900;gfx906:xnack-;gfx908:xnack-;gfx90a:xnack+;gfx90a:xnack-;gfx1010;gfx1012;gfx1030 -- Tensile script: /build/source/tensile/lib/python3.10/site-packages/Tensile/bin/TensileCreateLibrary -- Tensile_CREATE_COMMAND: /build/source/tensile/lib/python3.10/site-packages/Tensile/bin/TensileCreateLibrary;--merge-files;--separate-architectures;--lazy-library-loading;--no-short-file-names;--no-library-print-debug;--code-object-version=V3;--cxx-compiler=hipcc;--library-format=msgpack;--architecture=gfx803_gfx900_gfx906:xnack-_gfx908:xnack-_gfx90a:xnack+_gfx90a:xnack-_gfx1010_gfx1012_gfx1030;/build/source/library/src/blas3/Tensile/Logic/asm_full;/build/source/build/Tensile;HIP -- Tensile_MANIFEST_FILE_PATH: /build/source/build/Tensile/library/TensileManifest.txt '/build/source/tensile/lib/python3.10/site-packages/Tensile/bin/TensileCreateLibrary' '--merge-files' '--separate-architectures' '--lazy-library-loading' '--no-short-file-names' '--no-library-print-debug' '--code-object-version=V3' '--cxx-compiler=hipcc' '--library-format=msgpack' '--architecture=gfx803_gfx900_gfx906:xnack-_gfx908:xnack-_gfx90a:xnack+_gfx90a:xnack-_gfx1010_gfx1012_gfx1030' '/build/source/library/src/blas3/Tensile/Logic/asm_full' '/build/source/build/Tensile' 'HIP' '--generate-manifest-and-exit' ################################################################################ # Tensile Create Library Tensile::WARNING: Did not detect SupportedISA: [(8, 0, 3), (9, 0, 0), (9, 0, 6), (9, 0, 8), (9, 0, 10), (10, 1, 0), (10, 1, 1), (10, 1, 2), (10, 3, 0), (11, 0, 0), (11, 0, 1), (11, 0, 2)]; cannot benchmark assembly kernels. cap gfx000 gfx803 gfx900 gfx906 gfx908 gfx90a gfx1010 gfx1011 gfx1012 gfx1030 gfx1100 gfx1101 gfx1102 HasMFMA_bf16_1k 0 0 0 0 0 1 0 0 0 0 0 0 0 HasAddLshl 0 0 1 1 1 1 1 1 1 1 1 1 1 HasAtomicAdd 0 0 0 0 1 1 0 0 0 0 1 1 1 HasCodeObjectV3 0 1 1 1 1 1 1 1 1 1 1 1 1 HasDirectToLds 0 0 0 0 0 0 0 0 0 0 0 0 0 HasExplicitCO 0 0 1 1 1 1 1 1 1 1 1 1 1 HasExplicitNC 0 0 0 0 0 0 1 1 1 1 1 1 1 HasLshlOr 0 0 1 1 1 1 1 1 1 1 1 1 1 HasMFMA 0 0 0 0 1 1 0 0 0 0 0 0 0 HasSMulHi 0 0 1 1 1 1 1 1 1 1 1 1 1 MaxLgkmcnt 1 1 1 1 1 1 1 1 1 1 1 1 1 MaxVmcnt 0 1 1 1 1 1 1 1 1 1 1 1 1 SupportedISA 0 1 1 1 1 1 1 1 1 1 1 1 1 SupportedSource 1 1 1 1 1 1 1 1 1 1 1 1 1 v_dot2_f32_f16 0 0 0 1 1 1 0 1 1 1 1 1 1 v_dot2c_f32_f16 0 0 0 0 1 1 0 1 1 1 1 1 1 v_fma_f16 0 0 1 1 1 1 1 1 1 1 1 1 1 v_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_mac_f16 0 1 1 1 1 1 0 0 0 0 0 0 0 v_pk_fma_f16 0 0 1 1 1 1 1 1 1 1 1 1 1 v_pk_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fma_f32 0 1 1 1 1 1 1 1 1 1 1 1 1 v_fma_mix_f32 0 0 0 1 1 1 1 1 1 1 1 1 1 v_fmac_f32 0 0 0 1 1 1 1 1 1 1 1 1 1 v_mac_f32 0 1 1 1 1 1 1 1 1 0 0 0 0 v_mad_mix_f32 0 0 1 0 0 0 0 0 0 0 0 0 0 HasMFMA_f64 0 0 0 0 0 1 0 0 0 0 0 0 0 v_fma_f64 0 1 1 1 1 1 1 1 1 1 1 1 1 VOP3v_dot4_i32_i8 0 0 0 1 1 1 0 1 1 1 0 0 0 v_dot4_i32_i8 0 0 0 0 0 0 0 0 0 0 0 0 0 v_dot4c_i32_i8 0 0 0 0 1 1 0 1 1 1 0 0 0 ArchAccUnifiedRegs 0 0 0 0 0 1 0 0 0 0 0 0 0 CMPXWritesSGPR 1 1 1 1 1 1 0 0 0 0 0 0 0 HasAccCD 0 0 0 0 0 1 0 0 0 0 0 0 0 HasEccHalf 0 0 0 1 1 1 0 0 0 0 0 0 0 HasWave32 0 0 0 0 0 0 1 1 1 1 1 1 1 SeparateVscnt 0 0 0 0 0 0 1 1 1 1 1 1 1 Waitcnt0Disabled 0 0 0 0 1 1 0 0 0 0 0 0 0 # Found hipcc version 5.3.22061- # CodeObjectVersion from TensileCreateLibrary: V3 # CxxCompiler from TensileCreateLibrary: hipcc # Architecture from TensileCreateLibrary: gfx803_gfx900_gfx906:xnack-_gfx908:xnack-_gfx90a:xnack+_gfx90a:xnack-_gfx1010_gfx1012_gfx1030 # LibraryFormat from TensileCreateLibrary: msgpack # LibraryLogicFiles: # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bljk_SBIIc.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bljk_SBIc.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_SBIIc.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_SBIc.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_SBIIc.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_SBIc.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_4xi8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_4xi8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_4xi8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_4xi8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_BjlkC_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_AlikC_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_AlikC_BjlkC_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_AlikC_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_AlikC_Bjlk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_AlikC_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_AlikC_Bljk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_BjlkC_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_BjlkC_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_BjlkC_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_BjlkC_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_4xi8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_BSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_HSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_4xi8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_BSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_HSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_SBIIc.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_SBIc.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_AlikC_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_AlikC_BjlkC_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_AlikC_BjlkC_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_AlikC_BjlkC_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_AlikC_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_AlikC_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_AlikC_Bjlk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_AlikC_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_AlikC_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_AlikC_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_AlikC_Bljk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_AlikC_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_BjlkC_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_BjlkC_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_BjlkC_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_4xi8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_HSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_4xi8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_BSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_HSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_AlikC_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_AlikC_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_AlikC_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Ailk_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Ailk_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Ailk_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Ailk_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Alik_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Alik_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Alik_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Alik_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bjlk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bjlk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bljk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bjlk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bjlk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bljk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/cu_efficiency/arcturus_Cijk_Ailk_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/cu_efficiency/arcturus_Cijk_Ailk_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/cu_efficiency/arcturus_Cijk_Alik_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/fp16altimpl/aldebaran_Cijk_Ailk_Bjlk_HHS_BHR.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/fp16altimpl/aldebaran_Cijk_Ailk_Bljk_HHS_BHR.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/fp16altimpl/aldebaran_Cijk_Alik_Bjlk_HHS_BHR.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/fp16altimpl/aldebaran_Cijk_Alik_Bljk_HHS_BHR.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bjlk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bjlk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bjlk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bjlk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bjlk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bljk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bljk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bljk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Alik_Bljk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Alik_Bljk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Alik_Bljk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Alik_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Alik_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Alik_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Alik_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Alik_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/fp16altimpl/aldebaran_Cijk_Ailk_Bjlk_HHS_BHR.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/fp16altimpl/aldebaran_Cijk_Ailk_Bljk_HHS_BHR.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/fp16altimpl/aldebaran_Cijk_Alik_Bljk_HHS_BHR.yaml Reading logic files: Launching 32 threads... Reading logic files: Done. [|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||] 100% (34.9 secs elapsed) -- *** NOTE: blas2/rocblas_ger_kernels.cpp is compiled with the verbose flag -v for QC purposes. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_POLICY_DEFAULT_CMP0025 -- Build files have been written to: /build/source/build cmake: enabled parallel building configurePhase completed in 3 minutes 21 seconds building build flags: -j32 SHELL=/nix/store/dd3713mm8wql4r2d5jxx0f58g16nfm4h-bash-5.1-p16/bin/bash [ 0%] Generating /build/source/build/include/rocblas/internal/rocblas_device_malloc.hpp [ 1%] Generating prototypes from /build/source/library/src. [ 1%] Built target rocblas_device_malloc [ 1%] Generating Tensile Libraries [ 1%] Built target rocblas_proto_templates ################################################################################ # Tensile Create Library Tensile::WARNING: Did not detect SupportedISA: [(8, 0, 3), (9, 0, 0), (9, 0, 6), (9, 0, 8), (9, 0, 10), (10, 1, 0), (10, 1, 1), (10, 1, 2), (10, 3, 0), (11, 0, 0), (11, 0, 1), (11, 0, 2)]; cannot benchmark assembly kernels. cap gfx000 gfx803 gfx900 gfx906 gfx908 gfx90a gfx1010 gfx1011 gfx1012 gfx1030 gfx1100 gfx1101 gfx1102 HasMFMA_bf16_1k 0 0 0 0 0 1 0 0 0 0 0 0 0 HasAddLshl 0 0 1 1 1 1 1 1 1 1 1 1 1 HasAtomicAdd 0 0 0 0 1 1 0 0 0 0 1 1 1 HasCodeObjectV3 0 1 1 1 1 1 1 1 1 1 1 1 1 HasDirectToLds 0 0 0 0 0 0 0 0 0 0 0 0 0 HasExplicitCO 0 0 1 1 1 1 1 1 1 1 1 1 1 HasExplicitNC 0 0 0 0 0 0 1 1 1 1 1 1 1 HasLshlOr 0 0 1 1 1 1 1 1 1 1 1 1 1 HasMFMA 0 0 0 0 1 1 0 0 0 0 0 0 0 HasSMulHi 0 0 1 1 1 1 1 1 1 1 1 1 1 MaxLgkmcnt 1 1 1 1 1 1 1 1 1 1 1 1 1 MaxVmcnt 0 1 1 1 1 1 1 1 1 1 1 1 1 SupportedISA 0 1 1 1 1 1 1 1 1 1 1 1 1 SupportedSource 1 1 1 1 1 1 1 1 1 1 1 1 1 v_dot2_f32_f16 0 0 0 1 1 1 0 1 1 1 1 1 1 v_dot2c_f32_f16 0 0 0 0 1 1 0 1 1 1 1 1 1 v_fma_f16 0 0 1 1 1 1 1 1 1 1 1 1 1 v_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_mac_f16 0 1 1 1 1 1 0 0 0 0 0 0 0 v_pk_fma_f16 0 0 1 1 1 1 1 1 1 1 1 1 1 v_pk_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fma_f32 0 1 1 1 1 1 1 1 1 1 1 1 1 v_fma_mix_f32 0 0 0 1 1 1 1 1 1 1 1 1 1 v_fmac_f32 0 0 0 1 1 1 1 1 1 1 1 1 1 v_mac_f32 0 1 1 1 1 1 1 1 1 0 0 0 0 v_mad_mix_f32 0 0 1 0 0 0 0 0 0 0 0 0 0 HasMFMA_f64 0 0 0 0 0 1 0 0 0 0 0 0 0 v_fma_f64 0 1 1 1 1 1 1 1 1 1 1 1 1 VOP3v_dot4_i32_i8 0 0 0 1 1 1 0 1 1 1 0 0 0 v_dot4_i32_i8 0 0 0 0 0 0 0 0 0 0 0 0 0 v_dot4c_i32_i8 0 0 0 0 1 1 0 1 1 1 0 0 0 ArchAccUnifiedRegs 0 0 0 0 0 1 0 0 0 0 0 0 0 CMPXWritesSGPR 1 1 1 1 1 1 0 0 0 0 0 0 0 HasAccCD 0 0 0 0 0 1 0 0 0 0 0 0 0 HasEccHalf 0 0 0 1 1 1 0 0 0 0 0 0 0 HasWave32 0 0 0 0 0 0 1 1 1 1 1 1 1 SeparateVscnt 0 0 0 0 0 0 1 1 1 1 1 1 1 Waitcnt0Disabled 0 0 0 0 1 1 0 0 0 0 0 0 0 # Found hipcc version 5.3.22061- # CodeObjectVersion from TensileCreateLibrary: V3 # CxxCompiler from TensileCreateLibrary: hipcc # Architecture from TensileCreateLibrary: gfx803_gfx900_gfx906:xnack-_gfx908:xnack-_gfx90a:xnack+_gfx90a:xnack-_gfx1010_gfx1012_gfx1030 # LibraryFormat from TensileCreateLibrary: msgpack # LibraryLogicFiles: # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bljk_SBIIc.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bljk_SBIc.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_SBIIc.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_SBIc.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_SBIIc.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_SBIc.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_4xi8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_4xi8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_4xi8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_4xi8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_BjlkC_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_AlikC_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_AlikC_BjlkC_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_AlikC_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_AlikC_Bjlk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_AlikC_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_AlikC_Bljk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_BjlkC_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_BjlkC_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_BjlkC_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_BjlkC_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_4xi8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_BSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_HSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_4xi8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_BSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_HSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_SBIIc.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_SBIc.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Ailk_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_AlikC_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_AlikC_BjlkC_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_AlikC_BjlkC_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_AlikC_BjlkC_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_AlikC_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_AlikC_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_AlikC_Bjlk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_AlikC_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_AlikC_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_AlikC_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_AlikC_Bljk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_AlikC_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_BjlkC_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_BjlkC_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_BjlkC_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_4xi8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_HSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_4xi8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_BSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_HSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/aldebaran_Cijk_Alik_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Ailk_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_AlikC_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_AlikC_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_AlikC_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/arcturus_Cijk_Alik_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Ailk_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Ailk_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Ailk_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Ailk_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Alik_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Alik_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Alik_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/r9nano_Cijk_Alik_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bjlk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bjlk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bljk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Ailk_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bjlk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bjlk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bljk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega10_Cijk_Alik_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Ailk_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/vega20_Cijk_Alik_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/cu_efficiency/arcturus_Cijk_Ailk_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/cu_efficiency/arcturus_Cijk_Ailk_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/cu_efficiency/arcturus_Cijk_Alik_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/fp16altimpl/aldebaran_Cijk_Ailk_Bjlk_HHS_BHR.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/fp16altimpl/aldebaran_Cijk_Ailk_Bljk_HHS_BHR.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/fp16altimpl/aldebaran_Cijk_Alik_Bjlk_HHS_BHR.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/fp16altimpl/aldebaran_Cijk_Alik_Bljk_HHS_BHR.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bjlk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bjlk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bjlk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bjlk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bjlk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bljk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bljk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bljk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Ailk_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Alik_Bljk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Alik_Bljk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Alik_Bljk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Alik_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Alik_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Alik_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Alik_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/aldebaran_Cijk_Alik_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/fp16altimpl/aldebaran_Cijk_Ailk_Bjlk_HHS_BHR.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/fp16altimpl/aldebaran_Cijk_Ailk_Bljk_HHS_BHR.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/row/fp16altimpl/aldebaran_Cijk_Alik_Bljk_HHS_BHR.yaml Reading logic files: Launching 32 threads... Reading logic files: Done. [|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||] 100% (33.9 secs elapsed) # Writing Custom CMake # Writing Kernels... Generating kernels: Launching 32 threads... Custom kernel filename /build/source/build/library/src/build_tmp/TENSILE/assembly/DGEMM_Aldebaran_PKFixedAtomic512Latest.s Custom kernel filename /build/source/build/library/src/build_tmp/TENSILE/assembly/DGEMM_Aldebaran_PKFixedAtomic512_104.s Custom kernel filename /build/source/build/library/src/build_tmp/TENSILE/assembly/DGEMM_Aldebaran_NN_MT128x128x16_MI16x16x4x1_GRVW2_SU4_SUS128_WGM4.s Generating kernels: Done. * Compiling source kernels: Launching 32 threads... Compiling source kernels: Done. # Kernel Building elapsed time = 591.3 secs # Tensile Library Writer DONE ################################################################################ [ 1%] TENSILE_LIBRARY_TARGET: Copying tensile objects to /build/source/build/Tensile/library [ 1%] Built target TENSILE_LIBRARY_TARGET [ 2%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/AMDGPU.cpp.o [ 2%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/ArithmeticUnitTypes.cpp.o [ 3%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/ContractionProblem.cpp.o [ 3%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/ContractionSolution.cpp.o [ 3%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/DataTypes.cpp.o [ 4%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/Debug.cpp.o [ 4%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/KernelLanguageTypes.cpp.o [ 4%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/EmbeddedLibrary.cpp.o [ 4%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/TensorDescriptor.cpp.o [ 4%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/PerformanceMetricTypes.cpp.o [ 5%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/TensorOps.cpp.o [ 6%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/Utils.cpp.o [ 6%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/KernelArguments.cpp.o [ 6%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/Tensile.cpp.o [ 7%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/ScalarValueTypes.cpp.o [ 7%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/hip/HipSolutionAdapter.cpp.o [ 8%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/msgpack/MessagePack.cpp.o [ 9%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/hip/HipHardware.cpp.o [ 9%] Linking CXX static library librocblas-tensile.a [ 9%] Built target TensileHost [ 11%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_gemm_batched_ex.cpp.o [ 11%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_gemm_ext2.cpp.o [ 11%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_gemm_strided_batched_ex.cpp.o [ 11%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_gemm_ex.cpp.o [ 11%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trsv_strided_batched_ex.cpp.o [ 11%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trsv_ex.cpp.o [ 13%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_axpy_ex_kernels.cpp.o [ 13%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trsv_batched_ex.cpp.o [ 13%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_axpy_ex.cpp.o [ 13%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_axpy_batched_ex.cpp.o [ 13%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_dot_batched_ex.cpp.o [ 14%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_axpy_strided_batched_ex.cpp.o [ 15%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_rot_ex_kernels.cpp.o [ 16%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_dot_strided_batched_ex.cpp.o [ 16%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_dot_ex.cpp.o [ 16%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_rot_ex.cpp.o [ 16%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_rot_batched_ex.cpp.o [ 17%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_scal_ex.cpp.o [ 17%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_rot_strided_batched_ex.cpp.o [ 17%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_scal_ex_kernels.cpp.o [ 18%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_scal_batched_ex.cpp.o [ 18%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_scal_strided_batched_ex.cpp.o [ 18%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_strided_batched_ex.cpp.o [ 18%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_ex.cpp.o [ 20%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_batched_ex.cpp.o [ 20%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trmm_outofplace.cpp.o [ 20%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trmm_outofplace_batched.cpp.o [ 20%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trmm_outofplace_strided_batched.cpp.o [ 20%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trsm_batched.cpp.o [ 20%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trtri.cpp.o [ 21%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trsm_strided_batched.cpp.o [ 22%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trsm.cpp.o In file included from /build/source/library/src/blas_ex/rocblas_nrm2_ex.cpp:23: In file included from /build/source/library/src/blas_ex/rocblas_nrm2_ex.hpp:25: /build/source/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:30:17: error: reference to __host__ function 'norm' in __host__ __device__ function return std::norm(A); ^ /build/source/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:44:17: note: called by 'operator()' return {fetch_abs2(x)}; ^ /build/source/library/src/blas_ex/../blas1/reduction_strided_batched.hpp:98:15: note: called by 'rocblas_reduction_strided_batched_kernel_part1<512, rocblas_fetch_nrm2, const float *const *, float>' sum = FETCH{}(x[tid * incx]); ^ /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/complex:1870:5: note: 'norm' declared here norm(_Tp __x) ^ In file included from /build/source/library/src/blas_ex/rocblas_nrm2_ex.cpp:23: In file included from /build/source/library/src/blas_ex/rocblas_nrm2_ex.hpp:25: /build/source/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:30:17: error: reference to __host__ function 'norm' in __host__ __device__ function return std::norm(A); ^ /build/source/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:44:17: note: called by 'operator()' return {fetch_abs2(x)}; ^ /build/source/library/src/blas_ex/../blas1/reduction_strided_batched.hpp:98:15: note: called by 'rocblas_reduction_strided_batched_kernel_part1<512, rocblas_fetch_nrm2, const double *const *, double>' sum = FETCH{}(x[tid * incx]); ^ /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/complex:1870:5: note: 'norm' declared here norm(_Tp __x) ^ 2 errors generated when compiling for gfx1010. make[2]: *** [library/src/CMakeFiles/rocblas.dir/build.make:384: library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_ex.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... In file included from /build/source/library/src/blas_ex/rocblas_nrm2_batched_ex.cpp:25: In file included from /build/source/library/src/blas_ex/rocblas_nrm2_ex.hpp:25: /build/source/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:30:17: error: reference to __host__ function 'norm' in __host__ __device__ function return std::norm(A); ^ /build/source/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:44:17: note: called by 'operator()' return {fetch_abs2(x)}; ^ /build/source/library/src/blas_ex/../blas1/reduction_strided_batched.hpp:98:15: note: called by 'rocblas_reduction_strided_batched_kernel_part1<512, rocblas_fetch_nrm2, const float *const *, float>' sum = FETCH{}(x[tid * incx]); ^ /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/complex:1870:5: note: 'norm' declared here norm(_Tp __x) ^ In file included from /build/source/library/src/blas_ex/rocblas_nrm2_batched_ex.cpp:25: In file included from /build/source/library/src/blas_ex/rocblas_nrm2_ex.hpp:25: /build/source/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:30:17: error: reference to __host__ function 'norm' in __host__ __device__ function return std::norm(A); ^ /build/source/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:44:17: note: called by 'operator()' return {fetch_abs2(x)}; ^ /build/source/library/src/blas_ex/../blas1/reduction_strided_batched.hpp:98:15: note: called by 'rocblas_reduction_strided_batched_kernel_part1<512, rocblas_fetch_nrm2, const double *const *, double>' sum = FETCH{}(x[tid * incx]); ^ /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/complex:1870:5: note: 'norm' declared here norm(_Tp __x) ^ 2 errors generated when compiling for gfx1010. make[2]: *** [library/src/CMakeFiles/rocblas.dir/build.make:398: library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_batched_ex.cpp.o] Error 1 In file included from /build/source/library/src/blas_ex/rocblas_nrm2_strided_batched_ex.cpp:25: In file included from /build/source/library/src/blas_ex/rocblas_nrm2_ex.hpp:25: /build/source/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:30:17: error: reference to __host__ function 'norm' in __host__ __device__ function return std::norm(A); ^ /build/source/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:44:17: note: called by 'operator()' return {fetch_abs2(x)}; ^ /build/source/library/src/blas_ex/../blas1/reduction_strided_batched.hpp:98:15: note: called by 'rocblas_reduction_strided_batched_kernel_part1<512, rocblas_fetch_nrm2, const float *const *, float>' sum = FETCH{}(x[tid * incx]); ^ /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/complex:1870:5: note: 'norm' declared here norm(_Tp __x) ^ In file included from /build/source/library/src/blas_ex/rocblas_nrm2_strided_batched_ex.cpp:25: In file included from /build/source/library/src/blas_ex/rocblas_nrm2_ex.hpp:25: /build/source/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:30:17: error: reference to __host__ function 'norm' in __host__ __device__ function return std::norm(A); ^ /build/source/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:44:17: note: called by 'operator()' return {fetch_abs2(x)}; ^ /build/source/library/src/blas_ex/../blas1/reduction_strided_batched.hpp:98:15: note: called by 'rocblas_reduction_strided_batched_kernel_part1<512, rocblas_fetch_nrm2, const double *const *, double>' sum = FETCH{}(x[tid * incx]); ^ /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/complex:1870:5: note: 'norm' declared here norm(_Tp __x) ^ 2 errors generated when compiling for gfx1010. make[2]: *** [library/src/CMakeFiles/rocblas.dir/build.make:412: library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_strided_batched_ex.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:204: library/src/CMakeFiles/rocblas.dir/all] Error 2 make: *** [Makefile:156: all] Error 2 ```
TorreZuk commented 2 years ago

Okay yes you are past all tensile issues and will look into the cause of: In file included from /home/mado/Downloads/rocBLAS/library/src/blas_ex/rocblas_nrm2_ex.hpp:25: /home/mado/Downloads/rocBLAS/library/src/blas_ex/../blas1/rocblas_nrm2.hpp:30:17: error: reference to host function 'norm' in host device function return std::norm(A); You are using gcc11.3 for fallback includes (hip installed clang should be doing all the compilation) here so not sure if it is some include path ordering. Could be we need an extra explicit include file added to the source files for your setup. Maybe your compiler component installation tree is too different so the compiler defaults don't get searched in the expected order....

Madouura commented 2 years ago

Here's the relevant BUILD_VERBOSE output:

-- rocfft_VERSION: 
--      ==>CMAKE_BUILD_TYPE: Release
--      ==>BUILD_SHARED_LIBS: ON
--      ==>ROCM_PATH link: /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1
--      ==>CMAKE_INSTALL_PREFIX link: /nix/store/apbgkvlpgkpn6r96cnw903szbdj325xk-rocblas-2.45.0-5.3.1
--      ==>CMAKE_MODULE_PATH link: /build/source/cmake/nix/store/ld1rigs4zmccf2vhxb9kd1jc54wjk40y-rocm-cmake-5.3.1/share/rocm/cmake/build/source/tensile/lib/python3.10/site-packages/Tensile/Source/cmake//build/source/tensile/lib/python3.10/site-packages/Tensile/Source//build/source/cmake
--      ==>CMAKE_PREFIX_PATH link: /llvm/hip/var/empty/rocm/llvm/var/empty/rocm/var/empty/rocm/hip/build/source/tensile
--      ==>CPACK_PACKAGING_INSTALL_PREFIX link: 
-- ==============
--      ==>CMAKE_CXX_COMPILER:  -D__HIP_HCC_COMPAT_MODE__=1
--      ==>CMAKE_CXX_COMPILER debug: -g
--      ==>CMAKE_CXX_COMPILER release: -O3 -DNDEBUG
--      ==>CMAKE_CXX_COMPILER relwithdebinfo: -O2 -g -DNDEBUG
--      ==>CMAKE_EXE_LINKER_FLAGS: 
--      ==>CMAKE_EXE_LINKER_FLAGS_RELEASE: 
--      ==>CMAKE_SHARED_LINKER_FLAGS: 
--      ==>CMAKE_SHARED_LINKER_FLAGS_RELEASE: 
-- ==============
--      ==>CMAKE_SHARED_LIBRARY_C_FLAGS: 
--      ==>CMAKE_SHARED_LIBRARY_CXX_FLAGS: -fPIC
--      ==>CMAKE_SHARED_LINKER_FLAGS: 
--      ==>CMAKE_SHARED_LINKER_FLAGS_DEBUG: 
--      ==>CMAKE_SHARED_LINKER_FLAGS_RELEASE:

I did try adding hip's include directory as the first entry to: https://github.com/ROCmSoftwarePlatform/rocBLAS/blob/9882cea588902b75a6ce2cf2fdf58891ca6246b3/library/src/CMakeLists.txt#L416-L425 No dice, unfortunately. There are a lot of other things concerning cmake I've tried too, but I can't seem to get rid of this toolchain mixing. I did also make sure that llvm and clang were included, along with other things. I'll see what I can do with includes in the source.

Madouura commented 2 years ago

Also tried this and making sure the HIP path was passed to the compiler with -I:

substituteInPlace library/src/include/utility.hpp \
  --replace "<hip/hip_runtime.h>" "\"${hip}/include/hip/hip_runtime.h\""

substituteInPlace library/src/include/handle.hpp \
  --replace "<hip/hip_runtime.h>" "\"${hip}/include/hip/hip_runtime.h\""

substituteInPlace library/include/internal/rocblas_bfloat16.h \
  --replace "<hip/hip_runtime.h>" "\"${hip}/include/hip/hip_runtime.h\""

substituteInPlace library/include/internal/rocblas-complex-types.h \
  --replace "<hip/hip_complex.h>" "\"${hip}/include/hip/hip_complex.h\"" \
  --replace "<hip/hip_runtime.h>" "\"${hip}/include/hip/hip_runtime.h\""

substituteInPlace library/src/blas1/rocblas_reduction.hpp \
  --replace "<hip/hip_runtime.h>" "\"${hip}/include/hip/hip_runtime.h\""
Madouura commented 2 years ago

Interestingly, the internal includes get replaced with the original during the build phase, but even after editing those I get the same error.

TorreZuk commented 2 years ago

Not clear to me why hipcc isn't behaving the same in your case yet. export HIPCC_VERBOSE=7 and add to the make command VERBOSE=1

The include search path would be of interest to see the section after

include "..." search starts here:

include <...> search starts here:

to see where the path /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/ comes in the search ordering. The clang/x.y.z/include/cuda_wrappers I think has to come before your c++/11.3.0 so there are host and device forms of the complex norm. This will show you too much information to paste but it should indicate the include search paths and hint at the problem.

I've refactored the code to hopefully avoid ambiguity for this template but it won't be of use until some future release, you can find it in develop branch commit: 44b99c6df26002139ca9ec68ee1fc8899c7b001f You could apply as a patch as a test only to see if this avoids the problem.

Madouura commented 2 years ago
With latest commit (44b99c6df26002139ca9ec68ee1fc8899c7b001f) and disabled tensile otherwise unmodified ```console building '/nix/store/d4gnw5dv184gy1llqr3gmqy3mhjdm5dn-rocblas-2.45.0-5.3.1.drv'... unpacking sources unpacking source archive /nix/store/al17phb75mc821jxzhmrgxp3x1zhli3l-source source root is source patching sources configuring fixing cmake files... cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/share/doc/rocblas -DCMAKE_INSTALL_INFODIR=/nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/include -DCMAKE_INSTALL_SBINDIR=/nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/bin/strip -DCMAKE_RANLIB=/nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/bin/ranlib -DCMAKE_AR=/nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1 -DCMAKE_C_COMPILER=hipcc -DCMAKE_CXX_COMPILER=hipcc -Dpython=python3 -DCMAKE_INSTALL_BINDIR=bin -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_INCLUDEDIR=include -DBUILD_WITH_TENSILE=OFF -DAMDGPU_TARGETS=gfx1030 -- The CXX compiler identification is Clang 15.0.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/bin/hipcc - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Use hip-clang to build for amdgpu backend -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- OS detected is unknown -- Performing Test COMPILER_HAS_TARGET_ID_gfx1030 -- Performing Test COMPILER_HAS_TARGET_ID_gfx1030 - Success -- hip::amdhip64 is SHARED_LIBRARY -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success -- Using AMDGPU_TARGETS: gfx1030 -- *** NOTE: blas2/rocblas_ger_kernels.cpp is compiled with the verbose flag -v for QC purposes. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_TESTING CMAKE_C_COMPILER CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_POLICY_DEFAULT_CMP0025 -- Build files have been written to: /build/source/build cmake: enabled parallel building building build flags: -j32 SHELL=/nix/store/dd3713mm8wql4r2d5jxx0f58g16nfm4h-bash-5.1-p16/bin/bash [ 1%] Generating /build/source/build/include/rocblas/internal/rocblas_device_malloc.hpp [ 1%] Generating prototypes from /build/source/library/src. [ 1%] Built target rocblas_device_malloc [ 1%] Built target rocblas_proto_templates [ 1%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_axpy_ex_kernels.cpp.o [ 1%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_axpy_ex.cpp.o [ 1%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_axpy_strided_batched_ex.cpp.o [ 2%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_axpy_batched_ex.cpp.o [ 3%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_rot_ex_kernels.cpp.o [ 3%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_dot_batched_ex.cpp.o [ 5%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_dot_ex.cpp.o [ 5%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_dot_strided_batched_ex.cpp.o [ 6%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_rot_strided_batched_ex.cpp.o [ 6%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_rot_batched_ex.cpp.o [ 6%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_rot_ex.cpp.o [ 7%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_scal_ex.cpp.o [ 7%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_scal_batched_ex.cpp.o [ 7%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_ex.cpp.o [ 8%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_scal_ex_kernels.cpp.o [ 8%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_scal_strided_batched_ex.cpp.o [ 8%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_strided_batched_ex.cpp.o [ 9%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_batched_ex.cpp.o [ 9%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trmm_outofplace.cpp.o [ 9%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trmm_outofplace_strided_batched.cpp.o [ 10%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trmm_outofplace_batched.cpp.o [ 12%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_dgmm_kernels.cpp.o [ 12%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_dgmm.cpp.o [ 12%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_dgmm_batched.cpp.o [ 12%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_dgmm_strided_batched.cpp.o [ 13%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_geam.cpp.o [ 13%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_geam_kernels.cpp.o [ 14%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_geam_batched.cpp.o [ 14%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_geam_strided_batched.cpp.o [ 14%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_hemm_batched.cpp.o [ 15%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_hemm.cpp.o [ 16%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_hemm_strided_batched.cpp.o [ 16%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_herk.cpp.o [ 17%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_herk_batched.cpp.o [ 17%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_herk_strided_batched.cpp.o [ 17%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_her2k.cpp.o [ 18%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_her2k_batched.cpp.o [ 18%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_her2k_strided_batched.cpp.o [ 19%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_herkx.cpp.o [ 19%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_herkx_batched.cpp.o [ 20%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_herkx_strided_batched.cpp.o [ 20%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_symm.cpp.o [ 21%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_symm_kernels.cpp.o [ 21%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_symm_batched.cpp.o [ 22%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_symm_strided_batched.cpp.o [ 22%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_syrk.cpp.o [ 23%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_syrk_herk_kernels.cpp.o [ 23%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_syrk_batched.cpp.o [ 24%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_syrk_strided_batched.cpp.o [ 24%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_syr2k.cpp.o [ 25%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_syr2k_her2k_kernels.cpp.o [ 25%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_syr2k_batched.cpp.o [ 26%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_syr2k_strided_batched.cpp.o [ 26%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/Tensile/gemm.cpp.o [ 26%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/Tensile/gemm_batched.cpp.o [ 27%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/Tensile/gemm_strided_batched.cpp.o [ 27%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_syrkx.cpp.o [ 28%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_syrkx_herkx_kernels.cpp.o [ 28%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_syrkx_batched.cpp.o [ 29%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_syrkx_strided_batched.cpp.o [ 29%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trmm.cpp.o [ 30%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trmm_kernels.cpp.o [ 30%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trmm_batched.cpp.o [ 31%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trmm_strided_batched.cpp.o [ 31%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_gemv.cpp.o [ 32%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_gemv_kernels.cpp.o [ 32%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_gemv_batched.cpp.o [ 33%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_gemv_strided_batched.cpp.o [ 33%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tpmv.cpp.o [ 34%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tpmv_kernels.cpp.o [ 34%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tpmv_batched.cpp.o [ 34%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tpmv_strided_batched.cpp.o [ 35%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_gbmv.cpp.o [ 35%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_gbmv_kernels.cpp.o [ 36%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_gbmv_batched.cpp.o [ 36%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_gbmv_strided_batched.cpp.o [ 37%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tbsv.cpp.o [ 37%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tbsv_kernels.cpp.o [ 38%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tbsv_batched.cpp.o [ 38%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tbsv_strided_batched.cpp.o [ 39%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_trmv.cpp.o [ 39%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_trmv_kernels.cpp.o [ 40%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_trmv_batched.cpp.o [ 40%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_trmv_strided_batched.cpp.o [ 41%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_ger.cpp.o [ 41%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_ger_kernels.cpp.o [ 42%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_ger_batched.cpp.o [ 42%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_ger_strided_batched.cpp.o clang version 15.0.0 Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/bin Found candidate GCC installation: /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib/gcc/x86_64-unknown-linux-gnu/11.3.0 Found candidate GCC installation: /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0 Selected GCC installation: /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0 Candidate multilib: .;@m64 Selected multilib: .;@m64 Found HIP installation: /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1, version 5.3.22062 "/nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/bin/clang-15" -cc1 -triple amdgcn-amd-amdhsa -aux-triple x86_64-unknown-linux-gnu -emit-obj --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name rocblas_ger_kernels.cpp -mrelocation-model pic -pic-level 2 -fhalf-no-semantic-interposition -mframe-pointer=none -fno-rounding-math -mconstructor-aliases -aux-target-cpu x86-64 -aux-target-feature +f16c -fcuda-is-device -mllvm -amdgpu-internalize-symbols -fcuda-allow-variadic-functions -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/hip.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/ocml.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/ockl.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/oclc_daz_opt_off.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/oclc_unsafe_math_off.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/oclc_finite_only_off.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/oclc_correctly_rounded_sqrt_on.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/oclc_wavefrontsize64_off.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/oclc_isa_version_1030.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/oclc_abi_version_400.bc -target-cpu gfx1030 -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=gdb -v -resource-dir /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root -dependency-file CMakeFiles/rocblas.dir/blas2/rocblas_ger_kernels.cpp.o.d -MT library/src/CMakeFiles/rocblas.dir/blas2/rocblas_ger_kernels.cpp.o -sys-header-deps -internal-isystem /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include/cuda_wrappers -idirafter /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include -include __clang_hip_runtime_wrapper.h -isystem /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/lib/clang/15.0.0/include/.. -isystem /nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include -isystem /nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include -isystem /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include -isystem /nix/store/p33hpnqy7qqbd6lrfyysgfi2m3a7k68i-hip-5.3.1/include -idirafter /nix/store/ybkyabc23chdfy48n3h1zqwa57vp38wd-glibc-2.35-163-dev/include -isystem /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include -isystem /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/include -isystem /nix/store/1l5gp04v4jvc7wr8dyv12jy8mszma9w0-ncurses-6.3-p20220507-dev/include -isystem /nix/store/smfnf8ayl3473bqlhwizl9r18rphydjp-zlib-1.2.12-dev/include -isystem /nix/store/b5rhlkj0b25yp21gm7l5karjmxh6mqhk-rocm-comgr-5.3.1/include -isystem /nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include -isystem /nix/store/ydj66x49m6f4ikaw4b2hlkdfxd5vdf6s-rocm-thunk-5.3.1/include -isystem /nix/store/fkcl1wzq3106qqgl84bhgk1lp56q6bzg-python3-3.10.7/include -isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0 -isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/x86_64-unknown-linux-gnu -D ROCBLAS_INTERNAL_API -D ROCM_USE_FLOAT16 -D __HIP_PLATFORM_AMD__=1 -D __HIP_PLATFORM_HCC__=1 -D rocblas_EXPORTS -I /build/source/library/include -I /build/source/library/include/internal -I /build/source/library/src/include -I /build/source/build/include/rocblas/internal -I /build/source/build/include/rocblas -I /build/source/build/include -D __HIP_HCC_COMPAT_MODE__=1 -D NDEBUG -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0 -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/x86_64-unknown-linux-gnu -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/backward -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0 -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/x86_64-unknown-linux-gnu -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/backward -internal-isystem /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include -internal-isystem /usr/local/include -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../x86_64-unknown-linux-gnu/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -internal-isystem /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include -internal-isystem /usr/local/include -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../x86_64-unknown-linux-gnu/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wno-unused-result -Werror=vla -std=c++17 -fdeprecated-macro -fno-autolink -fdebug-compilation-dir=/build/source/build/library/src -ferror-limit 19 -fvisibility hidden -fvisibility-inlines-hidden -fhip-new-launch-api -fgnuc-version=4.2.1 -no-opaque-pointers -fcxx-exceptions -fexceptions -fcolor-diagnostics -vectorize-loops -vectorize-slp -mllvm -amdgpu-early-inline-all=true -mllvm -amdgpu-function-calls=false -cuid=5af878729c3d3874 -fcuda-allow-variadic-functions -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o /build/rocblas_ger_kernels-439d20/rocblas_ger_kernels-gfx1030.o -x hip /build/source/library/src/blas2/rocblas_ger_kernels.cpp clang -cc1 version 15.0.0 based upon LLVM 15.0.0git default target x86_64-unknown-linux-gnu ignoring nonexistent directory "/usr/local/include" ignoring nonexistent directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../x86_64-unknown-linux-gnu/include" ignoring nonexistent directory "/include" ignoring nonexistent directory "/usr/include" ignoring nonexistent directory "/usr/local/include" ignoring nonexistent directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../x86_64-unknown-linux-gnu/include" ignoring nonexistent directory "/include" ignoring nonexistent directory "/usr/include" ignoring nonexistent directory "/usr/local/include" ignoring nonexistent directory "/usr/include" ignoring duplicate directory "/nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include" ignoring duplicate directory "/nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include" ignoring duplicate directory "/nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include" ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0" ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/x86_64-unknown-linux-gnu" ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0" ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/x86_64-unknown-linux-gnu" ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/backward" ignoring duplicate directory "/nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include" ignoring duplicate directory "/nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include" ignoring duplicate directory "/nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include" #include "..." search starts here: #include <...> search starts here: /build/source/library/include /build/source/library/include/internal /build/source/library/src/include /build/source/build/include/rocblas/internal /build/source/build/include/rocblas /build/source/build/include /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/lib/clang/15.0.0/include/.. /nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include /nix/store/p33hpnqy7qqbd6lrfyysgfi2m3a7k68i-hip-5.3.1/include /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/include /nix/store/1l5gp04v4jvc7wr8dyv12jy8mszma9w0-ncurses-6.3-p20220507-dev/include /nix/store/smfnf8ayl3473bqlhwizl9r18rphydjp-zlib-1.2.12-dev/include /nix/store/b5rhlkj0b25yp21gm7l5karjmxh6mqhk-rocm-comgr-5.3.1/include /nix/store/ydj66x49m6f4ikaw4b2hlkdfxd5vdf6s-rocm-thunk-5.3.1/include /nix/store/fkcl1wzq3106qqgl84bhgk1lp56q6bzg-python3-3.10.7/include /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0 /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/x86_64-unknown-linux-gnu /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include/cuda_wrappers /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/backward /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include /nix/store/ybkyabc23chdfy48n3h1zqwa57vp38wd-glibc-2.35-163-dev/include End of search list. [ 42%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hbmv.cpp.o [ 43%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hbmv_kernels.cpp.o [ 43%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hbmv_batched.cpp.o [ 44%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hbmv_strided_batched.cpp.o [ 44%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hemv.cpp.o [ 45%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hemv_symv_kernels.cpp.o "/nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/bin/lld" -flavor gnu --no-undefined -shared -plugin-opt=-amdgpu-internalize-symbols -plugin-opt=mcpu=gfx1030 -plugin-opt=O3 -plugin-opt=no-opaque-pointers -plugin-opt=-amdgpu-early-inline-all=true -plugin-opt=-amdgpu-function-calls=false -o /build/rocblas_ger_kernels-8d6dcf/rocblas_ger_kernels-gfx1030.out /build/rocblas_ger_kernels-439d20/rocblas_ger_kernels-gfx1030.o "/nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/bin/clang-offload-bundler" -type=o -bundle-align=4096 -targets=host-x86_64-unknown-linux,hipv4-amdgcn-amd-amdhsa--gfx1030 -input=/dev/null -input=/build/rocblas_ger_kernels-8d6dcf/rocblas_ger_kernels-gfx1030.out -output=/build/rocblas_ger_kernels-ce26ff.hipfb "/nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/bin/clang-15" -cc1 -triple x86_64-unknown-linux-gnu -aux-triple amdgcn-amd-amdhsa -emit-obj --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name rocblas_ger_kernels.cpp -mrelocation-model pic -pic-level 2 -fhalf-no-semantic-interposition -mframe-pointer=none -fmath-errno -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -target-feature +f16c -tune-cpu generic -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=gdb -v -fcoverage-compilation-dir=/build/source/build/library/src -resource-dir /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root -dependency-file CMakeFiles/rocblas.dir/blas2/rocblas_ger_kernels.cpp.o.d -MT library/src/CMakeFiles/rocblas.dir/blas2/rocblas_ger_kernels.cpp.o -sys-header-deps -internal-isystem /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include/cuda_wrappers -idirafter /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include -include __clang_hip_runtime_wrapper.h -isystem /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/lib/clang/15.0.0/include/.. -isystem /nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include -isystem /nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include -isystem /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include -isystem /nix/store/p33hpnqy7qqbd6lrfyysgfi2m3a7k68i-hip-5.3.1/include -idirafter /nix/store/ybkyabc23chdfy48n3h1zqwa57vp38wd-glibc-2.35-163-dev/include -isystem /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include -isystem /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/include -isystem /nix/store/1l5gp04v4jvc7wr8dyv12jy8mszma9w0-ncurses-6.3-p20220507-dev/include -isystem /nix/store/smfnf8ayl3473bqlhwizl9r18rphydjp-zlib-1.2.12-dev/include -isystem /nix/store/b5rhlkj0b25yp21gm7l5karjmxh6mqhk-rocm-comgr-5.3.1/include -isystem /nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include -isystem /nix/store/ydj66x49m6f4ikaw4b2hlkdfxd5vdf6s-rocm-thunk-5.3.1/include -isystem /nix/store/fkcl1wzq3106qqgl84bhgk1lp56q6bzg-python3-3.10.7/include -isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0 -isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/x86_64-unknown-linux-gnu -D ROCBLAS_INTERNAL_API -D ROCM_USE_FLOAT16 -D __HIP_PLATFORM_AMD__=1 -D __HIP_PLATFORM_HCC__=1 -D rocblas_EXPORTS -I /build/source/library/include -I /build/source/library/include/internal -I /build/source/library/src/include -I /build/source/build/include/rocblas/internal -I /build/source/build/include/rocblas -I /build/source/build/include -D __HIP_HCC_COMPAT_MODE__=1 -D NDEBUG -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0 -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/x86_64-unknown-linux-gnu -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/backward -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0 -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/x86_64-unknown-linux-gnu -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/backward -internal-isystem /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include -internal-isystem /usr/local/include -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../x86_64-unknown-linux-gnu/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -internal-isystem /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include -internal-isystem /usr/local/include -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../x86_64-unknown-linux-gnu/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wno-unused-result -Werror=vla -std=c++17 -fdeprecated-macro -fdebug-compilation-dir=/build/source/build/library/src -ferror-limit 19 -fvisibility hidden -fvisibility-inlines-hidden -fhip-new-launch-api -fgnuc-version=4.2.1 -no-opaque-pointers -fcxx-exceptions -fexceptions -fcolor-diagnostics -vectorize-loops -vectorize-slp -mllvm -amdgpu-early-inline-all=true -mllvm -amdgpu-function-calls=false -fcuda-include-gpubinary /build/rocblas_ger_kernels-ce26ff.hipfb -cuid=5af878729c3d3874 -fcuda-allow-variadic-functions -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/rocblas.dir/blas2/rocblas_ger_kernels.cpp.o -x hip /build/source/library/src/blas2/rocblas_ger_kernels.cpp clang -cc1 version 15.0.0 based upon LLVM 15.0.0git default target x86_64-unknown-linux-gnu ignoring nonexistent directory "/usr/local/include" ignoring nonexistent directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../x86_64-unknown-linux-gnu/include" ignoring nonexistent directory "/include" ignoring nonexistent directory "/usr/include" ignoring nonexistent directory "/usr/local/include" ignoring nonexistent directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../x86_64-unknown-linux-gnu/include" ignoring nonexistent directory "/include" ignoring nonexistent directory "/usr/include" ignoring duplicate directory "/nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include" ignoring duplicate directory "/nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include" ignoring duplicate directory "/nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include" ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0" ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/x86_64-unknown-linux-gnu" ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0" ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/x86_64-unknown-linux-gnu" ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/backward" ignoring duplicate directory "/nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include" ignoring duplicate directory "/nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include" #include "..." search starts here: #include <...> search starts here: /build/source/library/include /build/source/library/include/internal /build/source/library/src/include /build/source/build/include/rocblas/internal /build/source/build/include/rocblas /build/source/build/include /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/lib/clang/15.0.0/include/.. /nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include /nix/store/p33hpnqy7qqbd6lrfyysgfi2m3a7k68i-hip-5.3.1/include /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/include /nix/store/1l5gp04v4jvc7wr8dyv12jy8mszma9w0-ncurses-6.3-p20220507-dev/include /nix/store/smfnf8ayl3473bqlhwizl9r18rphydjp-zlib-1.2.12-dev/include /nix/store/b5rhlkj0b25yp21gm7l5karjmxh6mqhk-rocm-comgr-5.3.1/include /nix/store/ydj66x49m6f4ikaw4b2hlkdfxd5vdf6s-rocm-thunk-5.3.1/include /nix/store/fkcl1wzq3106qqgl84bhgk1lp56q6bzg-python3-3.10.7/include /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0 /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/x86_64-unknown-linux-gnu /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include/cuda_wrappers /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/backward /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include /nix/store/ybkyabc23chdfy48n3h1zqwa57vp38wd-glibc-2.35-163-dev/include End of search list. [ 45%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hemv_batched.cpp.o [ 46%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hemv_strided_batched.cpp.o [ 46%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_her.cpp.o [ 47%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_her_kernels.cpp.o [ 47%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_her_batched.cpp.o [ 48%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_her_strided_batched.cpp.o [ 48%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_her2.cpp.o [ 49%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_her2_kernels.cpp.o [ 49%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_her2_batched.cpp.o [ 50%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_her2_strided_batched.cpp.o [ 50%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hpmv.cpp.o [ 51%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hpmv_kernels.cpp.o [ 51%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hpmv_batched.cpp.o [ 51%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hpmv_strided_batched.cpp.o [ 52%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hpr.cpp.o [ 52%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hpr_kernels.cpp.o [ 53%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hpr_batched.cpp.o [ 53%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hpr_strided_batched.cpp.o [ 54%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hpr2.cpp.o [ 54%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hpr2_kernels.cpp.o [ 55%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hpr2_batched.cpp.o [ 55%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hpr2_strided_batched.cpp.o [ 56%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_spr.cpp.o [ 56%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_spr_kernels.cpp.o [ 57%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_spr_batched.cpp.o [ 57%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_spr_strided_batched.cpp.o [ 58%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_spr2.cpp.o [ 58%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_spr2_kernels.cpp.o [ 59%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_spr2_batched.cpp.o [ 59%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_spr2_strided_batched.cpp.o [ 59%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_syr.cpp.o [ 60%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_syr_kernels.cpp.o [ 60%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_syr_batched.cpp.o [ 61%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_syr_strided_batched.cpp.o [ 61%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_syr2.cpp.o [ 62%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_syr2_kernels.cpp.o [ 62%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_syr2_batched.cpp.o [ 63%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_syr2_strided_batched.cpp.o [ 63%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tbmv.cpp.o [ 64%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tbmv_kernels.cpp.o [ 64%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tbmv_batched.cpp.o [ 65%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tbmv_strided_batched.cpp.o [ 65%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tpsv.cpp.o [ 66%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tpsv_kernels.cpp.o [ 66%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tpsv_batched.cpp.o [ 67%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tpsv_strided_batched.cpp.o [ 67%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_sbmv.cpp.o [ 67%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_sbmv_kernels.cpp.o [ 68%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_sbmv_batched.cpp.o [ 68%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_sbmv_strided_batched.cpp.o [ 69%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_spmv.cpp.o [ 69%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_spmv_kernels.cpp.o [ 70%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_spmv_batched.cpp.o [ 70%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_spmv_strided_batched.cpp.o [ 71%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_symv_batched.cpp.o [ 71%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_symv_strided_batched.cpp.o [ 72%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_symv.cpp.o [ 72%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_trsv.cpp.o [ 73%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_trsv_kernels.cpp.o [ 73%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_trsv_strided_batched.cpp.o [ 74%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_trsv_batched.cpp.o [ 74%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_iamin.cpp.o [ 75%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_iamin_batched.cpp.o [ 75%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_iamin_strided_batched.cpp.o [ 76%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_iamax.cpp.o [ 76%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_iamax_batched.cpp.o [ 76%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_iamax_strided_batched.cpp.o [ 77%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_asum.cpp.o [ 77%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_asum_batched.cpp.o [ 78%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_asum_strided_batched.cpp.o [ 78%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_axpy.cpp.o [ 79%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_axpy_kernels.cpp.o [ 79%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_axpy_batched.cpp.o [ 80%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_axpy_strided_batched.cpp.o [ 80%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_copy.cpp.o [ 81%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_copy_kernels.cpp.o [ 81%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_copy_batched.cpp.o [ 82%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_copy_strided_batched.cpp.o [ 82%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_dot.cpp.o [ 83%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_dot_kernels.cpp.o [ 83%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_dot_strided_batched.cpp.o [ 84%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_dot_batched.cpp.o [ 84%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_nrm2.cpp.o [ 84%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_nrm2_batched.cpp.o [ 85%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_nrm2_strided_batched.cpp.o [ 85%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rot.cpp.o [ 86%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rot_kernels.cpp.o [ 86%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rot_batched.cpp.o [ 87%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rot_strided_batched.cpp.o [ 87%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rotg.cpp.o [ 88%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rotg_kernels.cpp.o [ 88%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rotg_batched.cpp.o [ 89%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rotg_strided_batched.cpp.o [ 89%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rotm.cpp.o [ 90%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rotm_kernels.cpp.o [ 90%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rotm_batched.cpp.o [ 91%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rotm_strided_batched.cpp.o [ 91%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rotmg.cpp.o [ 92%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rotmg_kernels.cpp.o [ 92%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rotmg_batched.cpp.o [ 92%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rotmg_strided_batched.cpp.o [ 93%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_scal.cpp.o [ 93%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_scal_kernels.cpp.o [ 94%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_scal_batched.cpp.o [ 94%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_scal_strided_batched.cpp.o [ 95%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_swap.cpp.o [ 95%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_swap_kernels.cpp.o [ 96%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_swap_batched.cpp.o [ 96%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_swap_strided_batched.cpp.o [ 97%] Building CXX object library/src/CMakeFiles/rocblas.dir/handle.cpp.o [ 97%] Building CXX object library/src/CMakeFiles/rocblas.dir/rocblas_auxiliary.cpp.o [ 98%] Building CXX object library/src/CMakeFiles/rocblas.dir/buildinfo.cpp.o [ 98%] Building CXX object library/src/CMakeFiles/rocblas.dir/rocblas_ostream.cpp.o [ 99%] Building CXX object library/src/CMakeFiles/rocblas.dir/check_numerics_vector.cpp.o [ 99%] Building CXX object library/src/CMakeFiles/rocblas.dir/check_numerics_matrix.cpp.o [100%] Linking CXX shared library librocblas.so [100%] Built target rocblas buildPhase completed in 2 minutes 7 seconds installing install flags: SHELL=/nix/store/dd3713mm8wql4r2d5jxx0f58g16nfm4h-bash-5.1-p16/bin/bash install [ 0%] Built target rocblas_device_malloc [ 1%] Built target rocblas_proto_templates Consolidate compiler generated dependencies of target rocblas [100%] Built target rocblas Install the project... -- Install configuration: "Release" -- Installing: /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/include/rocblas/rocblas_module.f90 -- Up-to-date: /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/include -- Up-to-date: /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/include/rocblas -- Installing: /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/include/rocblas/internal -- Installing: /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/include/rocblas/internal/rocblas-version.h -- Installing: /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/include/rocblas/internal/rocblas-export.h -- Installing: /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/include/rocblas/internal/rocblas-auxiliary.h -- Installing: /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/include/rocblas/internal/rocblas-complex-types.h -- Installing: /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/include/rocblas/internal/rocblas-functions.h -- Installing: /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/include/rocblas/internal/rocblas-types.h -- Installing: /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/include/rocblas/internal/rocblas_bfloat16.h -- Installing: /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/include/rocblas/internal/rocblas_block_sizes.h -- Installing: /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/include/rocblas/internal/rocblas-exported-proto.hpp -- Installing: /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/include/rocblas/internal/rocblas_device_malloc.hpp -- Installing: /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/include/rocblas/rocblas.h -- Installing: /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/lib/librocblas.so.0.1 -- Installing: /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/lib/librocblas.so.0 -- Installing: /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/lib/librocblas.so -- Installing: /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/lib/cmake/rocblas/rocblas-targets.cmake -- Installing: /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/lib/cmake/rocblas/rocblas-targets-release.cmake -- Installing: /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/lib/cmake/rocblas/rocblas-config.cmake -- Installing: /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/lib/cmake/rocblas/rocblas-config-version.cmake -- Installing: /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/share/doc/rocblas/LICENSE.md post-installation fixup shrinking RPATHs of ELF executables and libraries in /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1 shrinking /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/lib/librocblas.so.0.1 strip is /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/bin/strip stripping (with command strip and flags -S) in /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1/lib patching script interpreter paths in /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1 checking for references to /build/ in /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1... /nix/store/bji03jyply52bcl4rvmrz3h4r9xcyvn3-rocblas-2.45.0-5.3.1 ```
44b99c6df26002139ca9ec68ee1fc8899c7b001f used as patch otherwise unmodified with tensile ```console nixpkgs on  dev/rocm [$!] took 18s ❯ nix-build . -A rocblas these 2 derivations will be built: /nix/store/63jffzwn237r85mggi35nkvx61jjhs44-only-std_norm-from-rocblas_complex.patch.drv /nix/store/wqbaa2aw5im0x2vxqbfpgr7isqww2fkw-rocblas-2.45.0-5.3.1.drv building '/nix/store/63jffzwn237r85mggi35nkvx61jjhs44-only-std_norm-from-rocblas_complex.patch.drv'... trying https://github.com/ROCmSoftwarePlatform/rocBLAS/commit/44b99c6df26002139ca9ec68ee1fc8899c7b001f.patch % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1967 100 1967 0 0 12533 0 --:--:-- --:--:-- --:--:-- 12608 building '/nix/store/wqbaa2aw5im0x2vxqbfpgr7isqww2fkw-rocblas-2.45.0-5.3.1.drv'... unpacking sources unpacking source archive /nix/store/8gn99xknric23fmh1dz324333hv1ln63-source source root is source patching sources applying patch /nix/store/l2dchhhwijiwl8yyvnjbv38zy890shiy-only-std_norm-from-rocblas_complex.patch patching file library/src/blas1/fetch_template.hpp patching file library/src/blas1/rocblas_nrm2.hpp configuring fixing cmake files... cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/share/doc/rocblas -DCMAKE_INSTALL_INFODIR=/nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/include -DCMAKE_INSTALL_SBINDIR=/nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/bin/strip -DCMAKE_RANLIB=/nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/bin/ranlib -DCMAKE_AR=/nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1 -DCMAKE_C_COMPILER=hipcc -DCMAKE_CXX_COMPILER=hipcc -Dpython=python3 -DCMAKE_INSTALL_BINDIR=bin -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_INCLUDEDIR=include -DBUILD_WITH_TENSILE=ON -DAMDGPU_TARGETS=gfx1030 -DVIRTUALENV_HOME_DIR=/build/source/tensile -DTensile_TEST_LOCAL_PATH=/build/source/tensile -DTensile_ROOT=/build/source/tensile/lib/python3.10/site-packages/Tensile -DTensile_LOGIC=asm_full -DTensile_CODE_OBJECT_VERSION=V3 -DTensile_SEPARATE_ARCHITECTURES=ON -DTensile_LAZY_LIBRARY_LOADING=ON -DTensile_LIBRARY_FORMAT=msgpack -- The CXX compiler identification is Clang 15.0.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/bin/hipcc - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Use hip-clang to build for amdgpu backend -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- OS detected is unknown -- Performing Test COMPILER_HAS_TARGET_ID_gfx803 -- Performing Test COMPILER_HAS_TARGET_ID_gfx803 - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx900 -- Performing Test COMPILER_HAS_TARGET_ID_gfx900 - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx906_xnack_off -- Performing Test COMPILER_HAS_TARGET_ID_gfx906_xnack_off - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx908_xnack_off -- Performing Test COMPILER_HAS_TARGET_ID_gfx908_xnack_off - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_on -- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_on - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_off -- Performing Test COMPILER_HAS_TARGET_ID_gfx90a_xnack_off - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx1010 -- Performing Test COMPILER_HAS_TARGET_ID_gfx1010 - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx1012 -- Performing Test COMPILER_HAS_TARGET_ID_gfx1012 - Success -- Performing Test COMPILER_HAS_TARGET_ID_gfx1030 -- Performing Test COMPILER_HAS_TARGET_ID_gfx1030 - Success -- using local Tensile from /build/source/tensile, copied to /build/source/tensile/lib/python3.10/site-packages/Tensile -- Adding /build/source/tensile to CMAKE_PREFIX_PATH -- The C compiler identification is Clang 15.0.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/bin/hipcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- hip::amdhip64 is SHARED_LIBRARY -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success -- hip::amdhip64 is SHARED_LIBRARY -- Using AMDGPU_TARGETS: gfx1030 -- Tensile script: /build/source/tensile/lib/python3.10/site-packages/Tensile/bin/TensileCreateLibrary -- Tensile_CREATE_COMMAND: /build/source/tensile/lib/python3.10/site-packages/Tensile/bin/TensileCreateLibrary;--merge-files;--separate-architectures;--lazy-library-loading;--no-short-file-names;--no-library-print-debug;--code-object-version=V3;--cxx-compiler=hipcc;--library-format=msgpack;--architecture=gfx1030;/build/source/library/src/blas3/Tensile/Logic/asm_full;/build/source/build/Tensile;HIP -- Tensile_MANIFEST_FILE_PATH: /build/source/build/Tensile/library/TensileManifest.txt '/build/source/tensile/lib/python3.10/site-packages/Tensile/bin/TensileCreateLibrary' '--merge-files' '--separate-architectures' '--lazy-library-loading' '--no-short-file-names' '--no-library-print-debug' '--code-object-version=V3' '--cxx-compiler=hipcc' '--library-format=msgpack' '--architecture=gfx1030' '/build/source/library/src/blas3/Tensile/Logic/asm_full' '/build/source/build/Tensile' 'HIP' '--generate-manifest-and-exit' ################################################################################ # Tensile Create Library Tensile::WARNING: Did not detect SupportedISA: [(8, 0, 3), (9, 0, 0), (9, 0, 6), (9, 0, 8), (9, 0, 10), (10, 1, 0), (10, 1, 1), (10, 1, 2), (10, 3, 0), (11, 0, 0), (11, 0, 1), (11, 0, 2)]; cannot benchmark assembly kernels. cap gfx000 gfx803 gfx900 gfx906 gfx908 gfx90a gfx1010 gfx1011 gfx1012 gfx1030 gfx1100 gfx1101 gfx1102 HasMFMA_bf16_1k 0 0 0 0 0 1 0 0 0 0 0 0 0 HasAddLshl 0 0 1 1 1 1 1 1 1 1 1 1 1 HasAtomicAdd 0 0 0 0 1 1 0 0 0 0 1 1 1 HasCodeObjectV3 0 1 1 1 1 1 1 1 1 1 1 1 1 HasDirectToLds 0 0 0 0 0 0 0 0 0 0 0 0 0 HasExplicitCO 0 0 1 1 1 1 1 1 1 1 1 1 1 HasExplicitNC 0 0 0 0 0 0 1 1 1 1 1 1 1 HasLshlOr 0 0 1 1 1 1 1 1 1 1 1 1 1 HasMFMA 0 0 0 0 1 1 0 0 0 0 0 0 0 HasSMulHi 0 0 1 1 1 1 1 1 1 1 1 1 1 MaxLgkmcnt 1 1 1 1 1 1 1 1 1 1 1 1 1 MaxVmcnt 0 1 1 1 1 1 1 1 1 1 1 1 1 SupportedISA 0 1 1 1 1 1 1 1 1 1 1 1 1 SupportedSource 1 1 1 1 1 1 1 1 1 1 1 1 1 v_dot2_f32_f16 0 0 0 1 1 1 0 1 1 1 1 1 1 v_dot2c_f32_f16 0 0 0 0 1 1 0 1 1 1 1 1 1 v_fma_f16 0 0 1 1 1 1 1 1 1 1 1 1 1 v_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_mac_f16 0 1 1 1 1 1 0 0 0 0 0 0 0 v_pk_fma_f16 0 0 1 1 1 1 1 1 1 1 1 1 1 v_pk_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fma_f32 0 1 1 1 1 1 1 1 1 1 1 1 1 v_fma_mix_f32 0 0 0 1 1 1 1 1 1 1 1 1 1 v_fmac_f32 0 0 0 1 1 1 1 1 1 1 1 1 1 v_mac_f32 0 1 1 1 1 1 1 1 1 0 0 0 0 v_mad_mix_f32 0 0 1 0 0 0 0 0 0 0 0 0 0 HasMFMA_f64 0 0 0 0 0 1 0 0 0 0 0 0 0 v_fma_f64 0 1 1 1 1 1 1 1 1 1 1 1 1 VOP3v_dot4_i32_i8 0 0 0 1 1 1 0 1 1 1 0 0 0 v_dot4_i32_i8 0 0 0 0 0 0 0 0 0 0 0 0 0 v_dot4c_i32_i8 0 0 0 0 1 1 0 1 1 1 0 0 0 ArchAccUnifiedRegs 0 0 0 0 0 1 0 0 0 0 0 0 0 CMPXWritesSGPR 1 1 1 1 1 1 0 0 0 0 0 0 0 HasAccCD 0 0 0 0 0 1 0 0 0 0 0 0 0 HasEccHalf 0 0 0 1 1 1 0 0 0 0 0 0 0 HasWave32 0 0 0 0 0 0 1 1 1 1 1 1 1 SeparateVscnt 0 0 0 0 0 0 1 1 1 1 1 1 1 Waitcnt0Disabled 0 0 0 0 1 1 0 0 0 0 0 0 0 # Found hipcc version 5.3.22062- # CodeObjectVersion from TensileCreateLibrary: V3 # CxxCompiler from TensileCreateLibrary: hipcc # Architecture from TensileCreateLibrary: gfx1030 # LibraryFormat from TensileCreateLibrary: msgpack # LibraryLogicFiles: # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_4xi8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_4xi8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_4xi8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_4xi8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_SB.yaml Reading logic files: Launching 32 threads... Reading logic files: Done. [|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||] 100% (3.5 secs elapsed) -- *** NOTE: blas2/rocblas_ger_kernels.cpp is compiled with the verbose flag -v for QC purposes. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_POLICY_DEFAULT_CMP0025 -- Build files have been written to: /build/source/build cmake: enabled parallel building configurePhase completed in 44 seconds building build flags: -j32 SHELL=/nix/store/dd3713mm8wql4r2d5jxx0f58g16nfm4h-bash-5.1-p16/bin/bash [ 0%] Generating /build/source/build/include/rocblas/internal/rocblas_device_malloc.hpp [ 1%] Generating prototypes from /build/source/library/src. [ 1%] Generating Tensile Libraries [ 1%] Built target rocblas_device_malloc [ 1%] Built target rocblas_proto_templates ################################################################################ # Tensile Create Library Tensile::WARNING: Did not detect SupportedISA: [(8, 0, 3), (9, 0, 0), (9, 0, 6), (9, 0, 8), (9, 0, 10), (10, 1, 0), (10, 1, 1), (10, 1, 2), (10, 3, 0), (11, 0, 0), (11, 0, 1), (11, 0, 2)]; cannot benchmark assembly kernels. cap gfx000 gfx803 gfx900 gfx906 gfx908 gfx90a gfx1010 gfx1011 gfx1012 gfx1030 gfx1100 gfx1101 gfx1102 HasMFMA_bf16_1k 0 0 0 0 0 1 0 0 0 0 0 0 0 HasAddLshl 0 0 1 1 1 1 1 1 1 1 1 1 1 HasAtomicAdd 0 0 0 0 1 1 0 0 0 0 1 1 1 HasCodeObjectV3 0 1 1 1 1 1 1 1 1 1 1 1 1 HasDirectToLds 0 0 0 0 0 0 0 0 0 0 0 0 0 HasExplicitCO 0 0 1 1 1 1 1 1 1 1 1 1 1 HasExplicitNC 0 0 0 0 0 0 1 1 1 1 1 1 1 HasLshlOr 0 0 1 1 1 1 1 1 1 1 1 1 1 HasMFMA 0 0 0 0 1 1 0 0 0 0 0 0 0 HasSMulHi 0 0 1 1 1 1 1 1 1 1 1 1 1 MaxLgkmcnt 1 1 1 1 1 1 1 1 1 1 1 1 1 MaxVmcnt 0 1 1 1 1 1 1 1 1 1 1 1 1 SupportedISA 0 1 1 1 1 1 1 1 1 1 1 1 1 SupportedSource 1 1 1 1 1 1 1 1 1 1 1 1 1 v_dot2_f32_f16 0 0 0 1 1 1 0 1 1 1 1 1 1 v_dot2c_f32_f16 0 0 0 0 1 1 0 1 1 1 1 1 1 v_fma_f16 0 0 1 1 1 1 1 1 1 1 1 1 1 v_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_mac_f16 0 1 1 1 1 1 0 0 0 0 0 0 0 v_pk_fma_f16 0 0 1 1 1 1 1 1 1 1 1 1 1 v_pk_fmac_f16 0 0 0 0 0 0 0 0 0 0 0 0 0 v_fma_f32 0 1 1 1 1 1 1 1 1 1 1 1 1 v_fma_mix_f32 0 0 0 1 1 1 1 1 1 1 1 1 1 v_fmac_f32 0 0 0 1 1 1 1 1 1 1 1 1 1 v_mac_f32 0 1 1 1 1 1 1 1 1 0 0 0 0 v_mad_mix_f32 0 0 1 0 0 0 0 0 0 0 0 0 0 HasMFMA_f64 0 0 0 0 0 1 0 0 0 0 0 0 0 v_fma_f64 0 1 1 1 1 1 1 1 1 1 1 1 1 VOP3v_dot4_i32_i8 0 0 0 1 1 1 0 1 1 1 0 0 0 v_dot4_i32_i8 0 0 0 0 0 0 0 0 0 0 0 0 0 v_dot4c_i32_i8 0 0 0 0 1 1 0 1 1 1 0 0 0 ArchAccUnifiedRegs 0 0 0 0 0 1 0 0 0 0 0 0 0 CMPXWritesSGPR 1 1 1 1 1 1 0 0 0 0 0 0 0 HasAccCD 0 0 0 0 0 1 0 0 0 0 0 0 0 HasEccHalf 0 0 0 1 1 1 0 0 0 0 0 0 0 HasWave32 0 0 0 0 0 0 1 1 1 1 1 1 1 SeparateVscnt 0 0 0 0 0 0 1 1 1 1 1 1 1 Waitcnt0Disabled 0 0 0 0 1 1 0 0 0 0 0 0 0 # Found hipcc version 5.3.22062- # CodeObjectVersion from TensileCreateLibrary: V3 # CxxCompiler from TensileCreateLibrary: hipcc # Architecture from TensileCreateLibrary: gfx1030 # LibraryFormat from TensileCreateLibrary: msgpack # LibraryLogicFiles: # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_BjlkC_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_4xi8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_4xi8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_BjlkC_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_AlikC_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_BjlkC_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_4xi8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_4xi8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_4xi8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_CB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_CB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_DB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_DB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_ZB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_ZB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BBS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BBS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_BSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_HSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_BSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_HSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_BSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_HSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_BSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HSS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_HSS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/hip_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bjlk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_I8II_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_I8II_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_SB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Ailk_Bljk_SB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HB_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HHS_BH.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_HHS_BH_GB.yaml # /build/source/library/src/blas3/Tensile/Logic/asm_full/navi21_Cijk_Alik_Bljk_SB.yaml Reading logic files: Launching 32 threads... Reading logic files: Done. [|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||] 100% (3.4 secs elapsed) # Writing Custom CMake # Writing Kernels... Generating kernels: Launching 32 threads... Generating kernels: Done. * Compiling source kernels: Launching 32 threads... Compiling source kernels: Done. # Kernel Building elapsed time = 39.4 secs # Tensile Library Writer DONE ################################################################################ [ 1%] TENSILE_LIBRARY_TARGET: Copying tensile objects to /build/source/build/Tensile/library [ 1%] Built target TENSILE_LIBRARY_TARGET [ 2%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/ArithmeticUnitTypes.cpp.o [ 2%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/AMDGPU.cpp.o [ 2%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/ContractionSolution.cpp.o [ 3%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/DataTypes.cpp.o [ 4%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/ContractionProblem.cpp.o [ 4%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/Debug.cpp.o [ 4%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/EmbeddedLibrary.cpp.o [ 4%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/PerformanceMetricTypes.cpp.o [ 4%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/KernelLanguageTypes.cpp.o [ 5%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/ScalarValueTypes.cpp.o [ 7%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/TensorOps.cpp.o [ 7%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/KernelArguments.cpp.o [ 7%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/Utils.cpp.o [ 7%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/TensorDescriptor.cpp.o [ 8%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/msgpack/MessagePack.cpp.o [ 9%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/Tensile.cpp.o [ 9%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/hip/HipHardware.cpp.o [ 9%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/hip/HipSolutionAdapter.cpp.o [ 9%] Linking CXX static library librocblas-tensile.a [ 9%] Built target TensileHost [ 10%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_gemm_batched_ex.cpp.o [ 11%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_gemm_strided_batched_ex.cpp.o [ 11%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trsv_ex.cpp.o [ 11%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_gemm_ex.cpp.o [ 11%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_gemm_ext2.cpp.o [ 12%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_axpy_ex.cpp.o [ 12%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trsv_strided_batched_ex.cpp.o [ 12%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_axpy_ex_kernels.cpp.o [ 12%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_axpy_batched_ex.cpp.o [ 14%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trsv_batched_ex.cpp.o [ 14%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_axpy_strided_batched_ex.cpp.o [ 14%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_dot_batched_ex.cpp.o [ 15%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_dot_ex.cpp.o [ 15%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_dot_strided_batched_ex.cpp.o [ 15%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_rot_ex.cpp.o [ 16%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_rot_ex_kernels.cpp.o [ 16%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_rot_batched_ex.cpp.o [ 16%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_rot_strided_batched_ex.cpp.o [ 17%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_scal_ex_kernels.cpp.o [ 18%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_scal_batched_ex.cpp.o [ 18%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_scal_strided_batched_ex.cpp.o [ 18%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_ex.cpp.o [ 19%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_strided_batched_ex.cpp.o [ 19%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_nrm2_batched_ex.cpp.o [ 19%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_scal_ex.cpp.o [ 20%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trmm_outofplace.cpp.o [ 20%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trmm_outofplace_strided_batched.cpp.o [ 20%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas_ex/rocblas_trmm_outofplace_batched.cpp.o [ 21%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trsm_batched.cpp.o [ 21%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trsm.cpp.o [ 22%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trtri.cpp.o [ 22%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trsm_strided_batched.cpp.o [ 22%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trtri_batched.cpp.o [ 23%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trtri_strided_batched.cpp.o [ 23%] Building CXX object library/src/CMakeFiles/rocblas.dir/tensile_host.cpp.o [ 24%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_dgmm.cpp.o [ 24%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_dgmm_kernels.cpp.o [ 24%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_dgmm_batched.cpp.o [ 25%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_dgmm_strided_batched.cpp.o [ 25%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_geam.cpp.o [ 26%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_geam_kernels.cpp.o [ 26%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_geam_batched.cpp.o [ 27%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_geam_strided_batched.cpp.o [ 27%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_hemm.cpp.o [ 27%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_hemm_batched.cpp.o [ 28%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_hemm_strided_batched.cpp.o [ 28%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_herk.cpp.o [ 29%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_herk_batched.cpp.o [ 29%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_herk_strided_batched.cpp.o [ 29%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_her2k.cpp.o [ 30%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_her2k_batched.cpp.o [ 30%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_her2k_strided_batched.cpp.o [ 31%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_herkx.cpp.o [ 31%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_herkx_batched.cpp.o [ 31%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_herkx_strided_batched.cpp.o [ 32%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_symm.cpp.o [ 32%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_symm_kernels.cpp.o [ 33%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_symm_batched.cpp.o [ 33%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_symm_strided_batched.cpp.o [ 33%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_syrk.cpp.o [ 34%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_syrk_herk_kernels.cpp.o [ 34%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_syrk_batched.cpp.o [ 35%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_syrk_strided_batched.cpp.o [ 35%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_syr2k.cpp.o [ 35%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_syr2k_her2k_kernels.cpp.o [ 36%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_syr2k_batched.cpp.o [ 36%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_syr2k_strided_batched.cpp.o [ 37%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/Tensile/gemm.cpp.o [ 37%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/Tensile/gemm_batched.cpp.o [ 37%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/Tensile/gemm_strided_batched.cpp.o [ 38%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_syrkx.cpp.o [ 38%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_syrkx_herkx_kernels.cpp.o [ 39%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_syrkx_batched.cpp.o [ 39%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_syrkx_strided_batched.cpp.o [ 40%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trmm.cpp.o [ 40%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trmm_kernels.cpp.o [ 40%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trmm_batched.cpp.o [ 41%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas3/rocblas_trmm_strided_batched.cpp.o [ 41%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_gemv.cpp.o [ 42%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_gemv_kernels.cpp.o [ 42%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_gemv_batched.cpp.o [ 42%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_gemv_strided_batched.cpp.o [ 43%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tpmv.cpp.o [ 43%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tpmv_kernels.cpp.o [ 44%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tpmv_batched.cpp.o [ 44%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tpmv_strided_batched.cpp.o [ 44%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_gbmv.cpp.o [ 45%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_gbmv_kernels.cpp.o [ 45%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_gbmv_batched.cpp.o [ 46%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_gbmv_strided_batched.cpp.o [ 46%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tbsv.cpp.o [ 46%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tbsv_kernels.cpp.o [ 47%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tbsv_batched.cpp.o [ 47%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tbsv_strided_batched.cpp.o [ 48%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_trmv.cpp.o [ 48%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_trmv_kernels.cpp.o [ 48%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_trmv_batched.cpp.o [ 49%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_trmv_strided_batched.cpp.o [ 49%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_ger.cpp.o [ 50%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_ger_kernels.cpp.o [ 50%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_ger_batched.cpp.o [ 51%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_ger_strided_batched.cpp.o clang version 15.0.0 Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/bin Found candidate GCC installation: /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib/gcc/x86_64-unknown-linux-gnu/11.3.0 Found candidate GCC installation: /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0 Selected GCC installation: /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0 Candidate multilib: .;@m64 Selected multilib: .;@m64 Found HIP installation: /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1, version 5.3.22062 "/nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/bin/clang-15" -cc1 -triple amdgcn-amd-amdhsa -aux-triple x86_64-unknown-linux-gnu -emit-obj --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name rocblas_ger_kernels.cpp -mrelocation-model pic -pic-level 2 -fhalf-no-semantic-interposition -mframe-pointer=none -fno-rounding-math -mconstructor-aliases -aux-target-cpu x86-64 -aux-target-feature +f16c -fcuda-is-device -mllvm -amdgpu-internalize-symbols -fcuda-allow-variadic-functions -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/hip.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/ocml.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/ockl.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/oclc_daz_opt_off.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/oclc_unsafe_math_off.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/oclc_finite_only_off.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/oclc_correctly_rounded_sqrt_on.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/oclc_wavefrontsize64_off.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/oclc_isa_version_1030.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/oclc_abi_version_400.bc -target-cpu gfx1030 -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=gdb -v -resource-dir /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root -dependency-file CMakeFiles/rocblas.dir/blas2/rocblas_ger_kernels.cpp.o.d -MT library/src/CMakeFiles/rocblas.dir/blas2/rocblas_ger_kernels.cpp.o -sys-header-deps -internal-isystem /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include/cuda_wrappers -idirafter /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include -include __clang_hip_runtime_wrapper.h -isystem /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/lib/clang/15.0.0/include/.. -isystem /nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include -isystem /nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include -isystem /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include -isystem /nix/store/p33hpnqy7qqbd6lrfyysgfi2m3a7k68i-hip-5.3.1/include -idirafter /nix/store/ybkyabc23chdfy48n3h1zqwa57vp38wd-glibc-2.35-163-dev/include -isystem /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include -isystem /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/include -isystem /nix/store/1l5gp04v4jvc7wr8dyv12jy8mszma9w0-ncurses-6.3-p20220507-dev/include -isystem /nix/store/smfnf8ayl3473bqlhwizl9r18rphydjp-zlib-1.2.12-dev/include -isystem /nix/store/b5rhlkj0b25yp21gm7l5karjmxh6mqhk-rocm-comgr-5.3.1/include -isystem /nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include -isystem /nix/store/ydj66x49m6f4ikaw4b2hlkdfxd5vdf6s-rocm-thunk-5.3.1/include -isystem /nix/store/fkcl1wzq3106qqgl84bhgk1lp56q6bzg-python3-3.10.7/include -isystem /nix/store/5bj9nfnm8ql21zcsfca48z5rglhpbd4p-msgpack-3.3.0/include -isystem /nix/store/zfs5p0dxvqkyws7kvbl82b3lym44cg9i-libxml2-2.10.2-dev/include -isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0 -isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/x86_64-unknown-linux-gnu -D BUILD_WITH_TENSILE=1 -D ROCBLAS_INTERNAL_API -D ROCM_USE_FLOAT16 -D TENSILE_DEFAULT_SERIALIZATION -D TENSILE_MSGPACK=1 -D TENSILE_USE_HIP -D __HIP_PLATFORM_AMD__=1 -D __HIP_PLATFORM_HCC__=1 -D rocblas_EXPORTS -I /build/source/library/include -I /build/source/library/include/internal -I /build/source/library/src/include -I /build/source/build/include/rocblas/internal -I /build/source/build/include/rocblas -I /build/source/build/include -I /build/source/library/src/blas3/Tensile -I /build/source/tensile/lib/python3.10/site-packages/Tensile/Source/lib/include -D __HIP_HCC_COMPAT_MODE__=1 -D NDEBUG -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0 -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/x86_64-unknown-linux-gnu -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/backward -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0 -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/x86_64-unknown-linux-gnu -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/backward -internal-isystem /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include -internal-isystem /usr/local/include -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../x86_64-unknown-linux-gnu/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -internal-isystem /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include -internal-isystem /usr/local/include -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../x86_64-unknown-linux-gnu/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wno-unused-result -Werror=vla -std=c++17 -fdeprecated-macro -fno-autolink -fdebug-compilation-dir=/build/source/build/library/src -ferror-limit 19 -fvisibility hidden -fvisibility-inlines-hidden -fhip-new-launch-api -fgnuc-version=4.2.1 -no-opaque-pointers -fcxx-exceptions -fexceptions -fcolor-diagnostics -vectorize-loops -vectorize-slp -mllvm -amdgpu-early-inline-all=true -mllvm -amdgpu-function-calls=false -cuid=7feb3acf29116291 -fcuda-allow-variadic-functions -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o /build/rocblas_ger_kernels-de023d/rocblas_ger_kernels-gfx1030.o -x hip /build/source/library/src/blas2/rocblas_ger_kernels.cpp clang -cc1 version 15.0.0 based upon LLVM 15.0.0git default target x86_64-unknown-linux-gnu ignoring nonexistent directory "/usr/local/include" ignoring nonexistent directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../x86_64-unknown-linux-gnu/include" ignoring nonexistent directory "/include" ignoring nonexistent directory "/usr/include" ignoring nonexistent directory "/usr/local/include" ignoring nonexistent directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../x86_64-unknown-linux-gnu/include" ignoring nonexistent directory "/include" ignoring nonexistent directory "/usr/include" ignoring nonexistent directory "/usr/local/include" ignoring nonexistent directory "/usr/include" ignoring duplicate directory "/nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include" ignoring duplicate directory "/nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include" ignoring duplicate directory "/nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include" ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0" ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/x86_64-unknown-linux-gnu" ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0" ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/x86_64-unknown-linux-gnu" ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/backward" ignoring duplicate directory "/nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include" ignoring duplicate directory "/nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include" ignoring duplicate directory "/nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include" #include "..." search starts here: #include <...> search starts here: /build/source/library/include /build/source/library/include/internal /build/source/library/src/include /build/source/build/include/rocblas/internal /build/source/build/include/rocblas /build/source/build/include /build/source/library/src/blas3/Tensile /build/source/tensile/lib/python3.10/site-packages/Tensile/Source/lib/include /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/lib/clang/15.0.0/include/.. /nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include /nix/store/p33hpnqy7qqbd6lrfyysgfi2m3a7k68i-hip-5.3.1/include /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/include /nix/store/1l5gp04v4jvc7wr8dyv12jy8mszma9w0-ncurses-6.3-p20220507-dev/include /nix/store/smfnf8ayl3473bqlhwizl9r18rphydjp-zlib-1.2.12-dev/include /nix/store/b5rhlkj0b25yp21gm7l5karjmxh6mqhk-rocm-comgr-5.3.1/include /nix/store/ydj66x49m6f4ikaw4b2hlkdfxd5vdf6s-rocm-thunk-5.3.1/include /nix/store/fkcl1wzq3106qqgl84bhgk1lp56q6bzg-python3-3.10.7/include /nix/store/5bj9nfnm8ql21zcsfca48z5rglhpbd4p-msgpack-3.3.0/include /nix/store/zfs5p0dxvqkyws7kvbl82b3lym44cg9i-libxml2-2.10.2-dev/include /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0 /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/x86_64-unknown-linux-gnu /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include/cuda_wrappers /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/backward /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include /nix/store/ybkyabc23chdfy48n3h1zqwa57vp38wd-glibc-2.35-163-dev/include End of search list. [ 51%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hbmv.cpp.o [ 51%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hbmv_kernels.cpp.o [ 52%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hbmv_batched.cpp.o [ 52%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hbmv_strided_batched.cpp.o [ 53%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hemv.cpp.o [ 53%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hemv_symv_kernels.cpp.o [ 53%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hemv_batched.cpp.o "/nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/bin/lld" -flavor gnu --no-undefined -shared -plugin-opt=-amdgpu-internalize-symbols -plugin-opt=mcpu=gfx1030 -plugin-opt=O3 -plugin-opt=no-opaque-pointers -plugin-opt=-amdgpu-early-inline-all=true -plugin-opt=-amdgpu-function-calls=false -o /build/rocblas_ger_kernels-81d002/rocblas_ger_kernels-gfx1030.out /build/rocblas_ger_kernels-de023d/rocblas_ger_kernels-gfx1030.o "/nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/bin/clang-offload-bundler" -type=o -bundle-align=4096 -targets=host-x86_64-unknown-linux,hipv4-amdgcn-amd-amdhsa--gfx1030 -input=/dev/null -input=/build/rocblas_ger_kernels-81d002/rocblas_ger_kernels-gfx1030.out -output=/build/rocblas_ger_kernels-5d7861.hipfb "/nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/bin/clang-15" -cc1 -triple x86_64-unknown-linux-gnu -aux-triple amdgcn-amd-amdhsa -emit-obj --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name rocblas_ger_kernels.cpp -mrelocation-model pic -pic-level 2 -fhalf-no-semantic-interposition -mframe-pointer=none -fmath-errno -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -target-feature +f16c -tune-cpu generic -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=gdb -v -fcoverage-compilation-dir=/build/source/build/library/src -resource-dir /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root -dependency-file CMakeFiles/rocblas.dir/blas2/rocblas_ger_kernels.cpp.o.d -MT library/src/CMakeFiles/rocblas.dir/blas2/rocblas_ger_kernels.cpp.o -sys-header-deps -internal-isystem /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include/cuda_wrappers -idirafter /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include -include __clang_hip_runtime_wrapper.h -isystem /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/lib/clang/15.0.0/include/.. -isystem /nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include -isystem /nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include -isystem /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include -isystem /nix/store/p33hpnqy7qqbd6lrfyysgfi2m3a7k68i-hip-5.3.1/include -idirafter /nix/store/ybkyabc23chdfy48n3h1zqwa57vp38wd-glibc-2.35-163-dev/include -isystem /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include -isystem /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/include -isystem /nix/store/1l5gp04v4jvc7wr8dyv12jy8mszma9w0-ncurses-6.3-p20220507-dev/include -isystem /nix/store/smfnf8ayl3473bqlhwizl9r18rphydjp-zlib-1.2.12-dev/include -isystem /nix/store/b5rhlkj0b25yp21gm7l5karjmxh6mqhk-rocm-comgr-5.3.1/include -isystem /nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include -isystem /nix/store/ydj66x49m6f4ikaw4b2hlkdfxd5vdf6s-rocm-thunk-5.3.1/include -isystem /nix/store/fkcl1wzq3106qqgl84bhgk1lp56q6bzg-python3-3.10.7/include -isystem /nix/store/5bj9nfnm8ql21zcsfca48z5rglhpbd4p-msgpack-3.3.0/include -isystem /nix/store/zfs5p0dxvqkyws7kvbl82b3lym44cg9i-libxml2-2.10.2-dev/include -isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0 -isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/x86_64-unknown-linux-gnu -D BUILD_WITH_TENSILE=1 -D ROCBLAS_INTERNAL_API -D ROCM_USE_FLOAT16 -D TENSILE_DEFAULT_SERIALIZATION -D TENSILE_MSGPACK=1 -D TENSILE_USE_HIP -D __HIP_PLATFORM_AMD__=1 -D __HIP_PLATFORM_HCC__=1 -D rocblas_EXPORTS -I /build/source/library/include -I /build/source/library/include/internal -I /build/source/library/src/include -I /build/source/build/include/rocblas/internal -I /build/source/build/include/rocblas -I /build/source/build/include -I /build/source/library/src/blas3/Tensile -I /build/source/tensile/lib/python3.10/site-packages/Tensile/Source/lib/include -D __HIP_HCC_COMPAT_MODE__=1 -D NDEBUG -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0 -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/x86_64-unknown-linux-gnu -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/backward -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0 -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/x86_64-unknown-linux-gnu -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/backward -internal-isystem /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include -internal-isystem /usr/local/include -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../x86_64-unknown-linux-gnu/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -internal-isystem /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include -internal-isystem /usr/local/include -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../x86_64-unknown-linux-gnu/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wno-unused-result -Werror=vla -std=c++17 -fdeprecated-macro -fdebug-compilation-dir=/build/source/build/library/src -ferror-limit 19 -fvisibility hidden -fvisibility-inlines-hidden -fhip-new-launch-api -fgnuc-version=4.2.1 -no-opaque-pointers -fcxx-exceptions -fexceptions -fcolor-diagnostics -vectorize-loops -vectorize-slp -mllvm -amdgpu-early-inline-all=true -mllvm -amdgpu-function-calls=false -fcuda-include-gpubinary /build/rocblas_ger_kernels-5d7861.hipfb -cuid=7feb3acf29116291 -fcuda-allow-variadic-functions -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/rocblas.dir/blas2/rocblas_ger_kernels.cpp.o -x hip /build/source/library/src/blas2/rocblas_ger_kernels.cpp clang -cc1 version 15.0.0 based upon LLVM 15.0.0git default target x86_64-unknown-linux-gnu ignoring nonexistent directory "/usr/local/include" ignoring nonexistent directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../x86_64-unknown-linux-gnu/include" ignoring nonexistent directory "/include" ignoring nonexistent directory "/usr/include" ignoring nonexistent directory "/usr/local/include" ignoring nonexistent directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../x86_64-unknown-linux-gnu/include" ignoring nonexistent directory "/include" ignoring nonexistent directory "/usr/include" ignoring duplicate directory "/nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include" ignoring duplicate directory "/nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include" ignoring duplicate directory "/nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include" ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0" ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/x86_64-unknown-linux-gnu" ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0" ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/x86_64-unknown-linux-gnu" ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/backward" ignoring duplicate directory "/nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include" ignoring duplicate directory "/nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include" #include "..." search starts here: #include <...> search starts here: /build/source/library/include /build/source/library/include/internal /build/source/library/src/include /build/source/build/include/rocblas/internal /build/source/build/include/rocblas /build/source/build/include /build/source/library/src/blas3/Tensile /build/source/tensile/lib/python3.10/site-packages/Tensile/Source/lib/include /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/lib/clang/15.0.0/include/.. /nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include /nix/store/p33hpnqy7qqbd6lrfyysgfi2m3a7k68i-hip-5.3.1/include /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/include /nix/store/1l5gp04v4jvc7wr8dyv12jy8mszma9w0-ncurses-6.3-p20220507-dev/include /nix/store/smfnf8ayl3473bqlhwizl9r18rphydjp-zlib-1.2.12-dev/include /nix/store/b5rhlkj0b25yp21gm7l5karjmxh6mqhk-rocm-comgr-5.3.1/include /nix/store/ydj66x49m6f4ikaw4b2hlkdfxd5vdf6s-rocm-thunk-5.3.1/include /nix/store/fkcl1wzq3106qqgl84bhgk1lp56q6bzg-python3-3.10.7/include /nix/store/5bj9nfnm8ql21zcsfca48z5rglhpbd4p-msgpack-3.3.0/include /nix/store/zfs5p0dxvqkyws7kvbl82b3lym44cg9i-libxml2-2.10.2-dev/include /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0 /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/x86_64-unknown-linux-gnu /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include/cuda_wrappers /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/backward /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include /nix/store/ybkyabc23chdfy48n3h1zqwa57vp38wd-glibc-2.35-163-dev/include End of search list. [ 54%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hemv_strided_batched.cpp.o [ 54%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_her.cpp.o [ 55%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_her_kernels.cpp.o [ 55%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_her_batched.cpp.o [ 55%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_her_strided_batched.cpp.o [ 56%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_her2.cpp.o [ 56%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_her2_kernels.cpp.o [ 57%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_her2_batched.cpp.o [ 57%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_her2_strided_batched.cpp.o [ 57%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hpmv.cpp.o [ 58%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hpmv_kernels.cpp.o [ 58%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hpmv_batched.cpp.o [ 59%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hpmv_strided_batched.cpp.o [ 59%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hpr.cpp.o [ 59%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hpr_kernels.cpp.o [ 60%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hpr_batched.cpp.o [ 60%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hpr_strided_batched.cpp.o [ 61%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hpr2.cpp.o [ 61%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hpr2_kernels.cpp.o [ 61%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hpr2_batched.cpp.o [ 62%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hpr2_strided_batched.cpp.o [ 62%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_spr.cpp.o [ 63%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_spr_kernels.cpp.o [ 63%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_spr_batched.cpp.o [ 64%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_spr_strided_batched.cpp.o [ 64%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_spr2.cpp.o [ 64%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_spr2_kernels.cpp.o [ 65%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_spr2_batched.cpp.o [ 65%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_spr2_strided_batched.cpp.o [ 66%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_syr.cpp.o [ 66%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_syr_kernels.cpp.o [ 66%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_syr_batched.cpp.o [ 67%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_syr_strided_batched.cpp.o [ 67%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_syr2.cpp.o [ 68%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_syr2_kernels.cpp.o [ 68%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_syr2_batched.cpp.o [ 68%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_syr2_strided_batched.cpp.o [ 68%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tbmv_kernels.cpp.o [ 69%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tbmv.cpp.o [ 70%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tbmv_batched.cpp.o [ 70%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tbmv_strided_batched.cpp.o [ 70%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tpsv.cpp.o [ 71%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tpsv_kernels.cpp.o [ 71%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tpsv_batched.cpp.o [ 72%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_tpsv_strided_batched.cpp.o [ 72%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_sbmv.cpp.o [ 72%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_sbmv_kernels.cpp.o [ 73%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_sbmv_batched.cpp.o [ 73%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_sbmv_strided_batched.cpp.o [ 74%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_spmv.cpp.o [ 74%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_spmv_kernels.cpp.o [ 74%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_spmv_batched.cpp.o [ 75%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_spmv_strided_batched.cpp.o [ 75%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_symv.cpp.o [ 76%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_symv_batched.cpp.o [ 76%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_symv_strided_batched.cpp.o [ 77%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_trsv.cpp.o [ 77%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_trsv_kernels.cpp.o [ 78%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_trsv_strided_batched.cpp.o [ 78%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_trsv_batched.cpp.o [ 78%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_iamin.cpp.o [ 79%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_iamin_batched.cpp.o [ 79%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_iamin_strided_batched.cpp.o [ 79%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_iamax.cpp.o [ 80%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_iamax_batched.cpp.o [ 80%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_iamax_strided_batched.cpp.o [ 81%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_asum.cpp.o [ 81%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_asum_batched.cpp.o [ 81%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_asum_strided_batched.cpp.o [ 82%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_axpy.cpp.o [ 82%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_axpy_kernels.cpp.o [ 83%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_axpy_batched.cpp.o [ 83%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_axpy_strided_batched.cpp.o [ 83%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_copy.cpp.o [ 84%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_copy_kernels.cpp.o [ 84%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_copy_batched.cpp.o [ 85%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_copy_strided_batched.cpp.o [ 85%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_dot.cpp.o [ 85%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_dot_strided_batched.cpp.o [ 86%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_dot_batched.cpp.o [ 86%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_nrm2.cpp.o [ 87%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_nrm2_batched.cpp.o [ 87%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_nrm2_strided_batched.cpp.o [ 87%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rot.cpp.o [ 88%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rot_kernels.cpp.o [ 88%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rot_batched.cpp.o [ 89%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rot_strided_batched.cpp.o [ 89%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rotg.cpp.o [ 90%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rotg_kernels.cpp.o [ 90%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rotg_batched.cpp.o [ 90%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rotg_strided_batched.cpp.o [ 91%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rotm.cpp.o [ 91%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rotm_kernels.cpp.o [ 92%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rotm_batched.cpp.o [ 92%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rotm_strided_batched.cpp.o [ 92%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rotmg.cpp.o [ 93%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rotmg_kernels.cpp.o [ 93%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rotmg_batched.cpp.o [ 94%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_rotmg_strided_batched.cpp.o [ 94%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_scal.cpp.o [ 94%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_scal_kernels.cpp.o [ 95%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_scal_batched.cpp.o [ 96%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_scal_strided_batched.cpp.o [ 96%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_swap.cpp.o [ 96%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_swap_kernels.cpp.o [ 96%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_swap_batched.cpp.o [ 97%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas1/rocblas_swap_strided_batched.cpp.o [ 97%] Building CXX object library/src/CMakeFiles/rocblas.dir/handle.cpp.o [ 98%] Building CXX object library/src/CMakeFiles/rocblas.dir/rocblas_auxiliary.cpp.o [ 98%] Building CXX object library/src/CMakeFiles/rocblas.dir/buildinfo.cpp.o [ 98%] Building CXX object library/src/CMakeFiles/rocblas.dir/rocblas_ostream.cpp.o [ 99%] Building CXX object library/src/CMakeFiles/rocblas.dir/check_numerics_vector.cpp.o [ 99%] Building CXX object library/src/CMakeFiles/rocblas.dir/check_numerics_matrix.cpp.o [100%] Linking CXX shared library librocblas.so [100%] Built target rocblas buildPhase completed in 3 minutes 55 seconds installing install flags: SHELL=/nix/store/dd3713mm8wql4r2d5jxx0f58g16nfm4h-bash-5.1-p16/bin/bash install [ 0%] TENSILE_LIBRARY_TARGET: Copying tensile objects to /build/source/build/Tensile/library [ 0%] Built target TENSILE_LIBRARY_TARGET Consolidate compiler generated dependencies of target TensileHost [ 8%] Built target TensileHost [ 8%] Built target rocblas_device_malloc [ 9%] Built target rocblas_proto_templates Consolidate compiler generated dependencies of target rocblas [100%] Built target rocblas Install the project... -- Install configuration: "Release" -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/include/rocblas/rocblas_module.f90 -- Up-to-date: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/include -- Up-to-date: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/include/rocblas -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/include/rocblas/internal -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/include/rocblas/internal/rocblas-version.h -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/include/rocblas/internal/rocblas-export.h -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/include/rocblas/internal/rocblas-complex-types.h -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/include/rocblas/internal/rocblas-auxiliary.h -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/include/rocblas/internal/rocblas-functions.h -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/include/rocblas/internal/rocblas-types.h -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/include/rocblas/internal/rocblas_bfloat16.h -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/include/rocblas/internal/rocblas_block_sizes.h -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/include/rocblas/internal/rocblas-exported-proto.hpp -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/include/rocblas/internal/rocblas_device_malloc.hpp -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/include/rocblas/rocblas.h -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/librocblas.so.0.1 -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/librocblas.so.0 -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/librocblas.so -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileManifest.txt -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_DD_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_DD_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_DD_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_SS_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_SS_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_AlikC_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_AlikC_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_Alik_BjlkC_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_Ailk_BjlkC_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_AlikC_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_AlikC_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_AlikC_BjlkC_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_Ailk_BjlkC_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_Alik_BjlkC_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_AlikC_BjlkC_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_SS_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_DD_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_SS_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/Kernels.so-000-gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_4xi8I_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_4xi8I_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_BS_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HS_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_BB_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_4xi8I_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_4xi8I_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HS_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HS_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_BS_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_BS_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HS_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_BB_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_BB_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_BB_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_BS_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_Contraction_l_Ailk_Bjlk_Cijk_Dijk_gfx1030.co -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_gfx1030.co -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_gfx1030.co -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_SS_Contraction_l_Ailk_Bjlk_Cijk_Dijk_gfx1030.co -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_gfx1030.co -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_SS_Contraction_l_Ailk_Bljk_Cijk_Dijk_gfx1030.co -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_Contraction_l_Alik_Bjlk_Cijk_Dijk_gfx1030.co -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_gfx1030.co -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_gfx1030.co -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_SS_Contraction_l_Alik_Bjlk_Cijk_Dijk_gfx1030.co -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx1030.co -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_SS_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx1030.co -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_Contraction_l_Ailk_Bljk_Cijk_Dijk_gfx1030.co -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_gfx1030.co -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx1030.co -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx1030.co -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_lazy_gfx1030.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_Contraction_l_Ailk_Bjlk_Cijk_Dijk_gfx1030.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_gfx1030.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_gfx1030.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_SS_Contraction_l_Ailk_Bjlk_Cijk_Dijk_gfx1030.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_gfx1030.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_SS_Contraction_l_Ailk_Bljk_Cijk_Dijk_gfx1030.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_Contraction_l_Alik_Bjlk_Cijk_Dijk_gfx1030.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_gfx1030.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_gfx1030.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_SS_Contraction_l_Alik_Bjlk_Cijk_Dijk_gfx1030.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx1030.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_SS_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx1030.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_Contraction_l_Ailk_Bljk_Cijk_Dijk_gfx1030.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_gfx1030.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx1030.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx1030.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_Ailk_BjlkC_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_Ailk_BjlkC_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_4xi8I_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_DD_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_SS_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_4xi8I_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_BB_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_DD_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_SS_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_AlikC_BjlkC_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_AlikC_BjlkC_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_AlikC_Bjlk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_AlikC_Bjlk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_AlikC_Bljk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_AlikC_Bljk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_Alik_BjlkC_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_Alik_BjlkC_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_4xi8I_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_BB_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_DD_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_SS_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_4xi8I_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_BB_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_DD_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_SS_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_BB_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_BS_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HS_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_BS_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HS_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_BS_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HS_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_BS_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HS_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback.dat -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/cmake/rocblas/rocblas-targets.cmake -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/cmake/rocblas/rocblas-targets-release.cmake -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/cmake/rocblas/rocblas-config.cmake -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/cmake/rocblas/rocblas-config-version.cmake -- Installing: /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/share/doc/rocblas/LICENSE.md post-installation fixup shrinking RPATHs of ELF executables and libraries in /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1 shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/librocblas.so.0.1 shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_DD_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_DD_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_DD_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_SS_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_SS_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_AlikC_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_AlikC_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_Alik_BjlkC_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_Ailk_BjlkC_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_AlikC_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_AlikC_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_AlikC_BjlkC_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_Ailk_BjlkC_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_Alik_BjlkC_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_AlikC_BjlkC_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_SS_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_DD_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_CC_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_ZZ_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_SS_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/Kernels.so-000-gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_4xi8I_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_4xi8I_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_BS_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HS_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_BB_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_4xi8I_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_4xi8I_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HS_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HS_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_BS_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_BS_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HS_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_BB_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_BB_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_BB_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_BS_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_fallback_gfx1030.hsaco shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_Contraction_l_Ailk_Bjlk_Cijk_Dijk_gfx1030.co shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_gfx1030.co shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Ailk_Bjlk_Cijk_Dijk_gfx1030.co shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_SS_Contraction_l_Ailk_Bjlk_Cijk_Dijk_gfx1030.co shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_gfx1030.co shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_SS_Contraction_l_Ailk_Bljk_Cijk_Dijk_gfx1030.co shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_Contraction_l_Alik_Bjlk_Cijk_Dijk_gfx1030.co shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_gfx1030.co shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Alik_Bjlk_Cijk_Dijk_gfx1030.co shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_SS_Contraction_l_Alik_Bjlk_Cijk_Dijk_gfx1030.co shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_I8I_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx1030.co shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_SS_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx1030.co shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_Contraction_l_Ailk_Bljk_Cijk_Dijk_gfx1030.co shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_HPA_Contraction_l_Ailk_Bljk_Cijk_Dijk_gfx1030.co shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx1030.co shrinking /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib/rocblas/library/TensileLibrary_Type_HH_HPA_Contraction_l_Alik_Bljk_Cijk_Dijk_gfx1030.co strip is /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/bin/strip stripping (with command strip and flags -S) in /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1/lib patching script interpreter paths in /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1 checking for references to /build/ in /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1... /nix/store/y2bhjkcjm2frack0pz3kqpzknbv6yfjm-rocblas-2.45.0-5.3.1 ```

Unmodified with VERBOSE variables: rocblas.log

Sections of interest:

[ 51%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_ger_strided_batched.cpp.o
clang version 15.0.0
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/bin
Found candidate GCC installation: /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib/gcc/x86_64-unknown-linux-gnu/11.3.0
Found candidate GCC installation: /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0
Selected GCC installation: /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0
Candidate multilib: .;@m64
Selected multilib: .;@m64
Found HIP installation: /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1, version 5.3.22062
 "/nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/bin/clang-15" -cc1 -triple amdgcn-amd-amdhsa -aux-triple x86_64-unknown-linux-gnu -emit-obj --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name rocblas_ger_kernels.cpp -mrelocation-model pic -pic-level 2 -fhalf-no-semantic-interposition -mframe-pointer=none -fno-rounding-math -mconstructor-aliases -aux-target-cpu x86-64 -aux-target-feature +f16c -fcuda-is-device -mllvm -amdgpu-internalize-symbols -fcuda-allow-variadic-functions -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/hip.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/ocml.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/ockl.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/oclc_daz_opt_off.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/oclc_unsafe_math_off.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/oclc_finite_only_off.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/oclc_correctly_rounded_sqrt_on.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/oclc_wavefrontsize64_off.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/oclc_isa_version_1030.bc -mlink-builtin-bitcode /nix/store/vcgmg54a72rmz1kz46dy890bagkn1b7y-rocm-device-libs-5.3.1/amdgcn/bitcode/oclc_abi_version_400.bc -target-cpu gfx1030 -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=gdb -v -resource-dir /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root -dependency-file CMakeFiles/rocblas.dir/blas2/rocblas_ger_kernels.cpp.o.d -MT library/src/CMakeFiles/rocblas.dir/blas2/rocblas_ger_kernels.cpp.o -sys-header-deps -internal-isystem /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include/cuda_wrappers -idirafter /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include -include __clang_hip_runtime_wrapper.h -isystem /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/lib/clang/15.0.0/include/.. -isystem /nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include -isystem /nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include -isystem /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include -isystem /nix/store/p33hpnqy7qqbd6lrfyysgfi2m3a7k68i-hip-5.3.1/include -idirafter /nix/store/ybkyabc23chdfy48n3h1zqwa57vp38wd-glibc-2.35-163-dev/include -isystem /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include -isystem /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/include -isystem /nix/store/1l5gp04v4jvc7wr8dyv12jy8mszma9w0-ncurses-6.3-p20220507-dev/include -isystem /nix/store/smfnf8ayl3473bqlhwizl9r18rphydjp-zlib-1.2.12-dev/include -isystem /nix/store/b5rhlkj0b25yp21gm7l5karjmxh6mqhk-rocm-comgr-5.3.1/include -isystem /nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include -isystem /nix/store/ydj66x49m6f4ikaw4b2hlkdfxd5vdf6s-rocm-thunk-5.3.1/include -isystem /nix/store/fkcl1wzq3106qqgl84bhgk1lp56q6bzg-python3-3.10.7/include -isystem /nix/store/5bj9nfnm8ql21zcsfca48z5rglhpbd4p-msgpack-3.3.0/include -isystem /nix/store/zfs5p0dxvqkyws7kvbl82b3lym44cg9i-libxml2-2.10.2-dev/include -isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0 -isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/x86_64-unknown-linux-gnu -D BUILD_WITH_TENSILE=1 -D ROCBLAS_INTERNAL_API -D ROCM_USE_FLOAT16 -D TENSILE_DEFAULT_SERIALIZATION -D TENSILE_MSGPACK=1 -D TENSILE_USE_HIP -D __HIP_PLATFORM_AMD__=1 -D __HIP_PLATFORM_HCC__=1 -D rocblas_EXPORTS -I /build/source/library/include -I /build/source/library/include/internal -I /build/source/library/src/include -I /build/source/build/include/rocblas/internal -I /build/source/build/include/rocblas -I /build/source/build/include -I /build/source/library/src/blas3/Tensile -I /build/source/tensile/lib/python3.10/site-packages/Tensile/Source/lib/include -D __HIP_HCC_COMPAT_MODE__=1 -D NDEBUG -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0 -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/x86_64-unknown-linux-gnu -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/backward -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0 -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/x86_64-unknown-linux-gnu -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/backward -internal-isystem /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include -internal-isystem /usr/local/include -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../x86_64-unknown-linux-gnu/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -internal-isystem /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include -internal-isystem /usr/local/include -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../x86_64-unknown-linux-gnu/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wno-unused-result -Werror=vla -std=c++17 -fdeprecated-macro -fno-autolink -fdebug-compilation-dir=/build/source/build/library/src -ferror-limit 19 -fvisibility hidden -fvisibility-inlines-hidden -fhip-new-launch-api -fgnuc-version=4.2.1 -no-opaque-pointers -fcxx-exceptions -fexceptions -fcolor-diagnostics -vectorize-loops -vectorize-slp -mllvm -amdgpu-early-inline-all=true -mllvm -amdgpu-function-calls=false -cuid=7feb3acf29116291 -fcuda-allow-variadic-functions -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o /build/rocblas_ger_kernels-de023d/rocblas_ger_kernels-gfx1030.o -x hip /build/source/library/src/blas2/rocblas_ger_kernels.cpp
clang -cc1 version 15.0.0 based upon LLVM 15.0.0git default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../x86_64-unknown-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring nonexistent directory "/usr/include"
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../x86_64-unknown-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring nonexistent directory "/usr/include"
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory "/usr/include"
ignoring duplicate directory "/nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include"
ignoring duplicate directory "/nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include"
ignoring duplicate directory "/nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include"
ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0"
ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/x86_64-unknown-linux-gnu"
ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0"
ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/x86_64-unknown-linux-gnu"
ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/backward"
ignoring duplicate directory "/nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include"
ignoring duplicate directory "/nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include"
ignoring duplicate directory "/nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include"
#include "..." search starts here:
#include <...> search starts here:
 /build/source/library/include
 /build/source/library/include/internal
 /build/source/library/src/include
 /build/source/build/include/rocblas/internal
 /build/source/build/include/rocblas
 /build/source/build/include
 /build/source/library/src/blas3/Tensile
 /build/source/tensile/lib/python3.10/site-packages/Tensile/Source/lib/include
 /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/lib/clang/15.0.0/include/..
 /nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include
 /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include
 /nix/store/p33hpnqy7qqbd6lrfyysgfi2m3a7k68i-hip-5.3.1/include
 /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/include
 /nix/store/1l5gp04v4jvc7wr8dyv12jy8mszma9w0-ncurses-6.3-p20220507-dev/include
 /nix/store/smfnf8ayl3473bqlhwizl9r18rphydjp-zlib-1.2.12-dev/include
 /nix/store/b5rhlkj0b25yp21gm7l5karjmxh6mqhk-rocm-comgr-5.3.1/include
 /nix/store/ydj66x49m6f4ikaw4b2hlkdfxd5vdf6s-rocm-thunk-5.3.1/include
 /nix/store/fkcl1wzq3106qqgl84bhgk1lp56q6bzg-python3-3.10.7/include
 /nix/store/5bj9nfnm8ql21zcsfca48z5rglhpbd4p-msgpack-3.3.0/include
 /nix/store/zfs5p0dxvqkyws7kvbl82b3lym44cg9i-libxml2-2.10.2-dev/include
 /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0
 /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/x86_64-unknown-linux-gnu
 /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include/cuda_wrappers
 /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/backward
 /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include
 /nix/store/ybkyabc23chdfy48n3h1zqwa57vp38wd-glibc-2.35-163-dev/include
End of search list.
[ 53%] Building CXX object library/src/CMakeFiles/rocblas.dir/blas2/rocblas_hemv_batched.cpp.o
 "/nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/bin/lld" -flavor gnu --no-undefined -shared -plugin-opt=-amdgpu-internalize-symbols -plugin-opt=mcpu=gfx1030 -plugin-opt=O3 -plugin-opt=no-opaque-pointers -plugin-opt=-amdgpu-early-inline-all=true -plugin-opt=-amdgpu-function-calls=false -o /build/rocblas_ger_kernels-81d002/rocblas_ger_kernels-gfx1030.out /build/rocblas_ger_kernels-de023d/rocblas_ger_kernels-gfx1030.o
 "/nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/bin/clang-offload-bundler" -type=o -bundle-align=4096 -targets=host-x86_64-unknown-linux,hipv4-amdgcn-amd-amdhsa--gfx1030 -input=/dev/null -input=/build/rocblas_ger_kernels-81d002/rocblas_ger_kernels-gfx1030.out -output=/build/rocblas_ger_kernels-5d7861.hipfb
 "/nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/bin/clang-15" -cc1 -triple x86_64-unknown-linux-gnu -aux-triple amdgcn-amd-amdhsa -emit-obj --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name rocblas_ger_kernels.cpp -mrelocation-model pic -pic-level 2 -fhalf-no-semantic-interposition -mframe-pointer=none -fmath-errno -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -target-feature +f16c -tune-cpu generic -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=gdb -v -fcoverage-compilation-dir=/build/source/build/library/src -resource-dir /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root -dependency-file CMakeFiles/rocblas.dir/blas2/rocblas_ger_kernels.cpp.o.d -MT library/src/CMakeFiles/rocblas.dir/blas2/rocblas_ger_kernels.cpp.o -sys-header-deps -internal-isystem /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include/cuda_wrappers -idirafter /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include -include __clang_hip_runtime_wrapper.h -isystem /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/lib/clang/15.0.0/include/.. -isystem /nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include -isystem /nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include -isystem /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include -isystem /nix/store/p33hpnqy7qqbd6lrfyysgfi2m3a7k68i-hip-5.3.1/include -idirafter /nix/store/ybkyabc23chdfy48n3h1zqwa57vp38wd-glibc-2.35-163-dev/include -isystem /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include -isystem /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/include -isystem /nix/store/1l5gp04v4jvc7wr8dyv12jy8mszma9w0-ncurses-6.3-p20220507-dev/include -isystem /nix/store/smfnf8ayl3473bqlhwizl9r18rphydjp-zlib-1.2.12-dev/include -isystem /nix/store/b5rhlkj0b25yp21gm7l5karjmxh6mqhk-rocm-comgr-5.3.1/include -isystem /nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include -isystem /nix/store/ydj66x49m6f4ikaw4b2hlkdfxd5vdf6s-rocm-thunk-5.3.1/include -isystem /nix/store/fkcl1wzq3106qqgl84bhgk1lp56q6bzg-python3-3.10.7/include -isystem /nix/store/5bj9nfnm8ql21zcsfca48z5rglhpbd4p-msgpack-3.3.0/include -isystem /nix/store/zfs5p0dxvqkyws7kvbl82b3lym44cg9i-libxml2-2.10.2-dev/include -isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0 -isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/x86_64-unknown-linux-gnu -D BUILD_WITH_TENSILE=1 -D ROCBLAS_INTERNAL_API -D ROCM_USE_FLOAT16 -D TENSILE_DEFAULT_SERIALIZATION -D TENSILE_MSGPACK=1 -D TENSILE_USE_HIP -D __HIP_PLATFORM_AMD__=1 -D __HIP_PLATFORM_HCC__=1 -D rocblas_EXPORTS -I /build/source/library/include -I /build/source/library/include/internal -I /build/source/library/src/include -I /build/source/build/include/rocblas/internal -I /build/source/build/include/rocblas -I /build/source/build/include -I /build/source/library/src/blas3/Tensile -I /build/source/tensile/lib/python3.10/site-packages/Tensile/Source/lib/include -D __HIP_HCC_COMPAT_MODE__=1 -D NDEBUG -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0 -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/x86_64-unknown-linux-gnu -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/backward -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0 -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/x86_64-unknown-linux-gnu -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/backward -internal-isystem /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include -internal-isystem /usr/local/include -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../x86_64-unknown-linux-gnu/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -internal-isystem /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include -internal-isystem /usr/local/include -internal-isystem /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../x86_64-unknown-linux-gnu/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -O3 -Wno-unused-result -Werror=vla -std=c++17 -fdeprecated-macro -fdebug-compilation-dir=/build/source/build/library/src -ferror-limit 19 -fvisibility hidden -fvisibility-inlines-hidden -fhip-new-launch-api -fgnuc-version=4.2.1 -no-opaque-pointers -fcxx-exceptions -fexceptions -fcolor-diagnostics -vectorize-loops -vectorize-slp -mllvm -amdgpu-early-inline-all=true -mllvm -amdgpu-function-calls=false -fcuda-include-gpubinary /build/rocblas_ger_kernels-5d7861.hipfb -cuid=7feb3acf29116291 -fcuda-allow-variadic-functions -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/rocblas.dir/blas2/rocblas_ger_kernels.cpp.o -x hip /build/source/library/src/blas2/rocblas_ger_kernels.cpp
clang -cc1 version 15.0.0 based upon LLVM 15.0.0git default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../x86_64-unknown-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring nonexistent directory "/usr/include"
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../x86_64-unknown-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring nonexistent directory "/usr/include"
ignoring duplicate directory "/nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include"
ignoring duplicate directory "/nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include"
ignoring duplicate directory "/nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include"
ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0"
ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/x86_64-unknown-linux-gnu"
ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0"
ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/x86_64-unknown-linux-gnu"
ignoring duplicate directory "/nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/backward"
ignoring duplicate directory "/nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include"
ignoring duplicate directory "/nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include"
#include "..." search starts here:
#include <...> search starts here:
 /build/source/library/include
 /build/source/library/include/internal
 /build/source/library/src/include
 /build/source/build/include/rocblas/internal
 /build/source/build/include/rocblas
 /build/source/build/include
 /build/source/library/src/blas3/Tensile
 /build/source/tensile/lib/python3.10/site-packages/Tensile/Source/lib/include
 /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/lib/clang/15.0.0/include/..
 /nix/store/hl5h7vvpgzxw8938fkzxm9gxcxbv7n54-rocm-runtime-5.3.1/include
 /nix/store/mijv88c7rfj5nna4pyb8dp9x4p9y9yfk-hip-5.3.1/include
 /nix/store/p33hpnqy7qqbd6lrfyysgfi2m3a7k68i-hip-5.3.1/include
 /nix/store/66nlmbkqslw49yk6v2751p427fmqgrgq-rocm-llvm-5.3.1/include
 /nix/store/1l5gp04v4jvc7wr8dyv12jy8mszma9w0-ncurses-6.3-p20220507-dev/include
 /nix/store/smfnf8ayl3473bqlhwizl9r18rphydjp-zlib-1.2.12-dev/include
 /nix/store/b5rhlkj0b25yp21gm7l5karjmxh6mqhk-rocm-comgr-5.3.1/include
 /nix/store/ydj66x49m6f4ikaw4b2hlkdfxd5vdf6s-rocm-thunk-5.3.1/include
 /nix/store/fkcl1wzq3106qqgl84bhgk1lp56q6bzg-python3-3.10.7/include
 /nix/store/5bj9nfnm8ql21zcsfca48z5rglhpbd4p-msgpack-3.3.0/include
 /nix/store/zfs5p0dxvqkyws7kvbl82b3lym44cg9i-libxml2-2.10.2-dev/include
 /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0
 /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/include/c++/11.3.0/x86_64-unknown-linux-gnu
 /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include/cuda_wrappers
 /nix/store/acbklvmaxi32lj3f7k1m1y00017f89ix-gcc-11.3.0/lib64/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../../include/c++/11.3.0/backward
 /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include
 /nix/store/ybkyabc23chdfy48n3h1zqwa57vp38wd-glibc-2.35-163-dev/include
End of search list.

The GCC toolchain does seem to get included before some of the llvm/clang includes. The llvm-wrapper is clang. Otherwise, applying your commit as a patch does fix everything.

Madouura commented 2 years ago

Current package: https://github.com/Madouura/nixpkgs/commit/13e0e0c045fdc20b6237656e74d16126667a1f35

TorreZuk commented 2 years ago

Well the patch should be safe as passed all internal tests, but /nix/store/69g2qyb4xgmiah4n8z7sfy34vg5fza89-rocm-llvm-wrapper-5.3.1/resource-root/include/cuda_wrappers seems late. Not sure why is it llvm-wrapper vs. rocm-llvm-5.3.1 include did you had to modify the rocm llvm installation ?

Here is a 5.3 search ubuntu20

include "..." search starts here:

include <...> search starts here:

/var/tmp/rocBLAS/library/include /var/tmp/rocBLAS/library/include/internal /var/tmp/rocBLAS/library/src/include /var/tmp/rocBLAS/build/release/include/rocblas/internal /var/tmp/rocBLAS/build/release/include/rocblas /var/tmp/rocBLAS/build/release/include /opt/rocm-5.3.0/llvm/lib/clang/15.0.0/include/.. /opt/rocm-5.3.0/hsa/include /opt/rocm-5.3.0/include /opt/rocm-5.3.0/llvm/lib/clang/15.0.0/include/cuda_wrappers /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9 /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/x86_64-linux-gnu/c++/9 /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/backward /opt/rocm-5.3.0/llvm/lib/clang/15.0.0/include /usr/local/include /usr/include/x86_64-linux-gnu /usr/include

So this is a non-release later build but also an example more expected search order on Ubuntu22 as reference.

include "..." search starts here:

include <...> search starts here:

/rocBLAS-internal/library/include /rocBLAS-internal/library/include/internal /rocBLAS-internal/library/src/include rocBLAS-internal/build/release/include/rocblas/internal /rocBLAS-internal/build/release/include/rocblas /rocBLAS-internal/build/release/include /opt/rocm-5.4.0-10923/llvm/lib/clang/15.0.0/include/.. /opt/rocm-5.4.0-10923/hsa/include /opt/rocm-5.4.0-10923/include /opt/rocm-5.4.0-10923/llvm/lib/clang/15.0.0/include/cuda_wrappers /usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11 /usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/x86_64-linux-gnu/c++/11 /usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/backward /opt/rocm-5.4.0-10923/llvm/lib/clang/15.0.0/include /usr/local/include /usr/include/x86_64-linux-gnu /usr/include End of search list.

There is a ingoring duplicates step done by the compiler that may be affecting order. You could see if you can force your llvm wrapper include earlier and may not need the patch (which would be expected in rocm5.5 no ETA)

Madouura commented 2 years ago

The latest llvm aside from my update PR is in https://github.com/NixOS/nixpkgs/blob/842a2c2399ae1557d4543a76d65b900d9ffe8d52/pkgs/development/compilers/llvm/rocm/llvm.nix and the directory it resides in. I didn't make it so this may be a question better directed to acowley, lovesegfault, or Flakebi. I'll ping them on the tracking issue and link them here. This may also solve some issues with rocThrust, which I suspect can be solved in a similar manner as your patch or correct ordering on our side.

Madouura commented 1 year ago

Looks like it was a faulty toolchain include order on our side after all! I rewrote the rocm-llvm derivation among other things and now we don't even need the patch. Thank you for your help.