SWDEV-289409 - Add hiprtc tests

Change-Id: Ib26527b704aed32ae3f3ed38bf6e2fd412462c8e


[ROCm/hip-tests commit: 46fb008ba6]
This commit is contained in:
Jatin Chaudhary
2021-07-20 04:13:19 -07:00
committed by Jatin Chaudhary
parent a1a7809c20
commit 4c31bfcc61
6 changed files with 64 additions and 54 deletions
@@ -14,11 +14,11 @@ target_link_libraries(UnitTests PRIVATE UnitDeviceTests
StreamTest
OccupancyTest
DeviceTest
RTC
stdc++fs)
# Add AMD Only Tests
if(HIP_PLATFORM MATCHES "amd")
# target_link_libraries(UnitTests PRIVATE RTC)
if(HIP_PLATFORM MATCHES "nvidia")
target_link_libraries(UnitTests PRIVATE nvrtc)
endif()
catch_discover_tests(UnitTests PROPERTIES SKIP_REGULAR_EXPRESSION "HIP_SKIP_THIS_TEST")