mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-12 01:08:27 +00:00
[rocm-libraries] ROCm/rocm-libraries#7612 (commit 5427d24)
[CK] upgrade CI to rocm7.13 as default compiler (#7612) ## Motivation Upgrade the default docker and compiler version in CI to rocm7.13. In order to pass all the checks I had to also clean up a lot of non-ascii characters in the source code comments and modify a couple of tests that were affected by a new compiler logic. ## 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. --------- Co-authored-by: Aviral Goel <aviral.goel@amd.com>
This commit is contained in:
@@ -178,7 +178,7 @@ TEST(CkTileSequence, UniformSequenceGenLarger)
|
||||
}
|
||||
|
||||
// ============================================================================
|
||||
// sequence_reverse_inclusive_scan tests — runtime value verification
|
||||
// sequence_reverse_inclusive_scan tests - runtime value verification
|
||||
// ============================================================================
|
||||
|
||||
TEST(CkTileSequence, ReverseInclusiveScanProduct)
|
||||
@@ -217,7 +217,7 @@ TEST(CkTileSequence, ReverseInclusiveScanEmpty)
|
||||
}
|
||||
|
||||
// ============================================================================
|
||||
// sequence_inclusive_scan (forward) tests — runtime value verification
|
||||
// sequence_inclusive_scan (forward) tests - runtime value verification
|
||||
// ============================================================================
|
||||
|
||||
TEST(CkTileSequence, ForwardInclusiveScanSum)
|
||||
@@ -273,7 +273,7 @@ TEST(CkTileSequence, ForwardInclusiveScanEmpty)
|
||||
}
|
||||
|
||||
// ============================================================================
|
||||
// sequence_map_inverse tests — runtime round-trip verification
|
||||
// sequence_map_inverse tests - runtime round-trip verification
|
||||
// ============================================================================
|
||||
|
||||
TEST(CkTileSequence, MapInverseIdentity)
|
||||
|
||||
Reference in New Issue
Block a user