-
Notifications
You must be signed in to change notification settings - Fork 224
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
3D pooling regression in TF unit tests with MIOpen from ROCm 3.7RC1 #365
Comments
this is probably unrelated but though I should mention it. the following MIOpen error seems to pop up in some unit tests
does not seem to lead to any errors, but would be nice if we could prevent it from getting displayed (assuming it is not an error symptom) |
@deven-amd Please check if PR #366 fix the failures. For the following issue, can you provide more info? In what circumstance does this msg pop out?
|
This was fixed in clang-ocl here: ROCm/clang-ocl#27 |
Applied the same change (as in PR #366) on the TF side, and all the unit test regressions are gone |
Implemented. |
Some of the TF unit tests are failing with the following error
The same tests work fine with older MIOpen versions (from ROCm 3.5).
output with miopen logging enabled seems to point to
but when I run that command standalone it works fine
The text was updated successfully, but these errors were encountered: