Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juuso-oskari committed Dec 18, 2024
1 parent 5f89a29 commit 6fc40bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/perf-kernels/flash-attention.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def set_varlen_params(self, cu_seqlens_q, cu_seqlens_k):

def set_persistent(self, persistent):
self.persistent = persistent

def set_int8_params(self, q_descale, k_descale, v_descale, p_scale, p_descale):
self.int8 = True
self.q_descale = q_descale
Expand Down

0 comments on commit 6fc40bb

Please sign in to comment.