-
Notifications
You must be signed in to change notification settings - Fork 236
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
rjs/rk gtc #3452
base: rk_gtestchecker
Are you sure you want to change the base?
rjs/rk gtc #3452
Conversation
…ST). Part 1. (#3446) Rename non-unique test names Part 1
…inx (#3439) Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: rocm-docs-core[api_reference] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix memory leak in GraphExecutorFind20 * Add scope_exit for finally * remove debug code * Add pragma to the header * Add assert messages * Delete copy-constructor * Fix clang-format
…zation (#3430) * Fix memory leak in GraphExecutorFind20 * Implement JSON attribute of CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR * Fix failed test graphapi_engine * Fix Smoke/GPU_MhaBwdGraphTest_FP32.MhaBwdGraph test * Move base64 staff to a dedicated header
…ST). Part 2. (#3449) [GTests] Rename non-unique test names (TEST, TEST_P, TEST_F, TYPED_TEST). Part 2
[GTests] Rename non-unique test names. Part 3
* initial changes * fixing parameters for Op4dTensorGeneric kernel * minor changes * minor changes for hip tidy --------- Co-authored-by: Alex Eremin <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requires clang formatting for the CI to pass
This is intended to be merged into your branch and merged into develop along with your other changes. It does not require an extra CI run on its own. If you don't want to mess with the other changes, that's ok, we can merge those separately later. At a minimum though, add the word boundary checks since the logic is incorrect without them. |
Helping with #3370