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

[Master][CI][Bugfix] Clang-format-13 file needs to have right license header and install clang-format package. #20658

Merged
merged 4 commits into from
Oct 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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