Skip to content

Commit

Permalink
New compute at interface (csarofeen#1743)
Browse files Browse the repository at this point in the history
Rewrite of the compute at pass to rely on the new propagation mechanisms.
  • Loading branch information
zasdfgbnm authored Jul 1, 2022
1 parent 635ebfc commit 28cbaf9
Show file tree
Hide file tree
Showing 6 changed files with 677 additions and 812 deletions.
1 change: 1 addition & 0 deletions build_variables.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,7 @@ libtorch_cuda_core_sources = [
"torch/csrc/autograd/functions/comm.cpp",
"torch/csrc/jit/codegen/cuda/arith.cpp",
"torch/csrc/jit/codegen/cuda/compute_at.cpp",
"torch/csrc/jit/codegen/cuda/inline_propagator.cpp",
"torch/csrc/jit/codegen/cuda/compute_at_map.cpp",
"torch/csrc/jit/codegen/cuda/codegen.cpp",
"torch/csrc/jit/codegen/cuda/contiguity.cpp",
Expand Down
Loading

0 comments on commit 28cbaf9

Please sign in to comment.