cfdd30183d6cf104bfbb1f1bcdd2c9e818e4ae3e
A lot of the unit tests make use of the C++ thread library but the
cmakefile doesn't explicitly link them to the pthread library but
instead rely on hipcc to implicitly link in the pthread library.
Some tests that rely on librt have a similar issue. The tests
break when we are cleaning up hipcc by removing the implcit linking
to those libraries.
[ROCm/hip-tests commit: 500dc6f69a]
描述
未提供描述
儲存庫語言
C++
67.5%
C
20.6%
Python
6.6%
CMake
3.4%
Shell
0.6%
其他
1.1%