mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-20 21:09:08 +00:00
[rocm-libraries] ROCm/rocm-libraries#7471 (commit 13b9eec)
[CK] increase timeout limit for fmha_fwd tests to avoid CI failure on gfx11 (#7471) ## Motivation This should prevent fmha_fwd tests from timing out on one of the slower gfx11 CI nodes and generating false CI failures. ## Technical Details <!-- Explain the changes along with any relevant GitHub links. --> ## Test Plan <!-- Explain any relevant testing done to verify this PR. --> ## Test Result <!-- Briefly summarize test outcomes. --> ## Submission Checklist - [ ] Look over the contributing guidelines at https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests.
This commit is contained in:
committed by
assistant-librarian[bot]
parent
fcece1e838
commit
187ef8ac94
@@ -35,6 +35,8 @@ function(add_gtest_fwd test_group)
|
||||
add_gtest_executable(${name} test_fmha_fwd.cpp)
|
||||
get_test_property(${name} LABELS COMMON_LABELS)
|
||||
set_tests_properties(${name} PROPERTIES LABELS "${COMMON_LABELS};${TEST_NAME};${test_group};CK_TILE_FMHA_TESTS")
|
||||
# increase timeout limit for fmha_fwd tests to prevent timeout on a slower gfx11 machine
|
||||
set_tests_properties(${name} PROPERTIES TIMEOUT 3600)
|
||||
target_compile_definitions(${name} PRIVATE DataTypeConfig=${CPP_TYPE_${type}})
|
||||
target_link_libraries(${name} PRIVATE ${FMHA_FWD_INSTANCES})
|
||||
list(APPEND all_tests ${name})
|
||||
|
||||
Reference in New Issue
Block a user