Skip to content

Commit

Permalink
attribute change
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri authored Jan 14, 2025
1 parent f8d6ecd commit dcedcbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attentionbench/attention_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def get_translation_info(self) -> str:
llvm_func_attrs += [f'"denormal-fp-math-f32" = "preserve-sign"']
return (
f"#iree_codegen.translation_info<"
+ f"LLVMGPUVectorDistribute"
+ f"pipeline = LLVMGPUVectorDistribute"
+ f" workgroup_size = [{self.N_warp * self.M_warp * 64}]"
+ f" subgroup_size = 64"
+ f" ,{{mma_schedule = {self.get_mma_schedule()}"
Expand Down

0 comments on commit dcedcbd

Please sign in to comment.