mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-02 20:51:23 +00:00
Fix pk_int4 cast and add pk_int4 dtype in ck tile (#1854)
* Fix pk_int4 cast and add pk_int4 dtype in ck tile * fixes * Improvements * fix typo
This commit is contained in:
@@ -144,6 +144,10 @@
|
||||
#define CK_TILE_USE_AMD_BUFFER_ATOMIC_ADD_INTEGER 1
|
||||
#endif
|
||||
|
||||
#ifndef CK_TILE_USE_PK4_LAYOUT_SHUFFLE
|
||||
#define CK_TILE_USE_PK4_LAYOUT_SHUFFLE 1
|
||||
#endif
|
||||
|
||||
// buffer atomic add: floating point
|
||||
#ifndef __HIP_DEVICE_COMPILE__ // for host code
|
||||
#define CK_TILE_USE_AMD_BUFFER_ATOMIC_ADD_FLOAT 1
|
||||
|
||||
Reference in New Issue
Block a user