Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ROCm EP] Fix transpose helper for gfx gridsize constraints (#23527)
Remove inline default transposeHelper and ensure we use the proper check via CanUse_hipBlasTransposeHelper_MLFloat16 Related to change in ROCm Onnxruntime repo: ROCm#82 ### Description Required to correctly limit grid size of transpose helper kernel ### Motivation and Context Compile was defaulting to the inline constructor that was removed instead of using the overloaded case with proper checks. Removed the inline default "true" case as this is incorrect for newer AMD cards/targets Co-authored-by: Ted Themistokleous <[email protected]>
- Loading branch information