File tree Expand file tree Collapse file tree 3 files changed +0
-158
lines changed Expand file tree Collapse file tree 3 files changed +0
-158
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,6 @@ ptxla_cc_library(
270270 ":status" ,
271271 ":tensor" ,
272272 ":version" ,
273- ":xla_hooks" ,
274273 "//torch_xla/csrc/runtime" ,
275274 "//torch_xla/csrc/runtime:pjrt_computation_client" ,
276275 "//torch_xla/csrc/runtime:metrics" ,
@@ -375,21 +374,3 @@ cc_library(
375374 "@com_google_absl//absl/status:statusor" ,
376375 ],
377376)
378-
379- ptxla_cc_library (
380- name = "xla_hooks" ,
381- srcs = [
382- "xla_hooks.cpp" ,
383- ],
384- hdrs = [
385- "xla_hooks.h" ,
386- ],
387- deps = [
388- "//torch_xla/csrc:device" ,
389- "//torch_xla/csrc:tensor" ,
390- "//torch_xla/csrc/runtime:computation_client" ,
391- "//torch_xla/csrc/runtime" ,
392- "//torch_xla/csrc/runtime:xla_util" ,
393- ],
394- )
395-
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments