Skip to content

Commit fd4be12

Browse files
authored
remove dead indexing code (csarofeen#1806)
1 parent fa4e6a4 commit fd4be12

File tree

6 files changed

+157
-1092
lines changed

6 files changed

+157
-1092
lines changed

build_variables.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,6 @@ libtorch_cuda_core_sources = [
658658
"torch/csrc/jit/codegen/cuda/grouped_reduction.cpp",
659659
"torch/csrc/jit/codegen/cuda/index_compute.cpp",
660660
"torch/csrc/jit/codegen/cuda/lower_index_compute.cpp",
661-
"torch/csrc/jit/codegen/cuda/index_reference_replay.cpp",
662661
"torch/csrc/jit/codegen/cuda/instrumentation.cpp",
663662
"torch/csrc/jit/codegen/cuda/ir_base_nodes.cpp",
664663
"torch/csrc/jit/codegen/cuda/ir_builder.cpp",

0 commit comments

Comments
 (0)