-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[LICENSE] [v1.8.x] Change intgemm to a submodule instead of fetch. #19406
Conversation
This resolves the issue that LICENSE refered to 3rdparty/intgemm/LICENSE which was not present in the source because it was downloaded: https://lists.apache.org/thread.html/r669576b6506f67ea96e9b1bd385b04f59c4e6e7fa1b13a6dc0abc7d9%40%3Cgeneral.incubator.apache.org%3E
Hey @kpuatamazon , Thanks for submitting the PR
CI supported jobs: [centos-gpu, unix-cpu, miscellaneous, edge, clang, unix-gpu, windows-cpu, windows-gpu, website, sanity, centos-cpu] Note: |
sanity check is complaining about license headers in the intgemm module. you can whitelist it in https://github.com/apache/incubator-mxnet/blob/v1.8.x/tests/nightly/apache_rat_license_check/rat-excludes#L40 |
@mxnet-bot run ci [windows-cpu] I didn't mess with batchnorm.
|
Undefined action detected. |
Jenkins CI successfully triggered : [windows-cpu] |
@mxnet-bot run ci [unix-gpu] Why was it aborted? |
Jenkins CI successfully triggered : [unix-gpu] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @kpuatamazon !
Description
This resolves the issue that LICENSE referred to 3rdparty/intgemm/LICENSE which was not present in the source because it was downloaded:
https://lists.apache.org/thread.html/r669576b6506f67ea96e9b1bd385b04f59c4e6e7fa1b13a6dc0abc7d9%40%3Cgeneral.incubator.apache.org%3E
Checklist
Essentials
Changes
CMakeLists.txt
3rdparty
Note
Expect v1.x and master versions of this too.