You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add build and install rpath for hipfft-test and rocfft-test
for finding libomp.so (#1308)
## Motivation
Cherry-pick ~~#995~~ #1004 and #1164 to 7.0, to fix RHEL10/OL10.
## Technical Details
Test executables have absolute rpaths, which are not allowed in RHEL10
and OL10.
## Test Plan
Regular regression tests are now runnable via packages on these OSes.
set(COVERAGE_TEST_OPTIONS "--smoketest"CACHESTRING"Command line arguments for rocfft-test when generating a code coverage report")
415
+
set(COVERAGE_TEST_OPTIONS "--smoketest;--gtest_filter=-*call*"CACHESTRING"Command line arguments for rocfft-test when generating a code coverage report")
394
416
395
417
if(BUILD_CODE_COVERAGE)
396
418
# Coverage won't work in a standalone build of the tests, as we can't
0 commit comments