ROCm / MIOpen

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

Fixed incorrect transpose in find 2.0 #3285

Closed DrizztDoUrden closed 2 months ago

DrizztDoUrden commented 2 months ago

Moved the MakeTransposed() call out of FindSolutionsImpl() to remove some duplicated logic and effectively apply previous transpose fix to the rest of the function.