SWDEV-289409 - Add hiprtc tests
Change-Id: Ib26527b704aed32ae3f3ed38bf6e2fd412462c8e
Este commit está contenido en:
cometido por
Jatin Chaudhary
padre
395f11c64c
commit
46fb008ba6
@@ -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")
|
||||
|
||||
Referencia en una nueva incidencia
Block a user