-
Notifications
You must be signed in to change notification settings - Fork 97
SWDEV-543981 Performance testing for Inter GPU Copy Performance Improvement #644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
systems-assistant
wants to merge
44
commits into
develop
Choose a base branch
from
import/develop/ROCm_hip-tests/pr-501
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
…that has been more recetnly updated
…ss. Additional formatting fixes for PR approval
…150) Co-authored-by: idass <[email protected]>
fixes SWDEV-545476 and SWDEV-545493
Change error code as per current CLR logic. Intra device async memcpy in 2 diff threads can't sync by CLR internals, It needs to be handled by app/test.
SWDEV-546579 - Modify test to pass size 0
Co-authored-by: Rahul Manocha <[email protected]>
#121) * SWDEV-528351 - Adds test cases for hipCtx's negative and not supported APIs * SWDEV-528351 - Adds test cases for hipCtx's negative and not supported APIs
* SWDEV-528351 - Adds hipTexRefSetGet* tests * SWDEV-528351 - Adds hipTexRefSetGet* tests * SWDEV-528351 - Adds hipTexRefSetGet* tests
redeclartion of cdecl in clang and vcruntime headers
SWDEV-546504 Added function to print output to terminal and a debug print that can be toggled
…ss… (#552) * SWDEV-549309 - Ensure that the kernel is issued to a stream that is associated to the current device * SWDEV-549309 - Ensure that the kernel is issued to a stream that is associated to the current device in atomic tests * SWDEV-549309 - Added fix for Unit_hipMallocFromPoolAsync_Multidevice_Concurrent test * SWDEV-549309 - Added fix for Unit_hipMemcpyPeerAsync_Positive_Default * SWDEV-549309 - Added fix for Unit_hipStreamAttachMemAsync_Positive_AttachGlobal and Unit_hipGetProcAddress_GraphAPIs_AddMemsetMemcpyNodes
…rnel Latency (#527) * SWDEV-543981 new kernel latency test with different timing modes and taking multiple iterations of same test * SWDEV-543981 cleanup * SWDEV-543981 removed outdated hit test * SWDEV-543981 Updated timing kernel
…ompute Folder] (#559) * SWDEV-546498 hipPerfDeviceConcurrency * SWDEV-546500 hipPerfStreamConcurrency * SWDEV-546502 hipPerfStreamCreateCopyDestroy.c * SWDEV-546479 hipPerfDotProduct * SWDEV-546482 hipPerfMandelbrot
…y folder. (#558) * SWDEV-546485 Port and clean up for hipPerfBufferCopyRectSpeed * SWDEV-546485 Port and clean up for hipPerfDevMemReadSpeed * SWDEV-546485 Port and clean up for hipPerfDevMemWriteSpeed * SWDEV-546485 Port and clean up for hipPerfHostNumaAlloc * SWDEV-546485 Port and clean up for hipPerfMemcpy * SWDEV-546485 Port and clean up for hipPerfMemMallocCpyFree * SWDEV-546485 Port and clean up for hipPerfMemset * SWDEV-546485 Port and clean up for hipPerfSampleRate * SWDEV-546485 Port and clean up for hipPerfSharedMemReadSpeed * SWDEV-546485 Ported and fixed up segfault for hipPerfMemFill * SWDEV-545485 Returning to unedited stage
Change-Id: I7b133d422f675d45050d7f724d632fa2dc997baf
…e_CohHstMem test (#131) * SWDEV-523177 - Fix the Unit_hipEventCreateWithFlags_DisableSystemFence_CohHstMem test * Fix the hip nvidia psdb failure
…evelop/ROCm_hip-tests/pr-501
….com/ROCm/rocm-systems into import/develop/ROCm_hip-tests/pr-501
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.
Associated JIRA ticket number/Github issue number
Applies changed mandated by SWDEV-543981
What type of PR is this? (check all applicable)
What were the changes?
The .cc version of this test was out of date in comparison to the .cpp version so it was brought up to date. Additionally, all the features requested in the first task of https://ontrack-internal.amd.com/browse/SWDEV-543981 were implemented.
Why are these changes needed?
Need to diversify communication testing to cover all scenarios, device to device, device to host etc.
Updated CHANGELOG?
Added/Updated documentation?
Additional Checks
🔁 Imported from ROCm/hip-tests#501
🧑💻 Originally authored by @rocm-devops