Skip to content

Commit c88d6c5

Browse files
committed
Add fused_gemm_epilogue to white list.
1 parent bee678e commit c88d6c5

File tree

1 file changed

+2
-0
lines changed
  • apps/protein_folding/helixfold/utils

1 file changed

+2
-0
lines changed

apps/protein_folding/helixfold/utils/utils.py

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def get_custom_amp_list():
3535
"fill_any_like",
3636
"fill_constant",
3737
"fused_gate_attention",
38+
"fused_gemm_epilogue",
3839
"gather",
3940
"gaussian_random",
4041
"layer_norm",
@@ -73,6 +74,7 @@ def get_structure_module_bf16_op_list():
7374
"fill_any_like",
7475
"fill_constant",
7576
"fused_gate_attention",
77+
"fused_gemm_epilogue",
7678
"gaussian_random",
7779
"linspace",
7880
"log_softmax",

0 commit comments

Comments
 (0)