mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-06 07:51:52 +00:00
Fix wrong syntax in skcheck expr
This commit is contained in:
@@ -115,7 +115,7 @@ class FmhaFwdAppendKVApiTrait:
|
||||
@property
|
||||
def skcheck(self) -> str:
|
||||
# we do not check all the values in a.seqlen_k_ptr
|
||||
return 't'
|
||||
return 'true'
|
||||
|
||||
@property
|
||||
def dcheck(self) -> str:
|
||||
|
||||
Reference in New Issue
Block a user