Created
November 27, 2024 16:02
-
-
Save LunNova/692b994279722b1aa506496aa8e0def2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/2pkfgm8zq2y9zjajgp7qqqyv3f0m9nga-hipblaslt-unstable-20241122/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/2pkfgm8zq2y9zjajgp7qqqyv3f0m9nga-hipblaslt-unstable-20241122/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/2pkfgm8zq2y9zjajgp7qqqyv3f0m9nga-hipblaslt-unstable-20241122/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/2pkfgm8zq2y9zjajgp7qqqyv3f0m9nga-hipblaslt-unstable-20241122/share/doc/hipblaslt -DCMAKE_INSTALL_INFODIR=/nix/store/2pkfgm8zq2y9zjajgp7qqqyv3f0m9nga-hipblaslt-unstable-20241122/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/2pkfgm8zq2y9zjajgp7qqqyv3f0m9nga-hipblaslt-unstable-20241122/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/2pkfgm8zq2y9zjajgp7qqqyv3f0m9nga-hipblaslt-unstable-20241122/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/2pkfgm8zq2y9zjajgp7qqqyv3f0m9nga-hipblaslt-unstable-20241122/include -DCMAKE_INSTALL_SBINDIR=/nix/store/2pkfgm8zq2y9zjajgp7qqqyv3f0m9nga-hipblaslt-unstable-20241122/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/2pkfgm8zq2y9zjajgp7qqqyv3f0m9nga-hipblaslt-unstable-20241122/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/2pkfgm8zq2y9zjajgp7qqqyv3f0m9nga-hipblaslt-unstable-20241122/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/hl93m494hj1clnf485d4km0z4d1w7xd2-gfortran-wrapper-13.3.0/bin/strip -DCMAKE_RANLIB=/nix/store/hl93m494hj1clnf485d4km0z4d1w7xd2-gfortran-wrapper-13.3.0/bin/ranlib -DCMAKE_AR=/nix/store/hl93m494hj1clnf485d4km0z4d1w7xd2-gfortran-wrapper-13.3.0/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/2pkfgm8zq2y9zjajgp7qqqyv3f0m9nga-hipblaslt-unstable-20241122 -Wno-dev -DCMAKE_BUILD_TYPE=Release -DVIRTUALENV_PYTHON_EXENAME=/nix/store/mc1fy3srxwc3p23n4f03n491rcymaaq1-python3-3.12.7-env/bin/python3.12 -DTENSILE_USE_HIP=ON -DTENSILE_USE_FLOAT16_BUILTIN=ON -DCMAKE_CXX_COMPILER=hipcc -DCMAKE_INSTALL_BINDIR=bin -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_INCLUDEDIR=include -DHIPBLASLT_ENABLE_MARKER=Off -DTensile_CODE_OBJECT_VERSION=V5 -DTensile_COMPILER=amdclang++ -DAMDGPU_TARGETS=gfx908:xnack-\;gfx1100 -DTensile_LIBRARY_FORMAT=msgpack | |
-- The CXX compiler identification is Clang 18.0.0 | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Check for working CXX compiler: /nix/store/sp38gk30drhq2nvabmj670fyrs1prrjx-clr-6.2.2/bin/hipcc - skipped | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Using amdclang to build for amdgpu backend | |
-- WARNING: hipcc compiler use is deprecated. Use amdclang++ directly. | |
******************************************************************************* | |
*------------------------------- ROCMChecks WARNING --------------------------* | |
Options and properties should be set on a cmake target where possible. The | |
variable 'CMAKE_CXX_FLAGS' may be set by the cmake toolchain, either by | |
calling 'cmake -DCMAKE_CXX_FLAGS="-fsanitize=undefined -parallel-jobs=6 -fuse-ld=lld -D__HIP_HCC_COMPAT_MODE__=1"' | |
or set in a toolchain file and added with | |
'cmake -DCMAKE_TOOLCHAIN_FILE=<toolchain-file>'. ROCMChecks now calling: | |
CMake Warning at /nix/store/q5v752x2vrmlrqfyhysp9835q2blfwxx-rocm-cmake-6.2.2/share/rocmcmakebuildtools/cmake/ROCMChecks.cmake:46 (message): | |
'CMAKE_CXX_FLAGS' is set at /build/source/CMakeLists.txt:<line#> shown | |
below: | |
Call Stack (most recent call first): | |
CMakeLists.txt:9223372036854775807 (rocm_check_toolchain_var) | |
CMakeLists.txt:138 (set) | |
*-----------------------------------------------------------------------------* | |
******************************************************************************* | |
******************************************************************************* | |
*------------------------------- ROCMChecks WARNING --------------------------* | |
Options and properties should be set on a cmake target where possible. The | |
variable 'CMAKE_CXX_FLAGS' may be set by the cmake toolchain, either by | |
calling 'cmake -DCMAKE_CXX_FLAGS="-fsanitize=undefined -parallel-jobs=6 -fuse-ld=lld -D__HIP_HCC_COMPAT_MODE__=1 -O3"' | |
or set in a toolchain file and added with | |
'cmake -DCMAKE_TOOLCHAIN_FILE=<toolchain-file>'. ROCMChecks now calling: | |
CMake Warning at /nix/store/q5v752x2vrmlrqfyhysp9835q2blfwxx-rocm-cmake-6.2.2/share/rocmcmakebuildtools/cmake/ROCMChecks.cmake:46 (message): | |
'CMAKE_CXX_FLAGS' is set at /build/source/CMakeLists.txt:<line#> shown | |
below: | |
Call Stack (most recent call first): | |
CMakeLists.txt:9223372036854775807 (rocm_check_toolchain_var) | |
CMakeLists.txt:143 (set) | |
*-----------------------------------------------------------------------------* | |
******************************************************************************* | |
-- Performing Test COMPILER_HAS_TARGET_ID_gfx908_xnack_on | |
-- Performing Test COMPILER_HAS_TARGET_ID_gfx908_xnack_on - 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_gfx942 | |
-- Performing Test COMPILER_HAS_TARGET_ID_gfx942 - Success | |
-- Performing Test COMPILER_HAS_TARGET_ID_gfx1100 | |
-- Performing Test COMPILER_HAS_TARGET_ID_gfx1100 - Success | |
-- Performing Test COMPILER_HAS_TARGET_ID_gfx1101 | |
-- Performing Test COMPILER_HAS_TARGET_ID_gfx1101 - Success | |
-- Performing Test COMPILER_HAS_TARGET_ID_gfx1200 | |
-- Performing Test COMPILER_HAS_TARGET_ID_gfx1200 - Success | |
-- Performing Test COMPILER_HAS_TARGET_ID_gfx1201 | |
-- Performing Test COMPILER_HAS_TARGET_ID_gfx1201 - Success | |
-- AMDGPU_TARGETS: gfx908:xnack-;gfx1100 | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success | |
-- Found Threads: TRUE | |
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS | |
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success | |
-- Adding to CMAKE_PREFIX_PATH | |
-- The C compiler identification is Clang 18.0.0 | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working C compiler: /nix/store/sp38gk30drhq2nvabmj670fyrs1prrjx-clr-6.2.2/bin/clang - skipped | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Tensile script: /nix/store/rv8scqf8c1w2v3cwk3k76apra3ga4hd2-python3.12-tensilelite-6.2.2/lib/python3.12/site-packages/Tensile/bin/TensileCreateLibrary | |
-- Tensile_CREATE_COMMAND: //nix/store/mc1fy3srxwc3p23n4f03n491rcymaaq1-python3-3.12.7-env/bin/python3.12;/nix/store/rv8scqf8c1w2v3cwk3k76apra3ga4hd2-python3.12-tensilelite-6.2.2/lib/python3.12/site-packages/Tensile/bin/TensileCreateLibrary;--merge-files;--separate-architectures;--lazy-library-loading;--no-short-file-names;--no-library-print-debug;--code-object-version=V5;--cxx-compiler=amdclang++;--library-format=msgpack;--architecture=gfx908:xnack-_gfx1100;--build-id=sha1;/build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full;/build/source/build/Tensile;HIP | |
-- Tensile_MANIFEST_FILE_PATH: /build/source/build/Tensile/library/TensileManifest.txt | |
Setup source kernel targets | |
archs for source kernel compilation: gfx908,gfx1100 | |
-- 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 (34.3s) | |
-- Generating done (0.0s) | |
CMake Warning: | |
Manually-specified variables were not used by the project: | |
BUILD_TESTING | |
CMAKE_EXPORT_NO_PACKAGE_REGISTRY | |
CMAKE_POLICY_DEFAULT_CMP0025 | |
TENSILE_USE_FLOAT16_BUILTIN | |
-- Build files have been written to: /build/source/build | |
cmake: enabled parallel installing | |
configurePhase completed in 35 seconds | |
Running phase: buildPhase | |
build flags: SHELL=/nix/store/0irlcqx2n3qm6b1pc9rsd2i8qpvcccaj-bash-5.2p37/bin/bash | |
[ 2%] Generating Tensile Libraries | |
################################################################################ | |
# Tensile Create Library | |
Failed to 'dlopen' libhsa-runtime64.so | |
Failed to load libamdhip64.so: libamdhip64.so: cannot open shared object file: No such file or directory | |
Tensile::WARNING: /nix/store/sp38gk30drhq2nvabmj670fyrs1prrjx-clr-6.2.2/llvm/bin/amdgpu-arch exited with code 1 | |
Tensile::WARNING: Did not detect SupportedISA: [(8, 0, 3), (9, 0, 0), (9, 0, 6), (9, 0, 8), (9, 0, 10), (9, 4, 0), (9, 4, 1), (9, 4, 2), (10, 1, 0), (10, 1, 1), (10, 1, 2), (10, 3, 0), (11, 0, 0), (11, 0, 1), (11, 0, 2), (12, 0, 0), (12, 0, 1)]; cannot benchmark assembly kernels. | |
cap gfx000 gfx803 gfx900 gfx906 gfx908 gfx90a gfx940 gfx941 gfx942 gfx1010 gfx1011 gfx1012 gfx1030 gfx1100 gfx1101 gfx1102 gfx1200 gfx1201 | |
HasMFMA_bf16_1k 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 | |
HasAddLshl 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 | |
HasAtomicAdd 0 0 0 0 1 1 1 1 1 0 0 0 0 1 1 1 1 1 | |
HasDirectToLds 0 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 | |
HasExplicitCO 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 | |
HasExplicitNC 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 | |
HasGLCModifier 0 1 1 1 1 1 0 0 0 1 1 1 1 1 1 1 0 0 | |
HasLshlOr 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 | |
HasMFMA 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 | |
HasMUBUFConst 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 | |
HasNTModifier 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 | |
HasNewBarrier 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 | |
HasSCMPK 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 | |
HasSMFMA 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 | |
HasSMulHi 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 | |
HasWMMA 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 | |
MaxLgkmcnt 1 1 1 1 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 1 1 1 1 | |
SupportedISA 0 1 1 1 1 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 1 1 1 1 | |
HasWMMA_V1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 | |
HasWMMA_V2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 | |
HasMFMA_b8 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 | |
HasMFMA_explictB 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 | |
v_dot2_f32_f16 0 0 0 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 | |
v_dot2c_f32_f16 0 0 0 0 1 1 1 1 1 0 1 1 1 1 1 1 0 0 | |
v_fma_f16 0 0 1 1 1 1 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 0 0 0 0 | |
v_mac_f16 0 1 1 1 1 1 1 1 1 0 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 1 1 1 1 | |
v_pk_fmac_f16 0 0 0 0 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 1 1 1 1 | |
v_fma_mix_f32 0 0 0 1 1 1 1 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 1 1 1 1 | |
v_mac_f32 0 1 1 1 1 1 0 0 0 1 1 1 0 0 0 0 0 0 | |
v_mad_mix_f32 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
v_pk_add_f32 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 | |
v_pk_mul_f32 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 | |
HasMFMA_f64 0 0 0 0 0 1 1 1 1 0 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 1 1 1 1 | |
HasMFMA_f8 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 | |
VOP3v_dot4_i32_i8 0 0 0 1 1 1 1 1 1 0 1 1 1 0 0 0 0 0 | |
v_dot4_i32_i8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
v_dot4c_i32_i8 0 0 0 0 1 1 1 1 1 0 1 1 1 0 0 0 0 0 | |
HasMFMA_xf32 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 | |
ArchAccUnifiedRegs 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 | |
CMPXWritesSGPR 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 | |
CrosslaneWait 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 | |
DSLow16NotPreserve 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 | |
ForceStoreSC1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 | |
HasAccCD 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 | |
HasEccHalf 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 | |
HasFP8_OCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 | |
HasWave32 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 | |
NoSDWA 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 | |
SDWAWait 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 | |
SeparateLGKMcnt 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 | |
SeparateVMcnt 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 | |
SeparateVscnt 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 | |
TransOpWait 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 | |
VOP3ByteSel 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 | |
VgprBank 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 | |
Waitcnt0Disabled 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 | |
WrokGroupIdFromTTM 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 | |
# Found hipcc version 6.4.0-0 | |
# CodeObjectVersion from TensileCreateLibrary: V5 | |
# CxxCompiler from TensileCreateLibrary: amdclang++ | |
# Architecture from TensileCreateLibrary: gfx908:xnack-_gfx1100 | |
# LibraryFormat from TensileCreateLibrary: msgpack | |
# LogicFilter: /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/**/*.yaml | |
# LibraryLogicFiles(101): | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bjlk_BBS_BH_Bias_HAS_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bjlk_HHS_BH_Bias_Aux_HAH_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bjlk_HHS_BH_Bias_BiasSrcA_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bjlk_HHS_BH_Bias_BiasSrcB_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bjlk_HHS_BH_Bias_BiasSrcD_Grad_HAH_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bjlk_HHS_BH_Bias_GG_HAH_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bjlk_HHS_BH_Bias_HAH_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bjlk_HHS_BH_Bias_HAS_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bjlk_HHS_BH_GG.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bjlk_HSS_BH_Bias_GG_HAH_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bjlk_HSS_BH_Bias_HAH_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bjlk_HSS_BH_GG.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bjlk_I8II_BH.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bjlk_SB_Bias_HA_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bljk_BBS_BH_Bias_HAS_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bljk_HHS_BH_Bias_AuxH_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bljk_HHS_BH_Bias_BiasSrcA_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bljk_HHS_BH_Bias_BiasSrcB_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bljk_HHS_BH_Bias_BiasSrcD_Grad_HAH_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bljk_HHS_BH_Bias_GG_HAH_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bljk_HHS_BH_Bias_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bljk_HHS_BH_GG.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bljk_HSS_BH_Bias_AuxS_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bljk_HSS_BH_Bias_GG_HAH_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bljk_HSS_BH_Bias_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bljk_HSS_BH_GG.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bljk_I8II_BH.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Ailk_Bljk_SB_Bias_HA_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bjlk_BBS_BH_Bias_HAS_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bjlk_HHS_BH_Bias_Aux_HAH_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bjlk_HHS_BH_Bias_BiasSrcA_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bjlk_HHS_BH_Bias_BiasSrcB_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bjlk_HHS_BH_Bias_BiasSrcD_Grad_HAH_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bjlk_HHS_BH_Bias_GG_HAH_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bjlk_HHS_BH_Bias_HAH_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bjlk_HHS_BH_GG.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bjlk_HSS_BH_Bias_GG_HAH_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bjlk_HSS_BH_Bias_HAH_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bjlk_HSS_BH_GG.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bjlk_I8II_BH.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bjlk_SB_Bias_HA_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bljk_BBS_BH_Bias_HAS_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bljk_HHS_BH.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bljk_HHS_BH_Bias_Aux_HAH_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bljk_HHS_BH_Bias_BiasSrcA_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bljk_HHS_BH_Bias_BiasSrcB_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bljk_HHS_BH_Bias_BiasSrcD_Grad_HAH_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bljk_HHS_BH_Bias_GG_HAH_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bljk_HHS_BH_Bias_HAH_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bljk_HHS_BH_GG.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bljk_HSS_BH_Bias_GG_HAH_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bljk_HSS_BH_Bias_HAH_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bljk_HSS_BH_GG.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bljk_I8II_BH.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/arcturus/GridBased/arcturus_Cijk_Alik_Bljk_SB_Bias_HA_SAV.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/Equality/navi31_Cijk_Ailk_Bjlk_DB_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/Equality/navi31_Cijk_Ailk_Bjlk_SB_Bias_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/Equality/navi31_Cijk_Ailk_Bljk_DB_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/Equality/navi31_Cijk_Ailk_Bljk_SB_Bias_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/Equality/navi31_Cijk_Alik_Bjlk_DB_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/Equality/navi31_Cijk_Alik_Bjlk_SB_Bias_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/Equality/navi31_Cijk_Alik_Bljk_DB_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/Equality/navi31_Cijk_Alik_Bljk_SB_Bias_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Ailk_Bjlk_BBS_BH_Bias_AuxB_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Ailk_Bjlk_BBS_BH_Bias_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Ailk_Bjlk_BSS_BH_Bias_HAH.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Ailk_Bjlk_BSS_BH_Bias_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Ailk_Bjlk_HHS_BH_Bias_AuxH_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Ailk_Bjlk_HHS_BH_Bias_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Ailk_Bjlk_HSS_BH_Bias_HAH.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Ailk_Bjlk_HSS_BH_Bias_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Ailk_Bjlk_I8BH_HAI_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Ailk_Bjlk_I8II_BH_HAI_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Ailk_Bljk_BBS_BH_Bias_AuxB_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Ailk_Bljk_BBS_BH_Bias_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Ailk_Bljk_BSS_BH_Bias_HAH.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Ailk_Bljk_BSS_BH_Bias_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Ailk_Bljk_HHS_BH_Bias_AuxH_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Ailk_Bljk_HHS_BH_Bias_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Ailk_Bljk_HSS_BH_Bias_HAH.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Ailk_Bljk_HSS_BH_Bias_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Ailk_Bljk_I8BH_HAI_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Ailk_Bljk_I8II_BH_HAI_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Alik_Bjlk_BBS_BH_Bias_AuxB_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Alik_Bjlk_BBS_BH_Bias_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Alik_Bjlk_BSS_BH_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Alik_Bjlk_HHS_BH_Bias_AuxH_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Alik_Bjlk_HHS_BH_Bias_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Alik_Bjlk_HSS_BH_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Alik_Bjlk_I8BH_HAI_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Alik_Bjlk_I8II_BH_HAI_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Alik_Bljk_BBS_BH_Bias_AuxB_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Alik_Bljk_BBS_BH_Bias_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Alik_Bljk_BSS_BH_Bias_HAH.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Alik_Bljk_BSS_BH_Bias_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Alik_Bljk_HHS_BH_Bias_AuxH_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Alik_Bljk_HHS_BH_Bias_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Alik_Bljk_HSS_BH_Bias_HAH.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Alik_Bljk_HSS_BH_Bias_HAS_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Alik_Bljk_I8BH_HAI_SAV_UserArgs.yaml | |
# /build/source/library/src/amd_detail/rocblaslt/src/Tensile/Logic/asm_full/navi31/GridBased/navi31_Cijk_Alik_Bljk_I8II_BH_HAI_SAV_UserArgs.yaml | |
Loading Logics...: Launching 64 threads... | |
Loading Logics...: Done. (0.4 secs elapsed) | |
# Writing Custom CMake | |
# Writing Kernels... | |
Generating kernels: Launching 64 threads... | |
Generating kernels: Done. (22.8 secs elapsed) | |
|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|* | |
[|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||] 100% (0.9 secs elapsed) | |
Compiling source kernels: Launching 64 threads... | |
Job completed: /build/Kernels-gfx1100-55b9d8.o | |
Job completed: /build/Kernels-gfx908:xnack--12c7d6.o | |
Compiling source kernels: Done. (149.1 secs elapsed) | |
# Check if generated files exists. | |
# Tensile Library Writer DONE | |
################################################################################ | |
[ 5%] TENSILE_LIBRARY_TARGET | |
[ 5%] Built target TENSILE_LIBRARY_TARGET | |
[ 8%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/AMDGPU.cpp.o | |
clang++: warning: ignoring '-fsanitize=undefined' option as it is not currently supported for target 'amdgcn-amd-amdhsa' [-Woption-ignored] | |
[ 10%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/ContractionProblem.cpp.o | |
clang++: warning: ignoring '-fsanitize=undefined' option as it is not currently supported for target 'amdgcn-amd-amdhsa' [-Woption-ignored] | |
[ 13%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/ContractionSolution.cpp.o | |
clang++: warning: ignoring '-fsanitize=undefined' option as it is not currently supported for target 'amdgcn-amd-amdhsa' [-Woption-ignored] | |
Job completed: CMakeFiles/TensileHost.dir/source/ContractionSolution.cpp.o | |
[ 16%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/DataTypes.cpp.o | |
clang++: warning: ignoring '-fsanitize=undefined' option as it is not currently supported for target 'amdgcn-amd-amdhsa' [-Woption-ignored] | |
[ 18%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/Debug.cpp.o | |
clang++: warning: ignoring '-fsanitize=undefined' option as it is not currently supported for target 'amdgcn-amd-amdhsa' [-Woption-ignored] | |
[ 21%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/EmbeddedLibrary.cpp.o | |
clang++: warning: ignoring '-fsanitize=undefined' option as it is not currently supported for target 'amdgcn-amd-amdhsa' [-Woption-ignored] | |
[ 24%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/Activation.cpp.o | |
clang++: warning: ignoring '-fsanitize=undefined' option as it is not currently supported for target 'amdgcn-amd-amdhsa' [-Woption-ignored] | |
[ 27%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/KernelArguments.cpp.o | |
clang++: warning: ignoring '-fsanitize=undefined' option as it is not currently supported for target 'amdgcn-amd-amdhsa' [-Woption-ignored] | |
[ 29%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/KernelLanguageTypes.cpp.o | |
clang++: warning: ignoring '-fsanitize=undefined' option as it is not currently supported for target 'amdgcn-amd-amdhsa' [-Woption-ignored] | |
[ 32%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/MLFeatures.cpp.o | |
clang++: warning: ignoring '-fsanitize=undefined' option as it is not currently supported for target 'amdgcn-amd-amdhsa' [-Woption-ignored] | |
[ 35%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/PerformanceMetricTypes.cpp.o | |
clang++: warning: ignoring '-fsanitize=undefined' option as it is not currently supported for target 'amdgcn-amd-amdhsa' [-Woption-ignored] | |
[ 37%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/ScalarValueTypes.cpp.o | |
clang++: warning: ignoring '-fsanitize=undefined' option as it is not currently supported for target 'amdgcn-amd-amdhsa' [-Woption-ignored] | |
[ 40%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/TensorDescriptor.cpp.o | |
clang++: warning: ignoring '-fsanitize=undefined' option as it is not currently supported for target 'amdgcn-amd-amdhsa' [-Woption-ignored] | |
[ 43%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/Tensile.cpp.o | |
clang++: warning: ignoring '-fsanitize=undefined' option as it is not currently supported for target 'amdgcn-amd-amdhsa' [-Woption-ignored] | |
[ 45%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/Utils.cpp.o | |
clang++: warning: ignoring '-fsanitize=undefined' option as it is not currently supported for target 'amdgcn-amd-amdhsa' [-Woption-ignored] | |
[ 48%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/msgpack/MessagePack.cpp.o | |
clang++: warning: ignoring '-fsanitize=undefined' option as it is not currently supported for target 'amdgcn-amd-amdhsa' [-Woption-ignored] | |
Job completed: /build/MessagePack-gfx908:xnack--cf8d6d.o | |
Job completed: /build/MessagePack-gfx1100-08f607.o | |
Job completed: CMakeFiles/TensileHost.dir/source/msgpack/MessagePack.cpp.o | |
[ 51%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/hip/HipSolutionAdapter.cpp.o | |
clang++: warning: ignoring '-fsanitize=undefined' option as it is not currently supported for target 'amdgcn-amd-amdhsa' [-Woption-ignored] | |
[ 54%] Building CXX object Tensile/lib/CMakeFiles/TensileHost.dir/source/hip/HipHardware.cpp.o | |
clang++: warning: ignoring '-fsanitize=undefined' option as it is not currently supported for target 'amdgcn-amd-amdhsa' [-Woption-ignored] | |
[ 56%] Linking CXX static library librocblaslt-tensile.a | |
[ 56%] Built target TensileHost | |
[ 59%] Creating ExtOp Libraries | |
Creating code object for arch gfx908 | |
/build/source/build/library/build_tmp/ops/A_S_H_256_4_gfx908.s:109:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+1], vcc, v[vgprOffset+0], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/A_S_H_256_4_gfx908.s:110:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+2], vcc, v[vgprOffset+1], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/A_S_H_256_4_gfx908.s:111:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+3], vcc, v[vgprOffset+2], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/A_S_H_256_4_gfx908.s:121:90: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprValue+0:vgprValue+0+3], v[vgprOffset+0], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/A_S_H_256_4_gfx908.s:122:90: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprValue+4:vgprValue+4+3], v[vgprOffset+1], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/A_S_H_256_4_gfx908.s:123:90: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprValue+8:vgprValue+8+3], v[vgprOffset+2], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/A_S_H_256_4_gfx908.s:124:92: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprValue+12:vgprValue+12+3], v[vgprOffset+3], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/A_S_H_256_4_gfx908.s:149:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+0], vcc, v[vgprOffset+0], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/A_S_H_256_4_gfx908.s:150:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+1], vcc, v[vgprOffset+1], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/A_S_H_256_4_gfx908.s:151:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+2], vcc, v[vgprOffset+2], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/A_S_H_256_4_gfx908.s:152:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+3], vcc, v[vgprOffset+3], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/A_S_H_256_4_gfx908.s:166:84: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprValue:vgprValue+3], v[vgprOffset], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/A_S_H_256_4_gfx908.s:176:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset], vcc, v[vgprOffset], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/A_S_H_256_4_gfx908.s:196:70: error: 'null' operand is not supported on this GPU | |
buffer_load_dword v[vgprValue], v[vgprOffset], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/A_S_H_256_4_gfx908.s:203:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset], vcc, v[vgprOffset], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/A_S_H_256_4_gfx908.s:216:70: error: 'null' operand is not supported on this GPU | |
buffer_load_dword v[vgprValue], v[vgprOffset], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/A_S_H_256_4_gfx908.s:231:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprTmp], vcc, s[sgprTmp], v[vgprSerial] | |
^ | |
/build/source/build/library/build_tmp/ops/A_S_H_256_4_gfx908.s:294:72: error: 'null' operand is not supported on this GPU | |
buffer_store_short v[vgprOutput], v[vgprOffset], s[sgprDst:sgprDst+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_S_256_4_gfx908.s:109:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+1], vcc, v[vgprOffset+0], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_S_256_4_gfx908.s:110:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+2], vcc, v[vgprOffset+1], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_S_256_4_gfx908.s:111:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+3], vcc, v[vgprOffset+2], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_S_256_4_gfx908.s:121:90: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprValue+0:vgprValue+0+3], v[vgprOffset+0], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_S_256_4_gfx908.s:122:90: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprValue+4:vgprValue+4+3], v[vgprOffset+1], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_S_256_4_gfx908.s:123:90: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprValue+8:vgprValue+8+3], v[vgprOffset+2], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_S_256_4_gfx908.s:124:92: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprValue+12:vgprValue+12+3], v[vgprOffset+3], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_S_256_4_gfx908.s:181:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+0], vcc, v[vgprOffset+0], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_S_256_4_gfx908.s:182:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+1], vcc, v[vgprOffset+1], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_S_256_4_gfx908.s:183:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+2], vcc, v[vgprOffset+2], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_S_256_4_gfx908.s:184:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+3], vcc, v[vgprOffset+3], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_S_256_4_gfx908.s:198:84: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprValue:vgprValue+3], v[vgprOffset], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_S_256_4_gfx908.s:216:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset], vcc, v[vgprOffset], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_S_256_4_gfx908.s:238:74: error: 'null' operand is not supported on this GPU | |
buffer_load_short_d16 v[vgprValue], v[vgprOffset], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_S_256_4_gfx908.s:247:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset], vcc, v[vgprOffset], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_S_256_4_gfx908.s:260:74: error: 'null' operand is not supported on this GPU | |
buffer_load_short_d16 v[vgprValue], v[vgprOffset], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_S_256_4_gfx908.s:277:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprTmp], vcc, s[sgprTmp], v[vgprSerial] | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_S_256_4_gfx908.s:340:72: error: 'null' operand is not supported on this GPU | |
buffer_store_dword v[vgprOutput], v[vgprOffset], s[sgprDst:sgprDst+3], null offen offset:0 | |
^ | |
clang++: error: no such file or directory: '/build/source/build/library/build_tmp/ops/A_S_H_256_4_gfx908.o' | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s:26:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v3, vcc, v3, v1 | |
^ | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s:32:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v4, vcc, v4, v1 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s:171:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+1], vcc, v[vgprOffset+0], s[sgprTmp] | |
^/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s | |
:44:1: /build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s:error: 172:1operands are not valid for this GPU or mode: | |
v_add_u32 v7, vcc, v7, v6error: | |
^operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+2], vcc, v[vgprOffset+1], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s:173:1: error: /build/source/build/library/build_tmp/ops/S_1_256_gfx908.s:48operands are not valid for this GPU or mode: | |
1: v_add_u32 v[vgprOffset+3], vcc, v[vgprOffset+2], s[sgprTmp] | |
error: ^ | |
operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x80, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s:176:90: error: 'null' operand is not supported on this GPU/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s | |
:54buffer_load_dwordx4 v[vgprValue+0:vgprValue+0+3], v[vgprOffset+0], s[sgprSrc:sgprSrc+3], null offen offset:0: | |
1: error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x200, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s : 64 : 1 : error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x40, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s : 70 : 1 : error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x100, v4 | |
^ | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s:177:/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s90:: 80:1error: : 'null' operand is not supported on this GPUerror: | |
buffer_load_dwordx4 v[vgprValue+4:vgprValue+4+3], v[vgprOffset+1], s[sgprSrc:sgprSrc+3], null offen offset:0operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x20, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s : 86 : 1 : error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x80, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s : 96 : 1 : error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x10, v6 | |
^ | |
^ | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s::102178::190: : error: error: operands are not valid for this GPU or mode'null' operand is not supported on this GPU | |
v_add_u32 v5, vcc, 0x40, v4buffer_load_dwordx4 v[vgprValue+8:vgprValue+8+3], v[vgprOffset+2], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s : 112 : 1 : error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x8, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s : 118 : 1 : error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x20, v4 | |
^ | |
^ | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s::128179::192: : error: error: operands are not valid for this GPU or mode'null' operand is not supported on this GPU | |
v_add_u32 v2, vcc, 0x4, v6buffer_load_dwordx4 v[vgprValue+12:vgprValue+12+3], v[vgprOffset+3], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s : 134 : 1 : error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x10, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s : 144 : 1 : error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x2, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s : 150^: | |
1: error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x8, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s::160184::11: : error: error: operands are not valid for this GPU or modeoperands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x1, v6v_add_u32 v[vgprIndex+0], vcc, v[vgprIndex+0], s[sgprTmp] | |
^^ | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s:166:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x4, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s:200:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprIndex], vcc, v[vgprIndex], 1 | |
^ | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s:192:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v7, vcc, v7, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s:196:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x80, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/A_S_S_256_4_gfx908.s:109:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+1], vcc, v[vgprOffset+0], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s:216:/build/source/build/library/build_tmp/ops/A_S_S_256_4_gfx908.s1:: 110:/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s1:error: : 202:1operands are not valid for this GPU or modeerror: : | |
v_add_u32 v[vgprIndex], vcc, v[vgprIndex], 1operands are not valid for this GPU or modeerror: | |
^v_add_u32 v[vgprOffset+2], vcc, v[vgprOffset+1], s[sgprTmp]operands are not valid for this GPU or mode | |
^v_add_u32 v5, vcc, 0x200, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/A_S_S_256_4_gfx908.s:111:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+3], vcc, v[vgprOffset+2], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s:212:1: error: /build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s:operands are not valid for this GPU or mode232 | |
:1v_add_u32 v2, vcc, 0x40, v6: | |
^error: | |
operands are not valid for this GPU or mode | |
v_add_u32 v[vgprIndex], vcc, v[vgprIndex], 1 | |
/build/source/build/library/build_tmp/ops/A_S_S_256_4_gfx908.s^: | |
121:90: error: /build/source/build/library/build_tmp/ops/S_1_256_gfx908.s'null' operand is not supported on this GPU: | |
218:buffer_load_dwordx4 v[vgprValue+0:vgprValue+0+3], v[vgprOffset+0], s[sgprSrc:sgprSrc+3], null offen offset:01 | |
: error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x100, v4 | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s^ : | |
248 : 1 : error: operands are not valid for this GPU or mode/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s | |
: 228 v_add_u32 v[vgprIndex], vcc, v[vgprIndex], 1: | |
1 : ^ | |
error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x20, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s : 253 : 1 : error: /build/source/build/library/build_tmp/ops/S_1_256_gfx908.s operands are not valid for this GPU or mode: | |
234 : v_add_u32 v[vgprIndex+0], vcc, v[vgprIndex+0], s[sgprTmp]1 | |
: ^ | |
error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x80, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s :/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s^244: | |
:2691:: 1: error: error: operands are not valid for this GPU or mode/build/source/build/library/build_tmp/ops/A_S_S_256_4_gfx908.s | |
:operands are not valid for this GPU or mode122 | |
v_add_u32 v2, vcc, 0x10, v6: | |
90v_add_u32 v[vgprIndex], vcc, v[vgprIndex], 1: | |
^ | |
^error: | |
'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprValue+4:vgprValue+4+3], v[vgprOffset+1], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s : 250 : 1 : error: operands are not valid for this GPU or mode | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s : 285 : 1v_add_u32 v5, vcc, 0x40, v4 | |
: error: operands are not valid for this GPU or mode ^ | |
v_add_u32 v[vgprIndex], vcc, v[vgprIndex], 1 | |
^ | |
^ | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s:260:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x8, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/A_S_S_256_4_gfx908.s:123:90: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprValue+8:vgprValue+8+3], v[vgprOffset+2], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s : 301 : 1 : error: operands are not valid for this GPU or mode | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s : v_add_u32 v[vgprIndex], vcc, v[vgprIndex], 1266 | |
: 1 ^: | |
error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x20, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s : 276 : 1 /build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s: : 317 :error: 1 : operands are not valid for this GPU or mode | |
^error: | |
v_add_u32 v2, vcc, 0x4, v6 | |
operands are not valid for this GPU or mode | |
^ | |
v_add_u32 v[vgprIndex], vcc, v[vgprIndex], 1 | |
^ | |
/build/source/build/library/build_tmp/ops/A_S_S_256_4_gfx908.s:124:92: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprValue+12:vgprValue+12+3], v[vgprOffset+3], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s : 322 : /build/source/build/library/build_tmp/ops/S_1_256_gfx908.s1 :: 282 : 1error: : operands are not valid for this GPU or mode error: | |
v_add_u32 v[vgprIndex+0], vcc, v[vgprIndex+0], s[sgprTmp] operands are not valid for this GPU or mode | |
^ v_add_u32 v5, vcc, 0x10, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s : 292 : 1 : error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x2, v6/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s | |
: 338 ^: | |
1 : error: ^operands are not valid for this GPU or mode | |
v_add_u32 v[vgprIndex], vcc, v[vgprIndex], 1 | |
^ | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s:298:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x8, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s:308:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x1, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s:354:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprIndex], vcc, v[vgprIndex], 1 | |
^/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s | |
:314:1/build/source/build/library/build_tmp/ops/A_S_S_256_4_gfx908.s: :149:error: 1: operands are not valid for this GPU or mode | |
error: v_add_u32 v5, vcc, 0x4, v4 | |
operands are not valid for this GPU or mode | |
^ | |
v_add_u32 v[vgprOffset+0], vcc, v[vgprOffset+0], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s:370:1: /build/source/build/library/build_tmp/ops/A_S_S_256_4_gfx908.s:150error: :1: operands are not valid for this GPU or mode | |
error: v_add_u32 v[vgprIndex], vcc, v[vgprIndex], 1 | |
operands are not valid for this GPU or mode^ | |
v_add_u32 v[vgprOffset+1], vcc, v[vgprOffset+1], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/A_S_S_256_4_gfx908.s:151:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+2], vcc, v[vgprOffset+2], s[sgprTmp] | |
/build/source/build/library/build_tmp/ops/S_1_256_gfx908.s:^338 | |
:1: error: /build/source/build/library/build_tmp/ops/A_S_S_256_4_gfx908.soperands are not valid for this GPU or mode/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s: | |
:152386:v_add_u32 v2, vcc, v2, v4:1 | |
1: : ^ | |
error: error: operands are not valid for this GPU or modeoperands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+3], vcc, v[vgprOffset+3], s[sgprTmp]v_add_u32 v[vgprIndex], vcc, v[vgprIndex], 1 | |
^^ | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s:391:1: error: operands are not valid for this GPU or mode | |
/build/source/build/library/build_tmp/ops/A_S_S_256_4_gfx908.s:v_add_u32 v[vgprIndex+0], vcc, v[vgprIndex+0], s[sgprTmp]166 | |
:84^: | |
error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprValue:vgprValue+3], v[vgprOffset], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s : 407 : 1 : error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprIndex], vcc, v[vgprIndex], 1 | |
^ | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s:423:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprIndex], vcc, v[vgprIndex], 1 | |
/build/source/build/library/build_tmp/ops/A_S_S_256_4_gfx908.s:^176 | |
:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset], vcc, v[vgprOffset], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s:439:1: error: operands are not valid for this GPU or mode | |
/build/source/build/library/build_tmp/ops/A_S_S_256_4_gfx908.sv_add_u32 v[vgprIndex], vcc, v[vgprIndex], 1: | |
196:^70 | |
: error: 'null' operand is not supported on this GPU | |
buffer_load_dword v[vgprValue], v[vgprOffset], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s : 455 : 1 : error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprIndex], vcc, v[vgprIndex], 1 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s : 462 :^1 | |
: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprTmp], vcc, s[sgprTmp], v[vgprSerial] | |
^ | |
/build/source/build/library/build_tmp/ops/A_S_S_256_4_gfx908.s:203:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset], vcc, v[vgprOffset], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/A_S_S_256_4_gfx908.s:216:70: error: 'null' operand is not supported on this GPU | |
buffer_load_dword v[vgprValue], v[vgprOffset], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/A_S_S_256_4_gfx908.s:231:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprTmp], vcc, s[sgprTmp], v[vgprSerial] | |
^ | |
/build/source/build/library/build_tmp/ops/A_S_S_256_4_gfx908.s:293:72: error: 'null' operand is not supported on this GPU | |
buffer_store_dword v[vgprOutput], v[vgprOffset], s[sgprDst:sgprDst+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_H_256_4_gfx908.s:109:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+1], vcc, v[vgprOffset+0], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_H_256_4_gfx908.s:110:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+2], vcc, v[vgprOffset+1], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_H_256_4_gfx908.s:111:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+3], vcc, v[vgprOffset+2], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s:631:100: /build/source/build/library/build_tmp/ops/A_H_H_256_4_gfx908.s:121error: :90: 'null' operand is not supported on this GPU | |
error: buffer_load_dwordx4 v[vgprGamma+0:vgprGamma+0+3], v[vgprOffset+0], s[sgprSrcGamma:sgprSrcGamma+3], null offen offset:0 | |
'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprValue+0:vgprValue+0+3], v[vgprOffset+0], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_H_256_4_gfx908.s:122:90: /build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s:error: 632:100'null' operand is not supported on this GPU: | |
buffer_load_dwordx4 v[vgprValue+4:vgprValue+4+3], v[vgprOffset+1], s[sgprSrc:sgprSrc+3], null offen offset:0error: | |
'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprGamma+4:vgprGamma+4+3], v[vgprOffset+1], s[sgprSrcGamma:sgprSrcGamma+3], null offen offset:0 | |
^ | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s:633:/build/source/build/library/build_tmp/ops/A_H_H_256_4_gfx908.s100:: 123:90error: : 'null' operand is not supported on this GPUerror: | |
buffer_load_dwordx4 v[vgprGamma+8:vgprGamma+8+3], v[vgprOffset+2], s[sgprSrcGamma:sgprSrcGamma+3], null offen offset:0'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprValue+8:vgprValue+8+3], v[vgprOffset+2], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_H_256_4_gfx908.s:124:92/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s: :634:error: 102: 'null' operand is not supported on this GPU | |
error: buffer_load_dwordx4 v[vgprValue+12:vgprValue+12+3], v[vgprOffset+3], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprGamma+12:vgprGamma+12+3], v[vgprOffset+3], s[sgprSrcGamma:sgprSrcGamma+3], null offen offset:0 | |
^ | |
clang++ : error: no such file or directory: '/build/source/build/library/build_tmp/ops/A_H_S_256_4_gfx908.o' | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s:659:96: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprBeta+0:vgprBeta+0+3], v[vgprOffset+0], s[sgprSrcBeta:sgprSrcBeta+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s:660:96/build/source/build/library/build_tmp/ops/A_H_H_256_4_gfx908.s: :181:error: 1: 'null' operand is not supported on this GPU | |
error: buffer_load_dwordx4 v[vgprBeta+4:vgprBeta+4+3], v[vgprOffset+1], s[sgprSrcBeta:sgprSrcBeta+3], null offen offset:0 | |
operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+0], vcc, v[vgprOffset+0], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_H_256_4_gfx908.s : 182 : 1 : error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+1], vcc, v[vgprOffset+1], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_H_256_4_gfx908.s : 183 : 1 : error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+2], vcc, v[vgprOffset+2], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_H_256_4_gfx908.s : 184 : 1 : error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+3], vcc, v[vgprOffset+3], s[sgprTmp] | |
^ | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s:661:96: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprBeta+8:vgprBeta+8+3], v[vgprOffset+2], s[sgprSrcBeta:sgprSrcBeta+3], null offen offset:0 | |
/build/source/build/library/build_tmp/ops/A_H_H_256_4_gfx908.s : 198 : 84 : error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprValue:vgprValue+3], v[vgprOffset], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s:662:98: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprBeta+12:vgprBeta+12+3], v[vgprOffset+3], s[sgprSrcBeta:sgprSrcBeta+3], null offen offset:0 | |
/build/source/build/library/build_tmp/ops/A_H_H_256_4_gfx908.s : 216 : 1 : error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset], vcc, v[vgprOffset], s[sgprTmp] | |
^ | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_H_256_4_gfx908.s:238:74: error: 'null' operand is not supported on this GPU | |
buffer_load_short_d16 v[vgprValue], v[vgprOffset], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s : 685 : 91 : error: 'null' operand is not supported on this GPU | |
buffer_store_dwordx4 v[vgprValue+0:vgprValue+0+3], v[vgprOffset+0], s[sgprDst:sgprDst+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_H_256_4_gfx908.s : 247 : 1 : error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset], vcc, v[vgprOffset], s[sgprTmp] | |
^ | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_H_256_4_gfx908.s/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s::260686::7491: : error: error: 'null' operand is not supported on this GPU | |
'null' operand is not supported on this GPUbuffer_store_dwordx4 v[vgprValue+4:vgprValue+4+3], v[vgprOffset+1], s[sgprDst:sgprDst+3], null offen offset:0 | |
buffer_load_short_d16 v[vgprValue], v[vgprOffset], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
^ | |
/build/source/build/library/build_tmp/ops/A_H_H_256_4_gfx908.s/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s::277687::191: : error: error: operands are not valid for this GPU or mode'null' operand is not supported on this GPU | |
v_add_u32 v[vgprTmp], vcc, s[sgprTmp], v[vgprSerial]buffer_store_dwordx4 v[vgprValue+8:vgprValue+8+3], v[vgprOffset+2], s[sgprDst:sgprDst+3], null offen offset:0 | |
^ | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s:688:93: error: 'null' operand is not supported on this GPU/build/source/build/library/build_tmp/ops/S_16_16_gfx908.s | |
:26buffer_store_dwordx4 v[vgprValue+12:vgprValue+12+3], v[vgprOffset+3], s[sgprDst:sgprDst+3], null offen offset:0: | |
1: error: /build/source/build/library/build_tmp/ops/S_4_64_gfx908.s : 26 operands are not valid for this GPU or mode: | |
1 : v_add_u32 v3, vcc, v3, v1 | |
error: ^ /build/source/build/library/build_tmp/ops/A_H_H_256_4_gfx908.s | |
:operands are not valid for this GPU or mode 339 | |
: 72v_add_u32 v3, vcc, v3, v1 : | |
^ error: | |
/build/source/build/library/build_tmp/ops/S_16_16_gfx908.s 'null' operand is not supported on this GPU: | |
32 : buffer_store_short v[vgprOutput], v[vgprOffset], s[sgprDst:sgprDst+3], null offen offset:01 | |
: /build/source/build/library/build_tmp/ops/S_4_64_gfx908.s : error: 32 : 1 operands are not valid for this GPU or mode : | |
v_add_u32 v4, vcc, v4, v1 error: | |
^ operands are not valid for this GPU or mode | |
v_add_u32 v4, vcc, v4, v1 | |
^ | |
/build/source/build/library/build_tmp/ops/S_16_16_gfx908.s : 44 : 1 : error: ^ | |
operands are not valid for this GPU or mode | |
v_add_u32 v7, vcc, v7, v6 | |
^^ | |
/build/source/build/library/build_tmp/ops/S_4_64_gfx908.s:44:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v7, vcc, v7, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s/build/source/build/library/build_tmp/ops/S_16_16_gfx908.s::69848::701: : error: error: /build/source/build/library/build_tmp/ops/S_4_64_gfx908.s:48'null' operand is not supported on this GPUoperands are not valid for this GPU or mode: | |
1: buffer_store_dword v[vgprMean], v[vgprOffset], s[sgprDst:sgprDst+3], null offen offset:0v_add_u32 v2, vcc, 0x8, v6 | |
error: ^ | |
operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x20, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_16_16_gfx908.s : 54 : 1 : error: /build/source/build/library/build_tmp/ops/S_4_64_gfx908.s :operands are not valid for this GPU or mode 54 | |
: 1v_add_u32 v5, vcc, 0x20, v4 : | |
^ | |
^error: | |
operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x80, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.s:704:72: error: 'null' operand is not supported on this GPU | |
buffer_store_dword v[vgprInvvar], v[vgprOffset], s[sgprDst:sgprDst+3], null offen offset:0 | |
/build/source/build/library/build_tmp/ops/S_16_16_gfx908.s: 64 : /build/source/build/library/build_tmp/ops/S_4_64_gfx908.s1 :: 64 : 1error: : operands are not valid for this GPU or mode error: | |
v_add_u32 v2, vcc, 0x4, v6 operands are not valid for this GPU or mode | |
^ v_add_u32 v2, vcc, 0x10, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_16_16_gfx908.s : 70 /build/source/build/library/build_tmp/ops/S_4_64_gfx908.s: :1 70: : 1 : error: error: operands are not valid for this GPU or mode | |
^operands are not valid for this GPU or modev_add_u32 v5, vcc, 0x10, v4 | |
v_add_u32 v5, vcc, 0x40, v4^ | |
^ | |
/build/source/build/library/build_tmp/ops/S_16_16_gfx908.s:/build/source/build/library/build_tmp/ops/S_4_64_gfx908.s80::801:: 1: error: error: operands are not valid for this GPU or mode | |
operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x2, v6 | |
v_add_u32 v2, vcc, 0x8, v6 | |
^ | |
^ | |
/build/source/build/library/build_tmp/ops/S_16_16_gfx908.s:/build/source/build/library/build_tmp/ops/S_4_64_gfx908.s86::861:: 1: error: error: operands are not valid for this GPU or mode | |
operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x8, v4 | |
v_add_u32 v5, vcc, 0x20, v4 | |
^ | |
^ | |
/build/source/build/library/build_tmp/ops/S_16_16_gfx908.s:96/build/source/build/library/build_tmp/ops/S_4_64_gfx908.s::196: :1: error: error: operands are not valid for this GPU or mode | |
operands are not valid for this GPU or modev_add_u32 v2, vcc, 0x1, v6 | |
v_add_u32 v2, vcc, 0x4, v6^ | |
^ | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:/build/source/build/library/build_tmp/ops/S_16_16_gfx908.s26::102/build/source/build/library/build_tmp/ops/S_4_64_gfx908.s1::: 1102: :error: error: 1: operands are not valid for this GPU or mode | |
error: operands are not valid for this GPU or modev_add_u32 v5, vcc, 0x4, v4 | |
operands are not valid for this GPU or modev_add_u32 v3, vcc, v3, v1 | |
^ | |
v_add_u32 v5, vcc, 0x10, v4^ | |
^ | |
/build/source/build/library/build_tmp/ops/S_4_64_gfx908.s:112:1: /build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:32error: :1: operands are not valid for this GPU or mode | |
error: v_add_u32 v2, vcc, 0x2, v6 | |
operands are not valid for this GPU or mode^ | |
v_add_u32 v4, vcc, v4, v1 | |
^ | |
/build/source/build/library/build_tmp/ops/S_16_16_gfx908.s:128:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v7, vcc, v7, v6 | |
/build/source/build/library/build_tmp/ops/S_4_64_gfx908.s:^118 | |
:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x8, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_16_16_gfx908.s:132:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x8, v6/build/source/build/library/build_tmp/ops/S_4_64_gfx908.s | |
:128^: | |
1: error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x1, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_16_16_gfx908.s:138:1: /build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:error: 44/build/source/build/library/build_tmp/ops/S_4_64_gfx908.s::1operands are not valid for this GPU or mode134: | |
:1v_add_u32 v5, vcc, 0x20, v4: error: | |
^error: operands are not valid for this GPU or mode | |
operands are not valid for this GPU or modev_add_u32 v7, vcc, v7, v6 | |
v_add_u32 v5, vcc, 0x4, v4^ | |
^ | |
/build/source/build/library/build_tmp/ops/S_16_16_gfx908.s:148:1: error: /build/source/build/library/build_tmp/ops/S_2_128_gfx908.soperands are not valid for this GPU or mode: | |
48:v_add_u32 v2, vcc, 0x4, v61 | |
: ^ | |
error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x40, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_16_16_gfx908.s:154:1: error: /build/source/build/library/build_tmp/ops/S_4_64_gfx908.s:operands are not valid for this GPU or mode160 | |
:1v_add_u32 v5, vcc, 0x10, v4: | |
^error: | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.soperands are not valid for this GPU or mode: | |
54:v_add_u32 v7, vcc, v7, v61 | |
: ^ | |
/build/source/build/library/build_tmp/ops/S_16_16_gfx908.serror: :164:operands are not valid for this GPU or mode1 | |
/build/source/build/library/build_tmp/ops/S_4_64_gfx908.s: :v_add_u32 v5, vcc, 0x100, v4164 | |
:error: 1^: | |
operands are not valid for this GPU or mode | |
error: v_add_u32 v2, vcc, 0x2, v6 | |
operands are not valid for this GPU or mode | |
^ | |
v_add_u32 v2, vcc, 0x20, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:64:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x20, v6 | |
/build/source/build/library/build_tmp/ops/S_16_16_gfx908.s^/build/source/build/library/build_tmp/ops/S_4_64_gfx908.s: | |
:170170::11: : error: error: operands are not valid for this GPU or modeoperands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x80, v4v_add_u32 v5, vcc, 0x8, v4 | |
^^ | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:70:1: /build/source/build/library/build_tmp/ops/S_4_64_gfx908.s/build/source/build/library/build_tmp/ops/S_16_16_gfx908.s::180:1: 180error: error: :1: operands are not valid for this GPU or modeoperands are not valid for this GPU or mode | |
error: v_add_u32 v5, vcc, 0x80, v4v_add_u32 v2, vcc, 0x10, v6 | |
operands are not valid for this GPU or mode^^ | |
v_add_u32 v2, vcc, 0x1, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_4_64_gfx908.s:186/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s::1/build/source/build/library/build_tmp/ops/S_16_16_gfx908.s: :186:80error: 1:: 1: operands are not valid for this GPU or mode | |
error: error: v_add_u32 v5, vcc, 0x40, v4 | |
operands are not valid for this GPU or mode | |
operands are not valid for this GPU or mode^ | |
v_add_u32 v5, vcc, 0x4, v4 | |
v_add_u32 v2, vcc, 0x10, v6 | |
^ | |
^ | |
/build/source/build/library/build_tmp/ops/S_4_64_gfx908.s:196:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x8, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_4_64_gfx908.s/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s::20286::11: : error: error: /build/source/build/library/build_tmp/ops/S_16_16_gfx908.s:operands are not valid for this GPU or mode210operands are not valid for this GPU or mode | |
: | |
1v_add_u32 v5, vcc, 0x20, v4: v_add_u32 v5, vcc, 0x40, v4 | |
^error: ^ | |
operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, v2, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_4_64_gfx908.s:212:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x4, v6 | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:^96 | |
:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x8, v6 | |
/build/source/build/library/build_tmp/ops/S_4_64_gfx908.s^: | |
218:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x10, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:102:1: error: /build/source/build/library/build_tmp/ops/S_4_64_gfx908.soperands are not valid for this GPU or mode: | |
228:v_add_u32 v5, vcc, 0x20, v41 | |
: ^ | |
error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x2, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:112:1: error: operands are not valid for this GPU or mode | |
/build/source/build/library/build_tmp/ops/S_4_64_gfx908.sv_add_u32 v2, vcc, 0x4, v6: | |
234:^1 | |
: error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x8, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:118:1: error: operands are not valid for this GPU or mode | |
/build/source/build/library/build_tmp/ops/S_4_64_gfx908.s:v_add_u32 v5, vcc, 0x10, v4244 | |
:1^: | |
error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x1, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:128:1: /build/source/build/library/build_tmp/ops/S_4_64_gfx908.serror: :250:operands are not valid for this GPU or mode1 | |
: v_add_u32 v2, vcc, 0x2, v6 | |
error: ^ | |
operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x4, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:134:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x8, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:144:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x1, v6 | |
/build/source/build/library/build_tmp/ops/S_4_64_gfx908.s:^274 | |
:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, v2, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:150:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x4, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:176:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v7, vcc, v7, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:180:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x40, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:186:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x100, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:196:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x20, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:202:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x80, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:212:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x10, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:218:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x40, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:228:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x8, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:234:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x20, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:244:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x4, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:250:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x10, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:260:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x2, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:266:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x8, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:276:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x1, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:282:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x4, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_2_128_gfx908.s:306:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, v2, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_8_32_gfx908.s:26:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v3, vcc, v3, v1 | |
^ | |
/build/source/build/library/build_tmp/ops/S_8_32_gfx908.s:32:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v4, vcc, v4, v1 | |
^ | |
/build/source/build/library/build_tmp/ops/S_8_32_gfx908.s:44:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v7, vcc, v7, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_8_32_gfx908.s:48:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x10, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_8_32_gfx908.s:54:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x40, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_8_32_gfx908.s:64:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x8, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_8_32_gfx908.s:70:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x20, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:171:1: error: /build/source/build/library/build_tmp/ops/S_8_32_gfx908.s:operands are not valid for this GPU or mode80 | |
:1v_add_u32 v[vgprOffset+1], vcc, v[vgprOffset+0], s[sgprTmp]: | |
^error: | |
operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x4, v6 | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:^172 | |
:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+2], vcc, v[vgprOffset+1], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/S_8_32_gfx908.s:86:1/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s: :173:error: 1: operands are not valid for this GPU or mode | |
error: v_add_u32 v5, vcc, 0x10, v4 | |
operands are not valid for this GPU or mode | |
^ | |
v_add_u32 v[vgprOffset+3], vcc, v[vgprOffset+2], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/S_8_32_gfx908.s:96:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x2, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:181:90: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprValue+0:vgprValue+0+3], v[vgprOffset+0], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
/build/source/build/library/build_tmp/ops/S_8_32_gfx908.s : 102 : 1 : error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x8, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_8_32_gfx908.s : 112 : 1 : error: ^operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x1, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:182:90: error: /build/source/build/library/build_tmp/ops/S_8_32_gfx908.s'null' operand is not supported on this GPU: | |
118:buffer_load_dwordx4 v[vgprValue+4:vgprValue+4+3], v[vgprOffset+1], s[sgprSrc:sgprSrc+3], null offen offset:01 | |
: error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x4, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_8_32_gfx908.s : 144 : 1 : error: operands are not valid for this GPU or mode | |
v_add_u32 v7, vcc, v7, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_8_32_gfx908.s : 148 : 1 : error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x10, v6 | |
^^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:183:90: /build/source/build/library/build_tmp/ops/S_8_32_gfx908.serror: :154:'null' operand is not supported on this GPU1 | |
: buffer_load_dwordx4 v[vgprValue+8:vgprValue+8+3], v[vgprOffset+2], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x40, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_8_32_gfx908.s : 164 : 1 : error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x8, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_8_32_gfx908.s : 170 : 1 : error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x20, v4 | |
^ | |
^ | |
/build/source/build/library/build_tmp/ops/S_8_32_gfx908.s/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s::180184::192: : error: error: operands are not valid for this GPU or mode'null' operand is not supported on this GPU | |
v_add_u32 v2, vcc, 0x4, v6buffer_load_dwordx4 v[vgprValue+12:vgprValue+12+3], v[vgprOffset+3], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/S_8_32_gfx908.s : 186 : 1 : error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x10, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_8_32_gfx908.s : 196 : 1 : error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x2, v6 | |
^ | |
^ | |
/build/source/build/library/build_tmp/ops/S_8_32_gfx908.s:202:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x8, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_8_32_gfx908.s:212:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, 0x1, v6 | |
^ | |
/build/source/build/library/build_tmp/ops/S_8_32_gfx908.s:218:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v5, vcc, 0x4, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/S_8_32_gfx908.s:242:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v2, vcc, v2, v4 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:351:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+0], vcc, v[vgprOffset+0], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:352:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+1], vcc, v[vgprOffset+1], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:353:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+2], vcc, v[vgprOffset+2], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:354:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+3], vcc, v[vgprOffset+3], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:368:84: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprValue:vgprValue+3], v[vgprOffset], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:412:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset], vcc, v[vgprOffset], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:430:70: error: 'null' operand is not supported on this GPU | |
buffer_load_dword v[vgprValue], v[vgprOffset], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:444:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset], vcc, v[vgprOffset], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:456:70: error: 'null' operand is not supported on this GPU | |
buffer_load_dword v[vgprValue], v[vgprOffset], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:477:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprTmp], vcc, s[sgprTmp], v[vgprSerial] | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:606:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+1], vcc, v[vgprOffset+0], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:607:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+2], vcc, v[vgprOffset+1], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:608:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+3], vcc, v[vgprOffset+2], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:616:90: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprValue+0:vgprValue+0+3], v[vgprOffset+0], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:617:90: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprValue+4:vgprValue+4+3], v[vgprOffset+1], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:618:90: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprValue+8:vgprValue+8+3], v[vgprOffset+2], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:619:92: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprValue+12:vgprValue+12+3], v[vgprOffset+3], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:663:100: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprGamma+0:vgprGamma+0+3], v[vgprOffset+0], s[sgprSrcGamma:sgprSrcGamma+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:664:100: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprGamma+4:vgprGamma+4+3], v[vgprOffset+1], s[sgprSrcGamma:sgprSrcGamma+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:665:100: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprGamma+8:vgprGamma+8+3], v[vgprOffset+2], s[sgprSrcGamma:sgprSrcGamma+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:666:102: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprGamma+12:vgprGamma+12+3], v[vgprOffset+3], s[sgprSrcGamma:sgprSrcGamma+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:691:96: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprBeta+0:vgprBeta+0+3], v[vgprOffset+0], s[sgprSrcBeta:sgprSrcBeta+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:692:96: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprBeta+4:vgprBeta+4+3], v[vgprOffset+1], s[sgprSrcBeta:sgprSrcBeta+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:693:96: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprBeta+8:vgprBeta+8+3], v[vgprOffset+2], s[sgprSrcBeta:sgprSrcBeta+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:694:98: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprBeta+12:vgprBeta+12+3], v[vgprOffset+3], s[sgprSrcBeta:sgprSrcBeta+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:717:91: error: 'null' operand is not supported on this GPU | |
buffer_store_dwordx4 v[vgprValue+0:vgprValue+0+3], v[vgprOffset+0], s[sgprDst:sgprDst+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:718:91: error: 'null' operand is not supported on this GPU | |
buffer_store_dwordx4 v[vgprValue+4:vgprValue+4+3], v[vgprOffset+1], s[sgprDst:sgprDst+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:719:91: error: 'null' operand is not supported on this GPU | |
buffer_store_dwordx4 v[vgprValue+8:vgprValue+8+3], v[vgprOffset+2], s[sgprDst:sgprDst+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:720:93: error: 'null' operand is not supported on this GPU | |
buffer_store_dwordx4 v[vgprValue+12:vgprValue+12+3], v[vgprOffset+3], s[sgprDst:sgprDst+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:723:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+0], vcc, v[vgprOffset+0], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:724:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+1], vcc, v[vgprOffset+1], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:725:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+2], vcc, v[vgprOffset+2], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:726:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+3], vcc, v[vgprOffset+3], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:740:84: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprValue:vgprValue+3], v[vgprOffset], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:754:96: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprGamma:vgprGamma+3], v[vgprOffset+0], s[sgprSrcGamma:sgprSrcGamma+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:764:90: error: 'null' operand is not supported on this GPU | |
buffer_load_dwordx4 v[vgprBeta:vgprBeta+3], v[vgprOffset], s[sgprSrcBeta:sgprSrcBeta+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:772:85: error: 'null' operand is not supported on this GPU | |
buffer_store_dwordx4 v[vgprValue:vgprValue+3], v[vgprOffset], s[sgprDst:sgprDst+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:775:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset+0], vcc, v[vgprOffset], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:792:70: error: 'null' operand is not supported on this GPU | |
buffer_load_dword v[vgprValue], v[vgprOffset], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:798:82: error: 'null' operand is not supported on this GPU | |
buffer_load_dword v[vgprGamma], v[vgprOffset+0], s[sgprSrcGamma:sgprSrcGamma+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:805:77: error: 'null' operand is not supported on this GPU | |
buffer_load_dword v[vgprBeta], v[vgprOffset], s[sgprSrcBeta:sgprSrcBeta+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:810:71: error: 'null' operand is not supported on this GPU | |
buffer_store_dword v[vgprValue], v[vgprOffset], s[sgprDst:sgprDst+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:813:1: error: operands are not valid for this GPU or mode | |
v_add_u32 v[vgprOffset], vcc, v[vgprOffset], s[sgprTmp] | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:825:70: error: 'null' operand is not supported on this GPU | |
buffer_load_dword v[vgprValue], v[vgprOffset], s[sgprSrc:sgprSrc+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:831:82: error: 'null' operand is not supported on this GPU | |
buffer_load_dword v[vgprGamma], v[vgprOffset+0], s[sgprSrcGamma:sgprSrcGamma+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:838:77: error: 'null' operand is not supported on this GPU | |
buffer_load_dword v[vgprBeta], v[vgprOffset], s[sgprSrcBeta:sgprSrcBeta+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:843:71: error: 'null' operand is not supported on this GPU | |
buffer_store_dword v[vgprValue], v[vgprOffset], s[sgprDst:sgprDst+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:856:70: error: 'null' operand is not supported on this GPU | |
buffer_store_dword v[vgprMean], v[vgprOffset], s[sgprDst:sgprDst+3], null offen offset:0 | |
^ | |
/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.s:862:72: error: 'null' operand is not supported on this GPU | |
buffer_store_dword v[vgprInvvar], v[vgprOffset], s[sgprDst:sgprDst+3], null offen offset:0 | |
^ | |
clang++: error: no such file or directory: '/build/source/build/library/build_tmp/ops/S_1_256_gfx908.o' | |
clang++: error: no such file or directory: '/build/source/build/library/build_tmp/ops/A_S_S_256_4_gfx908.o' | |
clang++: error: no such file or directory: '/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.o' | |
clang++: error: no such file or directory: '/build/source/build/library/build_tmp/ops/A_H_H_256_4_gfx908.o' | |
clang++: error: no such file or directory: '/build/source/build/library/build_tmp/ops/S_16_16_gfx908.o' | |
clang++: error: no such file or directory: '/build/source/build/library/build_tmp/ops/S_2_128_gfx908.o' | |
clang++: error: no such file or directory: '/build/source/build/library/build_tmp/ops/S_4_64_gfx908.o' | |
clang++: error: no such file or directory: '/build/source/build/library/build_tmp/ops/S_8_32_gfx908.o' | |
clang++: error: no such file or directory: '/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.o' | |
clang++: error: no such file or directory: '/build/source/build/library/build_tmp/ops/L_256_4_1_gfx908.o' | |
clang++: error: no such file or directory: '/build/source/build/library/build_tmp/ops/L_256_4_0_gfx908.o' | |
clang++: error: no such file or directory: '/build/source/build/library/build_tmp/ops/S_16_16_gfx908.o' | |
clang++: error: no such file or directory: '/build/source/build/library/build_tmp/ops/S_8_32_gfx908.o' | |
clang++: error: no such file or directory: '/build/source/build/library/build_tmp/ops/S_4_64_gfx908.o' | |
clang++: error: no such file or directory: '/build/source/build/library/build_tmp/ops/S_2_128_gfx908.o' | |
clang++: error: no such file or directory: '/build/source/build/library/build_tmp/ops/S_1_256_gfx908.o' | |
clang++: error: no such file or directory: '/build/source/build/library/build_tmp/ops/A_S_S_256_4_gfx908.o' | |
clang++: error: no such file or directory: '/build/source/build/library/build_tmp/ops/A_H_H_256_4_gfx908.o' | |
clang++: error: no such file or directory: '/build/source/build/library/build_tmp/ops/A_H_S_256_4_gfx908.o' | |
clang++: error: no such file or directory: '/build/source/build/library/build_tmp/ops/A_S_H_256_4_gfx908.o' | |
make[2]: *** [library/CMakeFiles/build_ext_op_library.dir/build.make:76: Tensile/library/hipblasltExtOpLibrary.dat] Error 1 | |
make[1]: *** [CMakeFiles/Makefile2:189: library/CMakeFiles/build_ext_op_library.dir/all] Error 2 | |
make: *** [Makefile:166: all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment