-
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
gemm bwd solver result in segment fault #2474
Comments
Hotfix for this issue is in #2477 |
@carlushuang Can you please fix formatting of the log in the description? See https://github.com/ROCmSoftwarePlatform/MIOpen/wiki/How-to-insert-console-logs-into-github-pages. Thanks. |
@carlushuang @junliume Please provide me with rocm 5.7 docker (identical to the one with which the problem occurs).
Please provide git hash explicitly, thanks! |
@carlushuang Thanks! Two more Q:
|
The issue in the original post cannot be reproduced in the latest mainline docker unfortunately. A little more digging into this issue: fail_rocm_composable_kernel_private_ck_ub2004_rocm57.log Failing:
Passing:
Another CI docker
|
@junliume Thank you! |
I manually build a docker with the MIOpen's DockerFile, and tested, luckily this problem does not reproduce. So this is a specific docker related issue. Then this issue will not block #2459 |
rocm docker 5.7, with latest MIOpen commit.
now all 3 gemm bwd solvers will result in segment fault
GemmBwd1x1_stride2
,GemmBwd1x1_stride1
,GemmBwdRest
e.g. :
MIOPEN_ENABLE_LOGGING=1 MIOPEN_FIND_MODE=4 MIOPEN_FIND_ENFORCE=1 MIOPEN_LOG_LEVEL=9 MIOPEN_ENABLE_LOGGING_CMD=1 ./bin/MIOpenDriver convfp16 -n 16 -c 256 -H 16 -W 16 -k 256 -y 1 -x 1 -p 0 -q 0 -u 1 -v 1 -l 1 -j 1 -g 1 -F 2 -t 1 -V 0
MIOPEN_ENABLE_LOGGING=1 MIOPEN_FIND_MODE=4 MIOPEN_FIND_ENFORCE=1 MIOPEN_LOG_LEVEL=9 MIOPEN_ENABLE_LOGGING_CMD=1 ./bin/MIOpenDriver convfp16 -n 16 -c 256 -H 16 -W 16 -k 256 -y 1 -x 1 -p 0 -q 0 -u 2 -v 2 -l 1 -j 1 -g 1 -F 2 -t 1 -V 0
MIOPEN_ENABLE_LOGGING=1 MIOPEN_FIND_MODE=4 MIOPEN_FIND_ENFORCE=1 MIOPEN_LOG_LEVEL=9 MIOPEN_ENABLE_LOGGING_CMD=1 ./bin/MIOpenDriver convfp16 -n 16 -c 256 -H 16 -W 16 -k 512 -y 2 -x 2 -p 0 -q 0 -u 2 -v 2 -l 1 -j 1 -g 1 -F 2 -t 1 -V 0
example log
If run above config with env:
MIOPEN_DEBUG_CONV_GEMM=0
, then everything is OKThe text was updated successfully, but these errors were encountered: