TensorComprehensions
TensorComprehensions copied to clipboard
can we build TC without ATen
thanks
Hi @hutuxianren the core TC library builds and runs without ATen.
Our current tests and benchmarks can use either ATen, Caffe2 blobs or both. Integrating new libraries is relatively easy, one needs to port the equivalent of tc/aten/* to tc/my_lib/* What library did you have in mind?