SWDEV-289409 - Add hiprtc tests
Change-Id: Ib26527b704aed32ae3f3ed38bf6e2fd412462c8e
[ROCm/hip-tests commit: 46fb008ba6]
This commit is contained in:
committed by
Jatin Chaudhary
parent
a1a7809c20
commit
4c31bfcc61
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user