tqchen commented on issue #4434: [Release] Add cma as a submodule
URL: https://github.com/apache/incubator-tvm/pull/4434#issuecomment-559196440
 
 
   NOTE, the only thing we need to be careful about is the linux kernel module 
cma.c, which declared the binary driver's license to be GPL. The previous 
action to remove them was mainly act caution.
   
   Background: we tried to package all source code in the 3rdparty during a 
release, if a folder contains potential GPL code, we cannot bundle it during 
release.
   
   We need to determine the license of that source code, given that it includes 
linux header, would that makes the source code GPL, or is it OK to mark as MIT 
and in MODULE_LICENSE mark the driver as dual MIT and GPL.  
   
   If we decided that the code can be MIT, then we can include it as part of 
3rdparty source. Otherwise, we need to cut the code from the source release. 
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to