mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-07 00:04:37 +00:00
Remove constness from q_ptr
This commit is contained in:
@@ -156,7 +156,7 @@ struct fmha_fwd_args
|
||||
|
||||
struct fmha_fwd_appendkv_args
|
||||
{
|
||||
const void* q_ptr;
|
||||
void* q_ptr;
|
||||
void* k_ptr;
|
||||
const void* knew_ptr;
|
||||
void* v_ptr;
|
||||
|
||||
Reference in New Issue
Block a user