@@ -46,22 +46,6 @@ cc_binary(
4646 ]),
4747)
4848
49- cc_binary (
50- name = "_XLAC_cuda_functions.so" ,
51- copts = [
52- "-fopenmp" ,
53- "-fPIC" ,
54- ],
55- linkopts = [
56- "-Wl,-soname,_XLAC_cuda_functions.so" ,
57- ],
58- linkshared = 1 ,
59- visibility = ["//visibility:public" ],
60- deps = [
61- "//torch_xla/csrc:aten_cuda_functions" ,
62- ],
63- )
64-
6549test_suite (
6650 name = "cpp_tests" ,
6751 # testonly = True,
@@ -72,15 +56,16 @@ test_suite(
7256 "//test/cpp:test_aten_xla_tensor_4" ,
7357 "//test/cpp:test_aten_xla_tensor_5" ,
7458 "//test/cpp:test_aten_xla_tensor_6" ,
59+ "//test/cpp:test_debug_macros" ,
7560 "//test/cpp:test_ir" ,
7661 "//test/cpp:test_lazy" ,
7762 "//test/cpp:test_replication" ,
78- "//test/cpp:test_tensor" ,
79- "//test/cpp:test_xla_sharding" ,
8063 "//test/cpp:test_runtime" ,
8164 "//test/cpp:test_status_dont_show_cpp_stacktraces" ,
8265 "//test/cpp:test_status_show_cpp_stacktraces" ,
83- "//test/cpp:test_debug_macros" ,
66+ "//test/cpp:test_tensor" ,
67+ "//test/cpp:test_xla_generator" ,
68+ "//test/cpp:test_xla_sharding" ,
8469 "//torch_xla/csrc/runtime:pjrt_computation_client_test" ,
8570 # "//torch_xla/csrc/runtime:ifrt_computation_client_test",
8671 ],
0 commit comments