Pytorch bazel build can not generate the libtorch.so and etc

As the title says, when we use the bazel build, there are no libtorch.so and etc *.so generated.
This makes it hard use the custom operator .so in the situation of source code build by bazel.
Will you guys to do the same .so generate in bazel comparing with the cmake?

1 Like

@malfet Can you pls help?

bazel build //:torch produces the .so files for me (under bazel-out). Any errors you are running into?