a79d6f8361
Add layered array and texture object tests for all types. Change-Id: Ifb4d085a526c1ff7d1b7afe528c194d536b99db8
11 línte
303 B
CMake
11 línte
303 B
CMake
# Common Tests - Test independent of all platforms
|
|
set(TEST_SRC
|
|
Stress_hipStreamCreate.cc
|
|
streamEnqueue.cc
|
|
)
|
|
|
|
hip_add_exe_to_target(NAME stream_stress
|
|
TEST_SRC ${TEST_SRC}
|
|
TEST_TARGET_NAME stress_test
|
|
COMPILE_OPTIONS -std=c++17)
|