-
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
Fix restrictions for vecload condition (iGemm v4r1 Bwd, 1x1) #933
Conversation
./bin/MIOpenDriver conv -n 4 -c 64 --in_d 16 -H 56 -W 56 -k 64 --fil_d 1 -y 1 -x 1 --pad_d 0 -p 0 -q 0 --conv_stride_d 1 -u 1 -v 1 --dilation_d 1 -l 1 -j 1 --spatial_dim 3 -m conv -g 1 -F 2 -t 1 -s 1./bin/MIOpenDriver conv -n 4 -c 64 --in_d 16 -H 56 -W 56 -k 256 --fil_d 1 -y 1 -x 1 --pad_d 0 -p 0 -q 0 --conv_stride_d 1 -u 1 -v 1 --dilation_d 1 -l 1 -j 1 --spatial_dim 3 -m conv -g 1 -F 2 -t 1 -s 1 |
This comment has been minimized.
This comment has been minimized.
Converted to draft for now. @shaojiewang please click |
Let's make this PR ASAP. It's worth fixing #936 ASAP as well. Thus, we will be ready to deliver a hot fix to the ROCm 4.3 Release branch if urgent need arise. |
@atamazov @asleepzzz @shurale-nkn You could review code if available. |
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.
LGTM
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.
LGTM
To fix issue: #917
test by :
and get output: