1bb4348c3b
- 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
[ROCm/hip-tests commit: e103027f81]
11 satır
328 B
CMake
11 satır
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) |