Adding MKL DNN license from Intel's repo#20810
Adding MKL DNN license from Intel's repo#20810tensorflow-copybara merged 1 commit intotensorflow:masterfrom
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
|
|
|
|
CLAs look good, thanks! |
| same "printed page" as the copyright notice for easier | ||
| identification within third-party archives. | ||
|
|
||
| Copyright {yyyy} {name of copyright owner} |
There was a problem hiding this comment.
Please update this place holder accordingly
There was a problem hiding this comment.
@qlzh727 I think this is meant to be a template and not having actual values.
|
@qlzh727 hmm it looks like the MKL LICENSE file in |
|
I think they they should be consistent. Also waiting for input from @martinwicke who probably have more detailed knowledge. |
|
Hmm is there a reason why |
|
@yifeif, not sure why copybara is not porting the PR to internal. |
|
Discussed offline with @qlzh727. Fixed now. |
PiperOrigin-RevId: 204823101
Adding the LICENSE file so that
third_party/mkl_dnnLICENSE file is picked up upon MKL configured build.This build works now in a Docker (refer to #20811), where initially the missingness of the MKL-DNN LICENSE file would error out since commit #20576 forces the check for the DNN license.