mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 18:17:44 +00:00
* Fix wrong pointer type
* Rename type trait get_unsigned_int<> to get_carrier<>
* Add 3-bytes carrier type
* Add missing __device__ specifier
* Rename template non-type parameter
* Leave the rest byte uninitialized
* Avoid invoking (host) STL algorithms
* Remove unnecessary 'inline' specifier
* Extract common logic out as helper method
* Hide dummy member function
* Add missing __device__ specifier
[ROCm/composable_kernel commit: 7c24654c24]