Update _utils.py
This commit is contained in:
parent
5b6d401650
commit
3d19a71cf9
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ def is_big_gpu(index):
|
|||
return True
|
||||
import torch._inductor.utils
|
||||
torch._inductor.utils.is_big_gpu = is_big_gpu
|
||||
patch_torch_compile()
|
||||
patch_torch_compile(debug = False, O3 = False)
|
||||
|
||||
torch_compile_options = {
|
||||
"epilogue_fusion" : True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue