ROCm / Tensile

Stretching GPU performance for GEMMs and tensor contractions.
MIT License
218 stars 147 forks source link

Fix for workspaceCheck not working issue with GSU #1896

Closed nakajee closed 7 months ago

nakajee commented 7 months ago

This issue is caused by Stream-K change (https://github.com/ROCm/Tensile/commit/a7e467cce40963836b7684f0aa02696a053a5a2c). Workspace check does not work from rocblas. I changed the code for workspace check back to before Stream-K change and disabled workspace check for StreamK for now.

nakajee commented 7 months ago

Closing this for now. We will need a better solution for this issue.