Skip to content

Commit 074b15a

Browse files
adamomainzfacebook-github-bot
authored andcommitted
changing config for fp8 gemm to match triton 3.2 (pytorch#746)
Summary: X-link: pytorch#3668 Pull Request resolved: facebookresearch/FBGEMM#746 testing for now Reviewed By: karthik-man Differential Revision: D69322680 fbshipit-source-id: b2abbb62e342b7cc2dd848f6894ef1d348ff9e9d
1 parent 0bfcc77 commit 074b15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fbgemm_gpu/experimental/gemm/triton_gemm/fp8_gemm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2876,7 +2876,7 @@ def get_full_non_persistent_tuning_space():
28762876
# For now we see better perf with num_stages=0 for all gemm configs we care
28772877
# But keep this explicit so that we do not forget we may need to set it to
28782878
# other values in the future
2879-
num_stage_range = [0]
2879+
num_stage_range = [2]
28802880
waves_per_eu_range = [0]
28812881
matrix_instr_nonkdim_range = [16, 32]
28822882
kpack_range = [1, 2]

0 commit comments

Comments
 (0)