Created
February 20, 2020 13:44
-
-
Save rosenrodt/410c949ea72f8dd815c2d5e600e8d88e to your computer and use it in GitHub Desktop.
mfma-ci-test.log
This file contains 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
info: writing test script to pre_checkin/mfma/test_mfma.py | |
========================================================== test session starts =========================================================== | |
platform linux -- Python 3.5.2, pytest-5.3.5, py-1.8.1, pluggy-0.13.1 | |
rootdir: /mnt/Tensile-jenkins-test, inifile: pytest.ini | |
collected 3 items | |
Tensile/Tests/pre_checkin/mfma/test_mfma.py F.. [100%] | |
================================================================ FAILURES ================================================================ | |
_______________________________________________________ test_sgemm_asm_mi32x32x2x1 _______________________________________________________ | |
tmpdir = local('/tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x2x10') | |
def test_sgemm_asm_mi32x32x2x1(tmpdir): | |
> Tensile.Tensile([Tensile.TensileTestPath("pre_checkin/mfma/sgemm_asm_mi32x32x2x1.yaml"), tmpdir.strpath]) | |
Tensile/Tests/pre_checkin/mfma/test_mfma.py:4: | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
Tensile/Tensile.py:191: in Tensile | |
executeStepsInConfig( config ) | |
Tensile/Tensile.py:51: in executeStepsInConfig | |
BenchmarkProblems.main( config["BenchmarkProblems"] ) | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
config = [[{'Batched': True, 'DataType': 's', 'OperationType': 'GEMM', 'TransposeA': True, ...}, {'BenchmarkCommonParameters': ...FinalParameters': [{'ProblemSizes': [{...}]}], 'BenchmarkForkParameters': None, 'BenchmarkJoinParameters': None, ...}]] | |
def main( config ): | |
if globalParameters["NewClient"]: | |
ClientExecutable.getClientExecutable() | |
dataPath = os.path.join(globalParameters["WorkingPath"], \ | |
globalParameters["BenchmarkDataPath"]) | |
pushWorkingPath(globalParameters["BenchmarkProblemsPath"]) | |
ensurePath(dataPath) | |
totalTestFails = 0 | |
for benchmarkProblemTypeConfig in config: | |
problemTypeConfig = benchmarkProblemTypeConfig[0] | |
if len(benchmarkProblemTypeConfig) < 2: | |
problemSizeGroupConfigs = [{}] | |
else: | |
problemSizeGroupConfigs = benchmarkProblemTypeConfig[1:] | |
for problemSizeGroupIdx,problemSizeGroupConfig in enumerate(problemSizeGroupConfigs): | |
print2("ProblemTypeConfig: %s" % problemTypeConfig) | |
problemTypeObj = ProblemType(problemTypeConfig) | |
globalParameters["EnableHalf"] = problemTypeObj["DataType"].isHalf() | |
# results files will be named | |
newResultsFileName = os.path.join(dataPath, "%s_%02u.csv" \ | |
% (str(problemTypeObj), problemSizeGroupIdx) ) | |
newSolutionsFileName = os.path.join(dataPath, "%s_%02u.yaml" \ | |
% (str(problemTypeObj), problemSizeGroupIdx) ) | |
newGranularityFileName = os.path.join(dataPath, "%s_%02u.gsp" \ | |
% (str(problemTypeObj), problemSizeGroupIdx) ) | |
# skip if possible | |
if globalParameters["ForceRedoBenchmarkProblems"] or \ | |
not os.path.exists(newResultsFileName): | |
# Benchmark Problem Size Group | |
(resultsFileBaseFinal, benchmarkErrors) = benchmarkProblemType(problemTypeConfig, \ | |
problemSizeGroupConfig, problemSizeGroupIdx) | |
totalTestFails += benchmarkErrors | |
print("clientExit=%u %s for %s" %\ | |
(totalTestFails, "(ERROR)" if totalTestFails else "(PASS)", \ | |
globalParameters["ConfigPath"])) | |
# Copy Data | |
resultsFileBase = resultsFileBaseFinal | |
resultsFileName = "%s.csv" % (resultsFileBase) | |
solutionsFileName = "%s.yaml" % (resultsFileBase) | |
granularityFileName = "%s_Granularity.csv" % (resultsFileBase) | |
shutil.copy( resultsFileName, newResultsFileName ) | |
shutil.copy( solutionsFileName, newSolutionsFileName ) | |
if os.path.isfile(granularityFileName): | |
shutil.copy( granularityFileName, newGranularityFileName ) | |
else: | |
print1("# %s_%02u already benchmarked; skipping." % (str(problemTypeObj), problemSizeGroupIdx) ) | |
popWorkingPath() | |
if globalParameters["ExitOnFails"] and totalTestFails: | |
> sys.exit(1) | |
E SystemExit: 1 | |
Tensile/BenchmarkProblems.py:816: SystemExit | |
---------------------------------------------------------- Captured stdout call ---------------------------------------------------------- | |
################################################################################ | |
# | |
# Tensile v4.16.0 | |
# Restoring default globalParameters | |
# Config: /mnt/Tensile-jenkins-test/Tensile/Tests/pre_checkin/mfma/sgemm_asm_mi32x32x2x1.yaml | |
# | |
################################################################################ | |
# Restoring default globalParameters | |
# Detected local GPU with ISA: gfx908 | |
# Asm caps for gfx803:SupportedISA=1 HasAddLshl=0 HasExplicitCO=0 MaxVmcnt=15 HasExplicitNC=0 SupportedSource=1 HasSMulHi=0 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Asm caps for gfx803:SupportedISA=1 HasAddLshl=0 HasExplicitCO=0 MaxVmcnt=15 HasExplicitNC=0 SupportedSource=1 HasSMulHi=0 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Arch caps for gfx803:SeparateVscnt=0 HasEccHalf=0 Waitcnt0Disabled=0 CMPXWritesSGPR=1 HasWave32=0 | |
# Asm caps for gfx900:SupportedISA=1 HasAddLshl=1 HasExplicitCO=1 MaxVmcnt=63 HasExplicitNC=0 SupportedSource=1 HasSMulHi=1 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Asm caps for gfx900:SupportedISA=1 HasAddLshl=1 HasExplicitCO=1 MaxVmcnt=63 HasExplicitNC=0 SupportedSource=1 HasSMulHi=1 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Arch caps for gfx900:SeparateVscnt=0 HasEccHalf=0 Waitcnt0Disabled=0 CMPXWritesSGPR=1 HasWave32=0 | |
# Asm caps for gfx906:SupportedISA=1 HasAddLshl=1 HasExplicitCO=1 MaxVmcnt=63 HasExplicitNC=0 SupportedSource=1 HasSMulHi=1 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Asm caps for gfx906:SupportedISA=1 HasAddLshl=1 HasExplicitCO=1 MaxVmcnt=63 HasExplicitNC=0 SupportedSource=1 HasSMulHi=1 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Arch caps for gfx906:SeparateVscnt=0 HasEccHalf=1 Waitcnt0Disabled=0 CMPXWritesSGPR=1 HasWave32=0 | |
# Asm caps for gfx908:SupportedISA=1 HasAddLshl=1 HasExplicitCO=1 MaxVmcnt=63 HasExplicitNC=0 SupportedSource=1 HasSMulHi=1 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Asm caps for gfx908:SupportedISA=1 HasAddLshl=1 HasExplicitCO=1 MaxVmcnt=63 HasExplicitNC=0 SupportedSource=1 HasSMulHi=1 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Arch caps for gfx908:SeparateVscnt=0 HasEccHalf=1 Waitcnt0Disabled=1 CMPXWritesSGPR=1 HasWave32=0 | |
# Asm caps for gfx1010:SupportedISA=1 HasAddLshl=1 HasExplicitCO=1 MaxVmcnt=63 HasExplicitNC=1 SupportedSource=0 HasSMulHi=1 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Asm caps for gfx1010:SupportedISA=1 HasAddLshl=1 HasExplicitCO=1 MaxVmcnt=63 HasExplicitNC=1 SupportedSource=0 HasSMulHi=1 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Arch caps for gfx1010:SeparateVscnt=1 HasEccHalf=0 Waitcnt0Disabled=0 CMPXWritesSGPR=0 HasWave32=1 | |
# Asm caps for gfx000:SupportedISA=0 HasAddLshl=0 HasExplicitCO=0 MaxVmcnt=0 HasExplicitNC=0 SupportedSource=1 HasSMulHi=0 HasCodeObjectV3=0 HasDirectToLds=0 | |
# Asm caps for gfx000:SupportedISA=0 HasAddLshl=0 HasExplicitCO=0 MaxVmcnt=0 HasExplicitNC=0 SupportedSource=1 HasSMulHi=0 HasCodeObjectV3=0 HasDirectToLds=0 | |
# Arch caps for gfx000:SeparateVscnt=0 HasEccHalf=0 Waitcnt0Disabled=0 CMPXWritesSGPR=1 HasWave32=0 | |
-- The C compiler identification is GNU 5.4.0 | |
-- The CXX compiler identification is Clang 10.0.0 | |
-- Check for working C compiler: /usr/bin/cc | |
-- Check for working C compiler: /usr/bin/cc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /opt/rocm/bin/hcc | |
-- Check for working CXX compiler: /opt/rocm/bin/hcc -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") | |
-- Try OpenMP C flag = [-fopenmp] | |
-- Performing Test OpenMP_FLAG_DETECTED | |
-- Performing Test OpenMP_FLAG_DETECTED - Success | |
-- Try OpenMP CXX flag = [-fopenmp=libomp] | |
-- Performing Test OpenMP_FLAG_DETECTED | |
-- Performing Test OpenMP_FLAG_DETECTED - Success | |
-- Found OpenMP: -fopenmp | |
-- Boost version: 1.58.0 | |
-- Found the following Boost libraries: | |
-- program_options | |
-- filesystem | |
-- system | |
-- Found ROCmSMI: /opt/rocm/rocm_smi/lib/librocm_smi64.so | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x2x10/0_Build | |
Scanning dependencies of target TensileHost | |
[ 3%] Building CXX object lib/CMakeFiles/TensileHost.dir/source/TensorDescriptor.cpp.o | |
[ 6%] Building CXX object lib/CMakeFiles/TensileHost.dir/source/ContractionProblem.cpp.o | |
[ 9%] Building CXX object lib/CMakeFiles/TensileHost.dir/source/DataTypes.cpp.o | |
[ 12%] Building CXX object lib/CMakeFiles/TensileHost.dir/source/Utils.cpp.o | |
[ 15%] Building CXX object lib/CMakeFiles/TensileHost.dir/source/Tensile.cpp.o | |
[ 18%] Building CXX object lib/CMakeFiles/TensileHost.dir/source/AMDGPU.cpp.o | |
[ 21%] Building CXX object lib/CMakeFiles/TensileHost.dir/source/ContractionSolution.cpp.o | |
[ 25%] Building CXX object lib/CMakeFiles/TensileHost.dir/source/EmbeddedLibrary.cpp.o | |
[ 28%] Building CXX object lib/CMakeFiles/TensileHost.dir/source/KernelArguments.cpp.o | |
[ 31%] Building CXX object lib/CMakeFiles/TensileHost.dir/source/Debug.cpp.o | |
[ 34%] Building CXX object lib/CMakeFiles/TensileHost.dir/source/TensorOps.cpp.o | |
[ 37%] Building CXX object lib/CMakeFiles/TensileHost.dir/source/llvm/YAML.cpp.o | |
[ 40%] Building CXX object lib/CMakeFiles/TensileHost.dir/source/llvm/Loading.cpp.o | |
[ 43%] Building CXX object lib/CMakeFiles/TensileHost.dir/source/hip/HipHardware.cpp.o | |
[ 46%] Building CXX object lib/CMakeFiles/TensileHost.dir/source/hip/HipSolutionAdapter.cpp.o | |
[ 50%] Linking CXX static library libTensileHost.a | |
[ 50%] Built target TensileHost | |
Scanning dependencies of target TensileClient | |
[ 53%] Building CXX object client/CMakeFiles/TensileClient.dir/source/HardwareMonitorListener.cpp.o | |
[ 56%] Building CXX object client/CMakeFiles/TensileClient.dir/source/DataInitialization.cpp.o | |
[ 59%] Building CXX object client/CMakeFiles/TensileClient.dir/source/TimingEvents.cpp.o | |
[ 62%] Building CXX object client/CMakeFiles/TensileClient.dir/source/HardwareMonitor.cpp.o | |
[ 65%] Building CXX object client/CMakeFiles/TensileClient.dir/source/Reference.cpp.o | |
[ 68%] Building CXX object client/CMakeFiles/TensileClient.dir/source/CSVStackFile.cpp.o | |
[ 75%] Building CXX object client/CMakeFiles/TensileClient.dir/source/BenchmarkTimer.cpp.o | |
[ 75%] Building CXX object client/CMakeFiles/TensileClient.dir/source/ConvolutionProblem.cpp.o | |
[ 78%] Building CXX object client/CMakeFiles/TensileClient.dir/source/ClientProblemFactory.cpp.o | |
[ 81%] Building CXX object client/CMakeFiles/TensileClient.dir/source/MetaRunListener.cpp.o | |
[ 87%] Building CXX object client/CMakeFiles/TensileClient.dir/source/ProgressListener.cpp.o | |
[ 87%] Building CXX object client/CMakeFiles/TensileClient.dir/source/ResultFileReporter.cpp.o | |
[ 90%] Building CXX object client/CMakeFiles/TensileClient.dir/source/ReferenceValidator.cpp.o | |
[ 93%] Linking CXX static library libTensileClient.a | |
[ 93%] Built target TensileClient | |
Scanning dependencies of target tensile_client | |
[ 96%] Building CXX object client/CMakeFiles/tensile_client.dir/main.cpp.o | |
[100%] Linking CXX executable tensile_client | |
[100%] Built target tensile_client | |
################################################################################ | |
# Converting Config to BenchmarkProcess Object | |
################################################################################ | |
# Filling in Parameters With Defaults | |
# Convert Parameters to Steps | |
# Benchmark Common Parameters | |
# Fork Parameters | |
# Benchmark Fork Parameters | |
# Join Parameters | |
# Benchmark Join Parameters | |
# Benchmark Final | |
# NumBenchmarkSteps: 1 | |
################################################################################ | |
# Done Creating BenchmarkProcess Object | |
################################################################################ | |
# Empty winners - use fast initialization of hardcodedParameters | |
################################################################################ | |
# BenchmarkStep: Cijk_Alik_Bljk_SB_00 - 00_Final 112.985s | |
# NumProblems: 1 | |
# BenchmarkParameters: | |
# MaxPossibleSolutions: 1 = 1 (hardcoded) * 1 (benchmark) | |
# Enumerating Solutions | |
[|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||] 100% (0.0 secs elapsed) | |
# Populating initial winners (1 solutions) | |
# Actual Solutions: 1 / 1 | |
# Writing Kernels... | |
Generating kernels: Launching 28 threads... | |
Generating kernels: Done. | |
Compiling source kernels: Launching 28 threads... | |
Compiling source kernels: Done. | |
# Kernel Building elapsed time = 6.6 secs | |
# Writing Solutions | |
[|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||] 100% (0.0 secs elapsed) | |
# Writing Custom CMake | |
# Copying files that differ from sourceTmp -> source | |
No supported devices available to display | |
========================ROCm System Management Interface======================== | |
==============================End of ROCm SMI Log ============================== | |
No supported devices available to display | |
========================ROCm System Management Interface======================== | |
Driver version: 5.2.4 | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
PIDs for KFD processes: | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
Unable to locate pci.ids file | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
==============================End of ROCm SMI Log ============================== | |
Loading /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x2x10/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/source/library/Kernels.so-000-gfx803.hsaco | |
Loading /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x2x10/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/source/library/Kernels.so-000-gfx900.hsaco | |
Loading /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x2x10/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/source/library/Kernels.so-000-gfx906.hsaco | |
Loading /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x2x10/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/source/library/Kernels.so-000-gfx908.hsaco | |
Loading /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x2x10/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/source/library/TensileLibrary_gfx908.co | |
Index: Device | Reference | |
[0] elem=0 idx=0: 17921!=23277 | |
[1] elem=1 idx=1: 28744!=10173 | |
[2] elem=2 idx=2: 12706!=32354 | |
[3] elem=3 idx=3: 9706!=19352 | |
run, problem-progress, solution-progress, operation, problem-sizes, solution, validation, time-us, gflops, temp-edge, clock-sys, clock-soc, clock-mem, fan-rpm, hardware-samples, enqueue-time | |
0, 0/1, 0/0, Contraction_l_Alik_Bljk_Cijk_Dijk, "(64,256,1,64)", Cijk_Alik_Bljk_SB_MT64x128x8_MI32x32x2x1_SE_K1, FAILED, 40.00, 52, 32.00, 758.00, 750.00, 800.00, 0, 1, 2020-02-20 21:40:25.010432 | |
two | |
No supported devices available to display | |
========================ROCm System Management Interface======================== | |
==============================End of ROCm SMI Log ============================== | |
No supported devices available to display | |
========================ROCm System Management Interface======================== | |
==============================End of ROCm SMI Log ============================== | |
Tensile::WARNING: ClientWriter Benchmark Process exited with code 1 | |
Tensile::WARNING: BenchmarkProblems: Benchmark Process exited with code 1 | |
# Adding Results to Solution Database | |
[|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||] 100% (0.0 secs elapsed) | |
################################################################################ | |
# Cijk_Alik_Bljk_SB_00 | |
# 00_Final: End - 121.600s | |
################################################################################ | |
clientExit=1 (ERROR) for /mnt/Tensile-jenkins-test/Tensile/Tests/pre_checkin/mfma/sgemm_asm_mi32x32x2x1.yaml | |
---------------------------------------------------------- Captured stderr call ---------------------------------------------------------- | |
sh: 1: lsmod: not found | |
LLVMObjectYAML_LIBRARY: /usr/lib/llvm-6.0/lib/libLLVMObjectYAML.a | |
In file included from /mnt/Tensile-jenkins-test/Tensile/Source/lib/source/hip/HipSolutionAdapter.cpp:27: | |
/opt/rocm/hip/include/hip/hip_hcc.h:22:2: warning: "hip/hip_hcc.h is deprecated, please use hip/hip_ext.h" [-W#warnings] | |
#warning "hip/hip_hcc.h is deprecated, please use hip/hip_ext.h" | |
^ | |
1 warning generated. | |
In file included from /mnt/Tensile-jenkins-test/Tensile/Source/lib/source/hip/HipSolutionAdapter.cpp:27: | |
/opt/rocm/hip/include/hip/hip_hcc.h:22:2: warning: "hip/hip_hcc.h is deprecated, please use hip/hip_ext.h" [-W#warnings] | |
#warning "hip/hip_hcc.h is deprecated, please use hip/hip_ext.h" | |
^ | |
1 warning generated. | |
sh: 1: lsmod: not found | |
In file included from /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x2x10/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/sourceTmp/Kernels.cpp:28: | |
In file included from /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x2x10/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/sourceTmp/Kernels.h:29: | |
In file included from /opt/rocm/bin/../include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/bin/../include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/bin/../include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x2x10/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/sourceTmp/Kernels.cpp:28: | |
In file included from /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x2x10/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/sourceTmp/Kernels.h:30: | |
/opt/rocm/bin/../include/hip/hip_hcc.h:22:2: warning: "hip/hip_hcc.h is deprecated, please use hip/hip_ext.h" [-W#warnings] | |
#warning "hip/hip_hcc.h is deprecated, please use hip/hip_ext.h" | |
^ | |
2 warnings generated. | |
In file included from /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x2x10/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/sourceTmp/Kernels.cpp:28: | |
In file included from /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x2x10/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/sourceTmp/Kernels.h:29: | |
In file included from /opt/rocm/bin/../include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/bin/../include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/bin/../include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x2x10/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/sourceTmp/Kernels.cpp:28: | |
In file included from /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x2x10/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/sourceTmp/Kernels.h:30: | |
/opt/rocm/bin/../include/hip/hip_hcc.h:22:2: warning: "hip/hip_hcc.h is deprecated, please use hip/hip_ext.h" [-W#warnings] | |
#warning "hip/hip_hcc.h is deprecated, please use hip/hip_ext.h" | |
^ | |
2 warnings generated. | |
+ /opt/rocm/bin/rocm-smi -d 0 --setfan 255 --setsclk 7 | |
WARNING: No AMD GPUs specified | |
+ sleep 1 | |
+ /opt/rocm/bin/rocm-smi -d 0 -a | |
WARNING: No AMD GPUs specified | |
+ set +e | |
+ ERR1=0 | |
+ /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x2x10/0_Build/client/tensile_client --config-file /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x2x10/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/build/../source/ClientParameters.ini | |
+ ERR2=1 | |
+ ERR=0 | |
+ [[ 0 -ne 0 ]] | |
+ [[ 1 -ne 0 ]] | |
+ echo two | |
+ ERR=1 | |
+ /opt/rocm/bin/rocm-smi -d 0 --resetclocks | |
WARNING: No AMD GPUs specified | |
+ /opt/rocm/bin/rocm-smi -d 0 --setfan 50 | |
WARNING: No AMD GPUs specified | |
+ exit 1 | |
================================================================= PASSES ================================================================= | |
_________________________________________________ test_hpa_bfloat16_gemm_asm_mi32x32x2x2 _________________________________________________ | |
---------------------------------------------------------- Captured stdout call ---------------------------------------------------------- | |
################################################################################ | |
# | |
# Tensile v4.16.0 | |
# Restoring default globalParameters | |
# Config: /mnt/Tensile-jenkins-test/Tensile/Tests/pre_checkin/mfma/hpa_bfloat16_gemm_asm_mi32x32x2x2.yaml | |
# | |
################################################################################ | |
# Restoring default globalParameters | |
# Detected local GPU with ISA: gfx908 | |
# Asm caps for gfx803:SupportedISA=1 HasAddLshl=0 HasExplicitCO=0 MaxVmcnt=15 HasExplicitNC=0 SupportedSource=1 HasSMulHi=0 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Asm caps for gfx803:SupportedISA=1 HasAddLshl=0 HasExplicitCO=0 MaxVmcnt=15 HasExplicitNC=0 SupportedSource=1 HasSMulHi=0 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Arch caps for gfx803:SeparateVscnt=0 HasEccHalf=0 Waitcnt0Disabled=0 CMPXWritesSGPR=1 HasWave32=0 | |
# Asm caps for gfx900:SupportedISA=1 HasAddLshl=1 HasExplicitCO=1 MaxVmcnt=63 HasExplicitNC=0 SupportedSource=1 HasSMulHi=1 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Asm caps for gfx900:SupportedISA=1 HasAddLshl=1 HasExplicitCO=1 MaxVmcnt=63 HasExplicitNC=0 SupportedSource=1 HasSMulHi=1 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Arch caps for gfx900:SeparateVscnt=0 HasEccHalf=0 Waitcnt0Disabled=0 CMPXWritesSGPR=1 HasWave32=0 | |
# Asm caps for gfx906:SupportedISA=1 HasAddLshl=1 HasExplicitCO=1 MaxVmcnt=63 HasExplicitNC=0 SupportedSource=1 HasSMulHi=1 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Asm caps for gfx906:SupportedISA=1 HasAddLshl=1 HasExplicitCO=1 MaxVmcnt=63 HasExplicitNC=0 SupportedSource=1 HasSMulHi=1 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Arch caps for gfx906:SeparateVscnt=0 HasEccHalf=1 Waitcnt0Disabled=0 CMPXWritesSGPR=1 HasWave32=0 | |
# Asm caps for gfx908:SupportedISA=1 HasAddLshl=1 HasExplicitCO=1 MaxVmcnt=63 HasExplicitNC=0 SupportedSource=1 HasSMulHi=1 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Asm caps for gfx908:SupportedISA=1 HasAddLshl=1 HasExplicitCO=1 MaxVmcnt=63 HasExplicitNC=0 SupportedSource=1 HasSMulHi=1 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Arch caps for gfx908:SeparateVscnt=0 HasEccHalf=1 Waitcnt0Disabled=1 CMPXWritesSGPR=1 HasWave32=0 | |
# Asm caps for gfx1010:SupportedISA=1 HasAddLshl=1 HasExplicitCO=1 MaxVmcnt=63 HasExplicitNC=1 SupportedSource=0 HasSMulHi=1 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Asm caps for gfx1010:SupportedISA=1 HasAddLshl=1 HasExplicitCO=1 MaxVmcnt=63 HasExplicitNC=1 SupportedSource=0 HasSMulHi=1 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Arch caps for gfx1010:SeparateVscnt=1 HasEccHalf=0 Waitcnt0Disabled=0 CMPXWritesSGPR=0 HasWave32=1 | |
# Asm caps for gfx000:SupportedISA=0 HasAddLshl=0 HasExplicitCO=0 MaxVmcnt=0 HasExplicitNC=0 SupportedSource=1 HasSMulHi=0 HasCodeObjectV3=0 HasDirectToLds=0 | |
# Asm caps for gfx000:SupportedISA=0 HasAddLshl=0 HasExplicitCO=0 MaxVmcnt=0 HasExplicitNC=0 SupportedSource=1 HasSMulHi=0 HasCodeObjectV3=0 HasDirectToLds=0 | |
# Arch caps for gfx000:SeparateVscnt=0 HasEccHalf=0 Waitcnt0Disabled=0 CMPXWritesSGPR=1 HasWave32=0 | |
################################################################################ | |
# Converting Config to BenchmarkProcess Object | |
################################################################################ | |
# Filling in Parameters With Defaults | |
# Convert Parameters to Steps | |
# Benchmark Common Parameters | |
# Fork Parameters | |
# Benchmark Fork Parameters | |
# Join Parameters | |
# Benchmark Join Parameters | |
# Benchmark Final | |
# NumBenchmarkSteps: 1 | |
################################################################################ | |
# Done Creating BenchmarkProcess Object | |
################################################################################ | |
# Empty winners - use fast initialization of hardcodedParameters | |
################################################################################ | |
# BenchmarkStep: Cijk_Ailk_Bjlk_BBH_00 - 00_Final 123.180s | |
# NumProblems: 1 | |
# BenchmarkParameters: | |
# MaxPossibleSolutions: 1 = 1 (hardcoded) * 1 (benchmark) | |
# Enumerating Solutions | |
[|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||] 100% (0.0 secs elapsed) | |
# Populating initial winners (1 solutions) | |
# Actual Solutions: 1 / 1 | |
# Writing Kernels... | |
Generating kernels: Launching 28 threads... | |
Generating kernels: Done. | |
Compiling source kernels: Launching 28 threads... | |
Compiling source kernels: Done. | |
# Kernel Building elapsed time = 6.7 secs | |
# Writing Solutions | |
[|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||] 100% (0.0 secs elapsed) | |
# Writing Custom CMake | |
# Copying files that differ from sourceTmp -> source | |
No supported devices available to display | |
========================ROCm System Management Interface======================== | |
==============================End of ROCm SMI Log ============================== | |
No supported devices available to display | |
========================ROCm System Management Interface======================== | |
Driver version: 5.2.4 | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
PIDs for KFD processes: | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
Unable to locate pci.ids file | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
==============================End of ROCm SMI Log ============================== | |
Loading /tmp/pytest-of-root/pytest-17/test_hpa_bfloat16_gemm_asm_mi30/1_BenchmarkProblems/Cijk_Ailk_Bjlk_BBH_00/00_Final/source/library/Kernels.so-000-gfx803.hsaco | |
Loading /tmp/pytest-of-root/pytest-17/test_hpa_bfloat16_gemm_asm_mi30/1_BenchmarkProblems/Cijk_Ailk_Bjlk_BBH_00/00_Final/source/library/Kernels.so-000-gfx900.hsaco | |
Loading /tmp/pytest-of-root/pytest-17/test_hpa_bfloat16_gemm_asm_mi30/1_BenchmarkProblems/Cijk_Ailk_Bjlk_BBH_00/00_Final/source/library/Kernels.so-000-gfx906.hsaco | |
Loading /tmp/pytest-of-root/pytest-17/test_hpa_bfloat16_gemm_asm_mi30/1_BenchmarkProblems/Cijk_Ailk_Bjlk_BBH_00/00_Final/source/library/Kernels.so-000-gfx908.hsaco | |
Loading /tmp/pytest-of-root/pytest-17/test_hpa_bfloat16_gemm_asm_mi30/1_BenchmarkProblems/Cijk_Ailk_Bjlk_BBH_00/00_Final/source/library/TensileLibrary_gfx908.co | |
run, problem-progress, solution-progress, operation, problem-sizes, solution, validation, time-us, gflops, temp-edge, clock-sys, clock-soc, clock-mem, fan-rpm, hardware-samples, enqueue-time | |
0, 0/1, 0/0, Contraction_l_Ailk_Bjlk_Cijk_Dijk, "(64,256,1,8)", Cijk_Ailk_Bjlk_BBH_MT64x256x8_MI32x32x2x2_SE_K1, PASSED, 39.04, 7, 32.00, 758.00, 750.00, 800.00, 0, 1, 2020-02-20 21:40:35.244694 | |
No supported devices available to display | |
========================ROCm System Management Interface======================== | |
==============================End of ROCm SMI Log ============================== | |
No supported devices available to display | |
========================ROCm System Management Interface======================== | |
==============================End of ROCm SMI Log ============================== | |
# Adding Results to Solution Database | |
[|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||] 100% (0.0 secs elapsed) | |
################################################################################ | |
# Cijk_Ailk_Bjlk_BBH_00 | |
# 00_Final: End - 131.845s | |
################################################################################ | |
clientExit=0 (PASS) for /mnt/Tensile-jenkins-test/Tensile/Tests/pre_checkin/mfma/hpa_bfloat16_gemm_asm_mi32x32x2x2.yaml | |
---------------------------------------------------------- Captured stderr call ---------------------------------------------------------- | |
sh: 1: lsmod: not found | |
In file included from /tmp/pytest-of-root/pytest-17/test_hpa_bfloat16_gemm_asm_mi30/1_BenchmarkProblems/Cijk_Ailk_Bjlk_BBH_00/00_Final/sourceTmp/Kernels.cpp:28: | |
In file included from /tmp/pytest-of-root/pytest-17/test_hpa_bfloat16_gemm_asm_mi30/1_BenchmarkProblems/Cijk_Ailk_Bjlk_BBH_00/00_Final/sourceTmp/Kernels.h:29: | |
In file included from /opt/rocm/bin/../include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/bin/../include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/bin/../include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from /tmp/pytest-of-root/pytest-17/test_hpa_bfloat16_gemm_asm_mi30/1_BenchmarkProblems/Cijk_Ailk_Bjlk_BBH_00/00_Final/sourceTmp/Kernels.cpp:28: | |
In file included from /tmp/pytest-of-root/pytest-17/test_hpa_bfloat16_gemm_asm_mi30/1_BenchmarkProblems/Cijk_Ailk_Bjlk_BBH_00/00_Final/sourceTmp/Kernels.h:30: | |
/opt/rocm/bin/../include/hip/hip_hcc.h:22:2: warning: "hip/hip_hcc.h is deprecated, please use hip/hip_ext.h" [-W#warnings] | |
#warning "hip/hip_hcc.h is deprecated, please use hip/hip_ext.h" | |
^ | |
2 warnings generated. | |
In file included from /tmp/pytest-of-root/pytest-17/test_hpa_bfloat16_gemm_asm_mi30/1_BenchmarkProblems/Cijk_Ailk_Bjlk_BBH_00/00_Final/sourceTmp/Kernels.cpp:28: | |
In file included from /tmp/pytest-of-root/pytest-17/test_hpa_bfloat16_gemm_asm_mi30/1_BenchmarkProblems/Cijk_Ailk_Bjlk_BBH_00/00_Final/sourceTmp/Kernels.h:29: | |
In file included from /opt/rocm/bin/../include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/bin/../include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/bin/../include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from /tmp/pytest-of-root/pytest-17/test_hpa_bfloat16_gemm_asm_mi30/1_BenchmarkProblems/Cijk_Ailk_Bjlk_BBH_00/00_Final/sourceTmp/Kernels.cpp:28: | |
In file included from /tmp/pytest-of-root/pytest-17/test_hpa_bfloat16_gemm_asm_mi30/1_BenchmarkProblems/Cijk_Ailk_Bjlk_BBH_00/00_Final/sourceTmp/Kernels.h:30: | |
/opt/rocm/bin/../include/hip/hip_hcc.h:22:2: warning: "hip/hip_hcc.h is deprecated, please use hip/hip_ext.h" [-W#warnings] | |
#warning "hip/hip_hcc.h is deprecated, please use hip/hip_ext.h" | |
^ | |
2 warnings generated. | |
+ /opt/rocm/bin/rocm-smi -d 0 --setfan 255 --setsclk 7 | |
WARNING: No AMD GPUs specified | |
+ sleep 1 | |
+ /opt/rocm/bin/rocm-smi -d 0 -a | |
WARNING: No AMD GPUs specified | |
+ set +e | |
+ ERR1=0 | |
+ /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x2x10/0_Build/client/tensile_client --config-file /tmp/pytest-of-root/pytest-17/test_hpa_bfloat16_gemm_asm_mi30/1_BenchmarkProblems/Cijk_Ailk_Bjlk_BBH_00/00_Final/build/../source/ClientParameters.ini | |
+ ERR2=0 | |
+ ERR=0 | |
+ [[ 0 -ne 0 ]] | |
+ [[ 0 -ne 0 ]] | |
+ /opt/rocm/bin/rocm-smi -d 0 --resetclocks | |
WARNING: No AMD GPUs specified | |
+ /opt/rocm/bin/rocm-smi -d 0 --setfan 50 | |
WARNING: No AMD GPUs specified | |
+ exit 0 | |
_______________________________________________________ test_sgemm_asm_mi32x32x1x2 _______________________________________________________ | |
---------------------------------------------------------- Captured stdout call ---------------------------------------------------------- | |
################################################################################ | |
# | |
# Tensile v4.16.0 | |
# Restoring default globalParameters | |
# Config: /mnt/Tensile-jenkins-test/Tensile/Tests/pre_checkin/mfma/sgemm_asm_mi32x32x1x2.yaml | |
# | |
################################################################################ | |
# Restoring default globalParameters | |
# Detected local GPU with ISA: gfx908 | |
# Asm caps for gfx803:SupportedISA=1 HasAddLshl=0 HasExplicitCO=0 MaxVmcnt=15 HasExplicitNC=0 SupportedSource=1 HasSMulHi=0 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Asm caps for gfx803:SupportedISA=1 HasAddLshl=0 HasExplicitCO=0 MaxVmcnt=15 HasExplicitNC=0 SupportedSource=1 HasSMulHi=0 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Arch caps for gfx803:SeparateVscnt=0 HasEccHalf=0 Waitcnt0Disabled=0 CMPXWritesSGPR=1 HasWave32=0 | |
# Asm caps for gfx900:SupportedISA=1 HasAddLshl=1 HasExplicitCO=1 MaxVmcnt=63 HasExplicitNC=0 SupportedSource=1 HasSMulHi=1 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Asm caps for gfx900:SupportedISA=1 HasAddLshl=1 HasExplicitCO=1 MaxVmcnt=63 HasExplicitNC=0 SupportedSource=1 HasSMulHi=1 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Arch caps for gfx900:SeparateVscnt=0 HasEccHalf=0 Waitcnt0Disabled=0 CMPXWritesSGPR=1 HasWave32=0 | |
# Asm caps for gfx906:SupportedISA=1 HasAddLshl=1 HasExplicitCO=1 MaxVmcnt=63 HasExplicitNC=0 SupportedSource=1 HasSMulHi=1 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Asm caps for gfx906:SupportedISA=1 HasAddLshl=1 HasExplicitCO=1 MaxVmcnt=63 HasExplicitNC=0 SupportedSource=1 HasSMulHi=1 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Arch caps for gfx906:SeparateVscnt=0 HasEccHalf=1 Waitcnt0Disabled=0 CMPXWritesSGPR=1 HasWave32=0 | |
# Asm caps for gfx908:SupportedISA=1 HasAddLshl=1 HasExplicitCO=1 MaxVmcnt=63 HasExplicitNC=0 SupportedSource=1 HasSMulHi=1 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Asm caps for gfx908:SupportedISA=1 HasAddLshl=1 HasExplicitCO=1 MaxVmcnt=63 HasExplicitNC=0 SupportedSource=1 HasSMulHi=1 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Arch caps for gfx908:SeparateVscnt=0 HasEccHalf=1 Waitcnt0Disabled=1 CMPXWritesSGPR=1 HasWave32=0 | |
# Asm caps for gfx1010:SupportedISA=1 HasAddLshl=1 HasExplicitCO=1 MaxVmcnt=63 HasExplicitNC=1 SupportedSource=0 HasSMulHi=1 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Asm caps for gfx1010:SupportedISA=1 HasAddLshl=1 HasExplicitCO=1 MaxVmcnt=63 HasExplicitNC=1 SupportedSource=0 HasSMulHi=1 HasCodeObjectV3=1 HasDirectToLds=1 | |
# Arch caps for gfx1010:SeparateVscnt=1 HasEccHalf=0 Waitcnt0Disabled=0 CMPXWritesSGPR=0 HasWave32=1 | |
# Asm caps for gfx000:SupportedISA=0 HasAddLshl=0 HasExplicitCO=0 MaxVmcnt=0 HasExplicitNC=0 SupportedSource=1 HasSMulHi=0 HasCodeObjectV3=0 HasDirectToLds=0 | |
# Asm caps for gfx000:SupportedISA=0 HasAddLshl=0 HasExplicitCO=0 MaxVmcnt=0 HasExplicitNC=0 SupportedSource=1 HasSMulHi=0 HasCodeObjectV3=0 HasDirectToLds=0 | |
# Arch caps for gfx000:SeparateVscnt=0 HasEccHalf=0 Waitcnt0Disabled=0 CMPXWritesSGPR=1 HasWave32=0 | |
################################################################################ | |
# Converting Config to BenchmarkProcess Object | |
################################################################################ | |
# Filling in Parameters With Defaults | |
# Convert Parameters to Steps | |
# Benchmark Common Parameters | |
# Fork Parameters | |
# Benchmark Fork Parameters | |
# Join Parameters | |
# Benchmark Join Parameters | |
# Benchmark Final | |
# NumBenchmarkSteps: 1 | |
################################################################################ | |
# Done Creating BenchmarkProcess Object | |
################################################################################ | |
# Empty winners - use fast initialization of hardcodedParameters | |
################################################################################ | |
# BenchmarkStep: Cijk_Alik_Bljk_SB_00 - 00_Final 133.379s | |
# NumProblems: 1 | |
# BenchmarkParameters: | |
# MaxPossibleSolutions: 1 = 1 (hardcoded) * 1 (benchmark) | |
# Enumerating Solutions | |
[|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||] 100% (0.0 secs elapsed) | |
# Populating initial winners (1 solutions) | |
# Actual Solutions: 1 / 1 | |
# Writing Kernels... | |
Generating kernels: Launching 28 threads... | |
Generating kernels: Done. | |
Compiling source kernels: Launching 28 threads... | |
Compiling source kernels: Done. | |
# Kernel Building elapsed time = 6.8 secs | |
# Writing Solutions | |
[|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||] 100% (0.0 secs elapsed) | |
# Writing Custom CMake | |
# Copying files that differ from sourceTmp -> source | |
No supported devices available to display | |
========================ROCm System Management Interface======================== | |
==============================End of ROCm SMI Log ============================== | |
No supported devices available to display | |
========================ROCm System Management Interface======================== | |
Driver version: 5.2.4 | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
PIDs for KFD processes: | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
Unable to locate pci.ids file | |
================================================================================ | |
================================================================================ | |
================================================================================ | |
==============================End of ROCm SMI Log ============================== | |
Loading /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x1x20/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/source/library/Kernels.so-000-gfx803.hsaco | |
Loading /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x1x20/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/source/library/Kernels.so-000-gfx900.hsaco | |
Loading /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x1x20/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/source/library/Kernels.so-000-gfx906.hsaco | |
Loading /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x1x20/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/source/library/Kernels.so-000-gfx908.hsaco | |
Loading /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x1x20/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/source/library/TensileLibrary_gfx908.co | |
run, problem-progress, solution-progress, operation, problem-sizes, solution, validation, time-us, gflops, temp-edge, clock-sys, clock-soc, clock-mem, fan-rpm, hardware-samples, enqueue-time | |
0, 0/1, 0/0, Contraction_l_Alik_Bljk_Cijk_Dijk, "(64,256,1,64)", Cijk_Alik_Bljk_SB_MT64x256x8_MI32x32x1x2_SE_K1, PASSED, 67.84, 31, 32.00, 758.00, 750.00, 800.00, 0, 1, 2020-02-20 21:40:45.530624 | |
No supported devices available to display | |
========================ROCm System Management Interface======================== | |
==============================End of ROCm SMI Log ============================== | |
No supported devices available to display | |
========================ROCm System Management Interface======================== | |
==============================End of ROCm SMI Log ============================== | |
# Adding Results to Solution Database | |
[|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||] 100% (0.0 secs elapsed) | |
################################################################################ | |
# Cijk_Alik_Bljk_SB_00 | |
# 00_Final: End - 142.101s | |
################################################################################ | |
clientExit=0 (PASS) for /mnt/Tensile-jenkins-test/Tensile/Tests/pre_checkin/mfma/sgemm_asm_mi32x32x1x2.yaml | |
---------------------------------------------------------- Captured stderr call ---------------------------------------------------------- | |
sh: 1: lsmod: not found | |
In file included from /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x1x20/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/sourceTmp/Kernels.cpp:28: | |
In file included from /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x1x20/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/sourceTmp/Kernels.h:29: | |
In file included from /opt/rocm/bin/../include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/bin/../include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/bin/../include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x1x20/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/sourceTmp/Kernels.cpp:28: | |
In file included from /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x1x20/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/sourceTmp/Kernels.h:30: | |
/opt/rocm/bin/../include/hip/hip_hcc.h:22:2: warning: "hip/hip_hcc.h is deprecated, please use hip/hip_ext.h" [-W#warnings] | |
#warning "hip/hip_hcc.h is deprecated, please use hip/hip_ext.h" | |
^ | |
2 warnings generated. | |
In file included from /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x1x20/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/sourceTmp/Kernels.cpp:28: | |
In file included from /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x1x20/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/sourceTmp/Kernels.h:29: | |
In file included from /opt/rocm/bin/../include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/bin/../include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/bin/../include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x1x20/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/sourceTmp/Kernels.cpp:28: | |
In file included from /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x1x20/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/sourceTmp/Kernels.h:30: | |
/opt/rocm/bin/../include/hip/hip_hcc.h:22:2: warning: "hip/hip_hcc.h is deprecated, please use hip/hip_ext.h" [-W#warnings] | |
#warning "hip/hip_hcc.h is deprecated, please use hip/hip_ext.h" | |
^ | |
2 warnings generated. | |
+ /opt/rocm/bin/rocm-smi -d 0 --setfan 255 --setsclk 7 | |
WARNING: No AMD GPUs specified | |
+ sleep 1 | |
+ /opt/rocm/bin/rocm-smi -d 0 -a | |
WARNING: No AMD GPUs specified | |
+ set +e | |
+ ERR1=0 | |
+ /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x2x10/0_Build/client/tensile_client --config-file /tmp/pytest-of-root/pytest-17/test_sgemm_asm_mi32x32x1x20/1_BenchmarkProblems/Cijk_Alik_Bljk_SB_00/00_Final/build/../source/ClientParameters.ini | |
+ ERR2=0 | |
+ ERR=0 | |
+ [[ 0 -ne 0 ]] | |
+ [[ 0 -ne 0 ]] | |
+ /opt/rocm/bin/rocm-smi -d 0 --resetclocks | |
WARNING: No AMD GPUs specified | |
+ /opt/rocm/bin/rocm-smi -d 0 --setfan 50 | |
WARNING: No AMD GPUs specified | |
+ exit 0 | |
======================================================== short test summary info ========================================================= | |
PASSED Tensile/Tests/pre_checkin/mfma/test_mfma.py::test_hpa_bfloat16_gemm_asm_mi32x32x2x2 | |
PASSED Tensile/Tests/pre_checkin/mfma/test_mfma.py::test_sgemm_asm_mi32x32x1x2 | |
FAILED Tensile/Tests/pre_checkin/mfma/test_mfma.py::test_sgemm_asm_mi32x32x2x1 - SystemExit: 1 | |
================================================ 1 failed, 2 passed in 142.12s (0:02:22) ================================================= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment