Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
[Master][CI][Bugfix] Clang-format-13 file needs to have right license…
Browse files Browse the repository at this point in the history
… header and install clang-format package. (#20658)

* Skip clang-format-13 file

* Install clang format package

* [DOC] Fix broken links

Co-authored-by: barry-jin <[email protected]>
  • Loading branch information
mozga-intel and barry-jin authored Oct 12, 2021
1 parent 4b73646 commit 0d09770
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ header:
- 'DISCLAIMER'
- 'KEYS'
- 'tools/dependencies/LICENSE.binary.dependencies'
- 'tools/lint/git-clang-format-13'
# files not distributed in source archive (listed in tools/source-exclude-artifacts.txt)
- 'docs'
- 'CODEOWNERS'
Expand Down
1 change: 1 addition & 0 deletions ci/docker/Dockerfile.build.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
libprotobuf-dev \
default-jdk \
clang-6.0 \
clang-format \
python-yaml \
clang-10 \
clang-tidy-10 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ With MKL BLAS, the performace is expected to furtherly improved with variable ra
You can redistribute not only dynamic libraries but also headers, examples and static libraries on accepting the license [Intel Simplified license](https://software.intel.com/en-us/license/intel-simplified-software-license).
Installing the full MKL installation enables MKL support for all operators under the linalg namespace.

1. Download and install the latest full MKL version following instructions on the [intel website.](https://software.intel.com/en-us/mkl) You can also install MKL through [YUM](https://software.intel.com/en-us/articles/installing-intel-free-libs-and-python-yum-repo) or [APT](https://software.intel.com/en-us/articles/installing-intel-free-libs-and-python-apt-repo) Repository.
1. Download and install the latest full MKL version following instructions on the [intel website.](https://software.intel.com/en-us/mkl) You can also install MKL through [YUM](https://software.intel.com/content/www/us/en/develop/documentation/installation-guide-for-intel-oneapi-toolkits-linux/top/installation/install-using-package-managers/yum-dnf-zypper.html) or [APT](https://software.intel.com/content/www/us/en/develop/documentation/installation-guide-for-intel-oneapi-toolkits-linux/top/installation/install-using-package-managers/apt.html) Repository.

2. Run `make -j ${nproc} USE_BLAS=mkl`

Expand Down

0 comments on commit 0d09770

Please sign in to comment.