mirror of
https://github.com/uxlfoundation/oneDNN.git
synced 2025-10-20 10:03:50 +08:00
doc: updated component locations in THIRD_PARTY_PROGRAMS
This commit is contained in:
committed by
Vadim Pirogov
parent
668595ccf0
commit
0de00c717a
@ -13,7 +13,7 @@ Third party programs and their corresponding required notices and/or license
|
|||||||
terms are listed below.
|
terms are listed below.
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
1. XByak (src/cpu/xbyak/)
|
1. XByak (third_party/xbyak/)
|
||||||
Copyright (c) 2007 MITSUNARI Shigeo
|
Copyright (c) 2007 MITSUNARI Shigeo
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
@ -65,7 +65,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
一切責任を負わないものとします。
|
一切責任を負わないものとします。
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
2. Googletest (tests/gtests/gtest/)
|
2. Googletest (third_party/gtest/)
|
||||||
Copyright 2005, Google Inc.
|
Copyright 2005, Google Inc.
|
||||||
Copyright 2006, Google Inc.
|
Copyright 2006, Google Inc.
|
||||||
Copyright 2007, Google Inc.
|
Copyright 2007, Google Inc.
|
||||||
@ -102,7 +102,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|||||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
3. Instrumentation and Tracing Technology API (src/common/ittnotify/)
|
3. Instrumentation and Tracing Technology API (third_party/ittnotify/)
|
||||||
Copyright (c) 2011, Intel Corporation. All rights reserved.
|
Copyright (c) 2011, Intel Corporation. All rights reserved.
|
||||||
Copyright (c) 2005-2014 Intel Corporation. All rights reserved.
|
Copyright (c) 2005-2014 Intel Corporation. All rights reserved.
|
||||||
|
|
||||||
@ -169,7 +169,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|||||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
5. spdlog (src/common/spdlog/)
|
5. spdlog (third_party/spdlog/)
|
||||||
|
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
Copyright (c) 2016 Gabi Melman.
|
Copyright (c) 2016 Gabi Melman.
|
||||||
@ -300,7 +300,7 @@ CMake was initially developed by Kitware with the following sponsorship:
|
|||||||
* Kitware, Inc.
|
* Kitware, Inc.
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
5. Xbyak_aarch64 (src/cpu/aarch64/xbyak_aarch64/)
|
6. Xbyak_aarch64 (third_party/xbyak_aarch64/)
|
||||||
Copyright 2019-2020 FUJITSU LIMITED
|
Copyright 2019-2020 FUJITSU LIMITED
|
||||||
|
|
||||||
Apache License, Version 2.0
|
Apache License, Version 2.0
|
||||||
@ -496,7 +496,7 @@ limitations under the License.
|
|||||||
END OF TERMS AND CONDITIONS
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
6. Boost C++ Libraries (src/common/primitive_hashing.hpp)
|
7. Boost C++ Libraries (src/common/primitive_hashing.hpp)
|
||||||
Copyright 2005-2014 Daniel James.
|
Copyright 2005-2014 Daniel James.
|
||||||
|
|
||||||
Boost Software License - Version 1.0 - August 17th, 2003
|
Boost Software License - Version 1.0 - August 17th, 2003
|
||||||
@ -524,17 +524,17 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|||||||
DEALINGS IN THE SOFTWARE.
|
DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
7. Intel(R) Graphics Compute Runtime for oneAPI Level Zero and OpenCL(TM)
|
8. Intel(R) Graphics Compute Runtime for oneAPI Level Zero and OpenCL(TM)
|
||||||
Driver (src/gpu/jit/ngen/npack/{elf_structs,hash}.hpp)
|
Driver (src/gpu/jit/ngen/npack/{elf_structs,hash}.hpp)
|
||||||
Copyright (c) 2018 Intel Corporation
|
Copyright (c) 2018 Intel Corporation
|
||||||
|
|
||||||
Intel(R) Graphics Compiler (src/gpu/jit/ngen/npack/neo_structs.hpp)
|
Intel(R) Graphics Compiler (src/gpu/jit/ngen/npack/neo_structs.hpp)
|
||||||
Copyright (c) 2019 Intel Corporation
|
Copyright (c) 2019 Intel Corporation
|
||||||
|
|
||||||
oneAPI Level Zero (src/sycl/level_zero)
|
oneAPI Level Zero (third_party/level_zero/)
|
||||||
Copyright (C) 2019-2021 Intel Corporation
|
Copyright (C) 2019-2021 Intel Corporation
|
||||||
|
|
||||||
Doxyrest toolkit (doc/doxyrest/*)
|
Doxyrest toolkit (doc/doxyrest/)
|
||||||
Copyright (c) 2016, Tibbo Technology Inc
|
Copyright (c) 2016, Tibbo Technology Inc
|
||||||
Copyright (c) 2016, Vladimir Gladkov
|
Copyright (c) 2016, Vladimir Gladkov
|
||||||
Copyright (c) 2016, Doxyrest maintainers
|
Copyright (c) 2016, Doxyrest maintainers
|
||||||
@ -562,7 +562,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
|
|
||||||
8. Sphinx (doc/sphinx/conf/py)
|
9. Sphinx (doc/sphinx/conf.py)
|
||||||
Copyright (c) 2007-2021 by the Sphinx team (see AUTHORS file).
|
Copyright (c) 2007-2021 by the Sphinx team (see AUTHORS file).
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
@ -591,7 +591,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|||||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
9. Intel(R) Metrics Discovery Application Programming Interface (src/gpu/ocl/mdapi/metrics_discovery_api.h)
|
10. Intel(R) Metrics Discovery Application Programming Interface (third_party/mdapi/)
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2019, Intel Corporation
|
Copyright (c) 2019, Intel Corporation
|
||||||
|
Reference in New Issue
Block a user