e103027f81
- Test cases ID clean up and documentation for Execution Control - Update config_nvidia_linux_common.json - Disable test which failed on external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/85
11 baris
328 B
CMake
11 baris
328 B
CMake
set(TEST_SRC
|
|
execution_control_common.cc
|
|
hipFuncSetCacheConfig.cc
|
|
hipFuncSetSharedMemConfig.cc
|
|
hipFuncSetAttribute.cc
|
|
)
|
|
|
|
hip_add_exe_to_target(NAME ExecutionControlTest
|
|
TEST_SRC ${TEST_SRC}
|
|
TEST_TARGET_NAME build_tests
|
|
COMPILE_OPTIONS -std=c++17) |