@@ -46,22 +46,6 @@ cc_binary(
46
46
]),
47
47
)
48
48
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
-
65
49
test_suite (
66
50
name = "cpp_tests" ,
67
51
# testonly = True,
@@ -72,15 +56,16 @@ test_suite(
72
56
"//test/cpp:test_aten_xla_tensor_4" ,
73
57
"//test/cpp:test_aten_xla_tensor_5" ,
74
58
"//test/cpp:test_aten_xla_tensor_6" ,
59
+ "//test/cpp:test_debug_macros" ,
75
60
"//test/cpp:test_ir" ,
76
61
"//test/cpp:test_lazy" ,
77
62
"//test/cpp:test_replication" ,
78
- "//test/cpp:test_tensor" ,
79
- "//test/cpp:test_xla_sharding" ,
80
63
"//test/cpp:test_runtime" ,
81
64
"//test/cpp:test_status_dont_show_cpp_stacktraces" ,
82
65
"//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" ,
84
69
"//torch_xla/csrc/runtime:pjrt_computation_client_test" ,
85
70
# "//torch_xla/csrc/runtime:ifrt_computation_client_test",
86
71
],
0 commit comments