Compare commits

...

1 Commits

Author SHA1 Message Date
3e099a62b0 update config 2024-06-10 16:35:55 -07:00
2 changed files with 2 additions and 2 deletions

View File

@ -404,7 +404,7 @@ _save_config_ignore = {
cudagraph_backend_keep_input_mutation = False
# enable cudagraph support for mutated inputs from prior cudagraph pool
cudagraph_backend_support_input_mutation = False
cudagraph_backend_support_input_mutation = True
# When True, only ops that have the torch.Tag.pt2_compliant tag
# will be allowed into the graph; all other ops will be disallowed

View File

@ -640,7 +640,7 @@ class triton:
cudagraph_trees_history_recording = False
# Enable cudagraph support for mutated inputs from prior cudagraph pool
cudagraph_support_input_mutation = False
cudagraph_support_input_mutation = True
# synchronize after cudagraph invocation
force_cudagraph_sync = False