Skip to content

Commit 7eca7d0

Browse files
authored
Add files via upload
1 parent 029db46 commit 7eca7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def device_sync(device):
2424

2525
torch._inductor.config.coordinate_descent_tuning = True
2626
torch._inductor.config.triton.unique_kernel_names = True
27-
# torch._inductor.config.fx_graph_cache = True # Experimental feature to reduce compilation times, will be on by default in future
27+
torch._inductor.config.fx_graph_cache = True # Experimental feature to reduce compilation times, will be on by default in future
2828

2929

3030
# support running without installing as a package

0 commit comments

Comments
 (0)