Will pytorch still need caffe2 backend support in the future?

At present, Pytorch mainly depends on aten backend. However, some networks, such as shufflenet in Mlperf still rely on caffe2 backend. Therefore, does it make sense to develop caffe2 in Pytorch? Does aten meet all the demands?