Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 810649

Summary: sci-libs/rocPRIM-4.3.0 fails tests
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: CONFIRMED ---    
Severity: normal CC: candrews, gentoo, heroxbd, xgreenlandforwyy
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 817440    
Bug Blocks:    
Attachments: build.log
1-LastTest.log

Description Agostino Sarubbo gentoo-dev 2021-08-27 11:46:45 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-libs/rocPRIM-4.3.0 fails tests.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-08-27 11:46:47 UTC
CC'ing also the author of the commit (e672c12d3fdb2308325afb5b877d34a7a6b00d7a)
Comment 2 Agostino Sarubbo gentoo-dev 2021-08-27 11:46:49 UTC
Created attachment 736228 [details]
build.log

build log and emerge --info
Comment 3 Agostino Sarubbo gentoo-dev 2021-08-27 11:46:50 UTC
Created attachment 736231 [details]
1-LastTest.log

1-LastTest.log
Comment 4 Yiyang Wu 2021-08-27 12:08:15 UTC
The test requires certain AMDGPU exist on the machine. I think we should add some scripts to detect supported hardware or skip the test.

This should go into rocm.eclass (https://bugs.gentoo.org/810619)
Comment 5 Yiyang Wu 2021-08-27 12:11:45 UTC
Tests on my machine (Radeon VII) all passed, while other GPUs are not yet tested.
Comment 6 Yiyang Wu 2021-08-27 12:14:33 UTC
There will be many other rocm packages with test enabled. They all require GPU(s), so there will be more test failure.
Comment 7 Yiyang Wu 2021-08-27 12:19:09 UTC
Also, since there are different architectures (many GPUs), and there are multi-GPU test suites, testing for heterogeneous computing  is different compared to the traditional testing.