Skip to content
README.rst 1.72 KiB
Newer Older
  SPDX-FileCopyrightText: Copyright 2024, 2025 Arm Limited and/or its affiliates <open-source-office@arm.com>
  SPDX-License-Identifier: BSD-3-Clause-Clear

This repository hosts various code examples for learning.

Learning paths code examples
============================

Code examples from learning paths are stored in ``learning-paths/``, with a
directory structure that mimics the one from the learning path.

.. list-table::
   :header-rows: 1

   * - Learning path
     - Sample code directory

   * - `Accelerate Matrix Multiplication Performance with SME2 <https://learn.arm.com/learning-paths/cross-platform/multiplying-matrices-with-sme2>`_
     - `learning-paths/cross-platform/multiplying-matrices-with-sme2 <https://gitlab.arm.com/learning-code-examples/code-examples/-/blob/main/learning-paths/cross-platform/multiplying-matrices-with-sme2>`_
   * - `Develop a native C++ library on an Arm-based machine <https://learn.arm.com/learning-paths/cross-platform/matrix/>`_
     - `learning-paths/cross-platform/matrix <https://gitlab.arm.com/learning-code-examples/code-examples/-/blob/main/learning-paths/cross-platform/matrix>`_

License
=======

learning-code-examples/code-examples is distributed under the `Clear BSD License
<https://gitlab.arm.com/learning-code-examples/code-examples/-/blob/main/README.rst>`_.

Security
========

To report security vulnerabilities in this project, follow the guidance in the
`security policy <SECURITY.rst>`_.

Feedback, contributions and support
===================================

Please use the issue tracker associated with this repository for feedback.

Code contributions are most welcomed. Please make sure they stick to the style
used in the rest of code and submit them via gitlab merge requests.