Commit Graph

6 Commits

Author SHA1 Message Date
chenlei_autodiff 872e26f119 [GraphKernel] clean code. 2022-06-24 10:18:28 +08:00
zhengyuanhua f09f6b1ee6 remove ENABLE_CLOUD_AND_LITE 2022-06-14 11:12:49 +08:00
zhengyuanhua a0ac203667 put lite so into cloud whl package when build ascend 910 whl 2022-04-12 17:56:56 +08:00
zengzitao 6f4aebbe11 adapt ms_cpu ci for graphkernel 2021-12-09 19:44:09 +08:00
dayschan 32ecd8ee79 GraphKernel supports CPU
only Linux system is supported now.

change the default value of `ENABLE_AKG` to off, and controlled by option `-K`.
the `ENABLE_AKG` is auto enabled when `ENABLE_GPU` or `ENABLE_D` is on.
since now, we can use `ENABLE_AKG` to control the compilation of graphkernel
and akg codes.

fix usage description for option "-K", it should be "[-K on|off]".

LLVM is required by akg for cpu kernels, so AKG for cpu is default disabled now.
2021-09-29 23:34:16 +08:00
zuochuanyong 3cf372dc09 split huge build.sh 2021-09-08 21:14:22 +08:00