Skip to content

Commit

Permalink
Convert all usage to FusionExecutor - attempt 3 (#189)
Browse files Browse the repository at this point in the history
Finish converting to FusionExecutor exclusively.

Co-authored-by: Jie <jiej@nvidia.com>
  • Loading branch information
csarofeen and jjsjann123 authored Jul 20, 2020
1 parent c94c67e commit 033a1aa
Show file tree
Hide file tree
Showing 19 changed files with 200 additions and 1,175 deletions.
1 change: 0 additions & 1 deletion caffe2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ if(NOT INTERN_BUILD_MOBILE OR NOT BUILD_CAFFE2_MOBILE)
${TORCH_SRC_DIR}/csrc/jit/codegen/cuda/ir_nodes.cpp
${TORCH_SRC_DIR}/csrc/jit/codegen/cuda/ir_iostream.cpp
${TORCH_SRC_DIR}/csrc/jit/codegen/cuda/iter_visitor.cpp
${TORCH_SRC_DIR}/csrc/jit/codegen/cuda/kernel.cpp
${TORCH_SRC_DIR}/csrc/jit/codegen/cuda/kernel_cache.cpp
${TORCH_SRC_DIR}/csrc/jit/codegen/cuda/lower_index.cpp
${TORCH_SRC_DIR}/csrc/jit/codegen/cuda/lower_loops.cpp
Expand Down
Loading

0 comments on commit 033a1aa

Please sign in to comment.