EXSWHTEC-350 - Implement tests for hipModuleLaunchCooperativeKernel - #429
Closed
mirza-halilcevic wants to merge 16 commits into
Closed
mirza-halilcevic wants to merge 16 commits into
mirza-halilcevic wants to merge 16 commits into
Conversation
Change-Id: I66f0c09e9c7405ec7430b1883e0e89542fdb87a0
Change-Id: I212b82b1b3a78a368b85ea64e338371a34b405f9
Change-Id: Ib455f72b5be77e1a81137d15c07ea41161b16a3e
Change-Id: Ief96e274f4143e80ceb3e40f04d38ae217777583
Change-Id: I9c03cde09b42c8e3726153c2a177359efc8d6d29
…f APIs - Basic positive tests - Negative parameter tests
…hipModuleLaunchKernel_test
hipModuleLaunchCooperativeKernelMultiDevice.
mirza-halilcevic
marked this pull request as ready for review
October 31, 2023 14:27
Contributor
|
PR has been merged into develop branch via commit 303836a. |
rahulc-gh
pushed a commit
that referenced
this pull request
Jul 25, 2025
## Associated JIRA ticket number/Github issue number [SWDEV-461087](https://ontrack-internal.amd.com/browse/SWDEV-461087) ## What type of PR is this? (check all applicable) - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update - [ ] Continuous Integration ## What were the changes? <!-- Please give a short summary of the change. --> ## Why are these changes needed? <!-- Please explain the motivation behind the change and why this solves the given problem. --> ## Updated CHANGELOG? <!-- Needed for Release updates for a ROCm release. --> - [ ] Yes - [ ] No, Does not apply to this PR. ## Added/Updated documentation? - [ ] Yes - [ ] No, Does not apply to this PR. ## Additional Checks - [ ] I have added tests relevant to the introduced functionality, and the unit tests are passing locally. - [ ] Any dependent changes have been merged.
ammallya
pushed a commit
that referenced
this pull request
Oct 28, 2025
Change-Id: I42342c7d4cceed67990f603cd83473fe76e7f856 [ROCm/hip-tests commit: 303836a]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
hipModuleLaunchCooperativeKernelandhipModuleLaunchCooperativeKernelMultiDevice.Depends-on: #22