MIOpen icon indicating copy to clipboard operation
MIOpen copied to clipboard

Deduplicated ValidateGroupCount and fixed incorrect usage

Open DrizztDoUrden opened this issue 6 months ago • 0 comments

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

DrizztDoUrden avatar Aug 01 '24 11:08 DrizztDoUrden