incubator-gluten icon indicating copy to clipboard operation
incubator-gluten copied to clipboard

Seperate the base layer and backend layer

Open rui-mo opened this issue 3 years ago • 0 comments

The base layer will include some common code and configs used by every backend. The backend layer will include some specific code and configs used by that backend only. In this way, each backend will use its own specific layer based on the base layer. The computings for different backends will be well seperated.

rui-mo avatar Mar 01 '22 02:03 rui-mo