Skip to content

Commit b9dd8f9

Browse files
committed
Update on "[Inductor] Fix benchmark_example_value losing dtype on view unwrap"
cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx ipiszy kadeng muchulee8 amjames chauhang aakhundov coconutruben jataylo [ghstack-poisoned]
2 parents 0f0db60 + 8168e2a commit b9dd8f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

torch/_inductor/template_heuristics/nv_universal_gemm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
autotuning_log = getArtifactLogger(__name__, "autotuning")
2424

2525
# Type alias for kernel config key tuple.
26-
# Currently matches on (tile_m, tile_n, tile_k, cluster_m, cluster_n).
26+
# Currently matches on (tile_m, tile_n, cluster_m, cluster_n).
2727
# tile_k excluded because nvMatmulHeuristics and cutlass_api use it to mean different things.
2828
# TODO(nikhilap): Extend config key for stages/split_k https://github.com/pytorch/pytorch/issues/177578
2929
ConfigKey = tuple[int, int, int, int]

0 commit comments

Comments
 (0)