Skip to content

Commit

Permalink
Allow using nvFuser on CUDA extension (#1701)
Browse files Browse the repository at this point in the history
I feel that it would be convenient to be able to run experiments and prototype something quickly in an extension rather than adding a new dummy test.

Tested in https://github.com/zasdfgbnm/things/tree/master/2022/nvfuser-extension
  • Loading branch information
zasdfgbnm committed May 17, 2022
1 parent 18bee67 commit 174d453
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,9 @@ def print_box(msg):
'include/torch/csrc/jit/testing/*.h',
'include/torch/csrc/jit/tensorexpr/*.h',
'include/torch/csrc/jit/tensorexpr/operators/*.h',
'include/torch/csrc/jit/codegen/cuda/*.h',
'include/torch/csrc/jit/codegen/cuda/ops/*.h',
'include/torch/csrc/jit/codegen/cuda/scheduler/*.h',
'include/torch/csrc/onnx/*.h',
'include/torch/csrc/profiler/*.h',
'include/torch/csrc/utils/*.h',
Expand Down

0 comments on commit 174d453

Please sign in to comment.