Skip to content
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

getters for conv::ProblemDescription return incorrect values #3129

Open
msaudulhassan opened this issue Jul 22, 2024 · 0 comments
Open

getters for conv::ProblemDescription return incorrect values #3129

msaudulhassan opened this issue Jul 22, 2024 · 0 comments

Comments

@msaudulhassan
Copy link
Collaborator

I am working with the following MIOpenDriver command, where the Input Height is 248 (-H 248) and Padding Height is 1 (-p 1):

./bin/MIOpenDriver conv -F 2 -c 64 -! 1 -H 248 -W 246 -@ 1 -y 3 -x 3 -$ 0 -p 1 -q 1 -# 1 -u 1 -v 1 -^ 1 -l 1 -j 1 -n 2 -I NCHW -O NCHW -f NCHW --bias 0 --spatial_dim 2 -g 1 -pr FP32 -k 64 -oD 1 -oH 248 -oW 246 --verify 0 --iter 3 -t 1 -w 1 -S 0

But when I call problem.GetPadH(), where problem is of type conv::ProblemDescription, it returns 0. And problem.GetInHeight() returns 246 (which is actually the input width).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant