The cma kernel module are created to run the CMA on top of linux distributions. The license of the code is MIT. Unfortunately due to the license policy of linux and the module macro indicate the ```MODULE_LICENSES("GPL")```, it is best to act caution and not release the code as part of the Apache release
This PR removes the kernel module parts for now. We could host a separate repo that we can point to and move the code there. cc @liangfu You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-tvm/pull/4431 -- Commit Summary -- * [RELEASE] Update copyright message, change notice, remove cma kernel module for now -- File Changes -- D 3rdparty/cma/Makefile (39) D 3rdparty/cma/cma.c (555) M 3rdparty/compiler-rt/builtin_fp16.h (2) M NOTICE (3) -- Patch Links -- https://github.com/apache/incubator-tvm/pull/4431.patch https://github.com/apache/incubator-tvm/pull/4431.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-tvm/pull/4431