Compare commits

...

1 Commits

Author SHA1 Message Date
3dfc029d19 disable 2024-07-15 16:54:30 -07:00

View File

@ -699,7 +699,7 @@ class triton:
cudagraph_trees_history_recording = False
# Enable cudagraph support for mutated inputs from prior cudagraph pool
cudagraph_support_input_mutation = False if is_fbcode() else True
cudagraph_support_input_mutation = False
# Maximal number of allowed cudagraph re-record for a function and
# a cudagraph node due to static input tensor address changes or