ROCm / MIOpen

AMD's Machine Intelligence Library
https://rocm.docs.amd.com/projects/MIOpen/en/latest/
Other
1.09k stars 231 forks source link

Deduplicated ValidateGroupCount and fixed incorrect usage #3177

Closed DrizztDoUrden closed 4 months ago

DrizztDoUrden commented 4 months ago

convolutionocl.cpp version of ValidateGroupCount has been updated without changes to a copy in problem.cpp which made them incomaptible. PR moves the code to problem.cpp, changes all the call sites and removes the copy in convolutioncol.cpp

Also fixed incorrect usage of Problem::ValidateGroupCount in find 2.0 for the transposed cases