Skip to content

Commit

Permalink
Enable GPU fusion with TEs
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmaher committed Sep 3, 2020
1 parent 17338f7 commit d42743b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def set_fuser(fuser):
torch._C._jit_set_bailout_depth(20)
torch._C._jit_set_num_profiled_runs(2)
torch._C._jit_override_can_fuse_on_cpu(False)
torch._C._jit_override_can_fuse_on_gpu(False)
torch._C._jit_override_can_fuse_on_gpu(True)
torch._C._jit_set_texpr_fuser_enabled(True)

def pytest_configure(config):
Expand Down

0 comments on commit d42743b

Please sign in to comment.