Fix wrong syntax in skcheck expr

This commit is contained in:
PoYen, Chen
2024-08-16 10:09:46 +00:00
parent a4c6029a3d
commit aadd3ec63e

View File

@@ -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: