ROCm / clr

MIT License
85 stars 35 forks source link

Stress_printf_ComplexKernelMultStream failed on Radeon VII #41

Closed littlewu2508 closed 6 months ago

littlewu2508 commented 6 months ago

Running hip-5.7.1 stress tests on Rdeon VII results in one failure:

Filters: Stress_printf_ComplexKernelMultStream
Test - Stress_printf_ComplexKernelMultStream start
estimatedPrintSize = 141484838915489, actualFileSize = 4322107392
estimatedLinesPrinted = 45243684, actualLinesPrinted = 44421378

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
printf_stress is a Catch v2.13.4 host application.
Run with -? for options

-------------------------------------------------------------------------------
Stress_printf_ComplexKernelMultStream
-------------------------------------------------------------------------------
/fast/portage/dev-util/hip-5.7.1-r4/work/hip-tests-rocm-5.7.0/catch/stress/printf/Stress_printf_ComplexKernels.cc:465
...............................................................................

/fast/portage/dev-util/hip-5.7.1-r4/work/hip-tests-rocm-5.7.0/catch/stress/printf/Stress_printf_ComplexKernels.cc:481: FAILED:
  REQUIRE( TestPassed )
with expansion:
  false

===============================================================================
test cases: 1 | 1 failed
assertions: 1 | 1 failed

Driver: Linux kernel 6.5.10 Userspace Environment: Gentoo

cjatin commented 6 months ago

can you share your machine details: your rocminfo and hipcc -v. It will be what I expect for rocm 5.7.1 (which you mentioned) but just for sanity. this test uses disk space as well, can check your free space on the machine: df -h.

littlewu2508 commented 6 months ago

this test uses disk space as well, can check your free space on the machine: df -h.

Thank you for pointing out about disk space issue. Actually I only have 4.1G available when executing the test, and after a cleanup the test passed.