[gTests] Create new gTests for bn_fwd_train and bn_bwd without saved mean#914
Closed
assistant-librarian[bot] wants to merge 29 commits into
Closed
[gTests] Create new gTests for bn_fwd_train and bn_bwd without saved mean#914assistant-librarian[bot] wants to merge 29 commits into
assistant-librarian[bot] wants to merge 29 commits into
Conversation
…evelop/ROCm_MIOpen/sl_bntest_no_mean
jonatluu
pushed a commit
to jonatluu/rocm-libraries
that referenced
this pull request
Jul 28, 2025
ammallya
pushed a commit
that referenced
this pull request
Sep 18, 2025
* prep profilling * add update W phase * add update A phase * add compute W phase * fix compute W phase * update * prepare for sytrd changes * sytrd calls new latrd * call new sytrd from eigensolvers * clean code * add dual kernels for upper case * rebase develop and fix merge conflicts * clang format * addressed review comments * Add missing template parameter, bump dates and apply clang-format (#17) * Bump dates and apply clang-format * adddressed review comments --------- Co-authored-by: Julio Machado Silva <161654951+jmachado-amd@users.noreply.github.com> [ROCm/rocSOLVER commit: 3440a62]
mgates3
pushed a commit
to mgates3/rocm-libraries
that referenced
this pull request
Mar 6, 2026
* prep profilling * add update W phase * add update A phase * add compute W phase * fix compute W phase * update * prepare for sytrd changes * sytrd calls new latrd * call new sytrd from eigensolvers * clean code * add dual kernels for upper case * rebase develop and fix merge conflicts * clang format * addressed review comments * Add missing template parameter, bump dates and apply clang-format (ROCm#17) * Bump dates and apply clang-format * adddressed review comments --------- Co-authored-by: Julio Machado Silva <161654951+jmachado-amd@users.noreply.github.com>
Contributor
|
This pull request has been inactive for 25 days and will be marked as stale. If you would like to keep this PR open, please:
This PR will be automatically closed in 5 days if no further activity occurs. |
Contributor
|
This pull request has been automatically closed due to inactivity (30 days with no updates). If you'd like to continue working on this, feel free to reopen the PR or create a new one. |
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.
Create gTests to cover cases without saved Mean and saved InvVar, equivalent to e.g. the command below
./bin/MIOpenDriver bnormbfp16 -n 1 -c 2 -H 24 -W 16 -m 1 --forw 1 -b 0 -s 0 -r 0 -t 1 --layout NCHW
🔁 Imported from ROCm/MIOpen#3582
🧑💻 Originally authored by @xinlipn