llvm-project/llvm
Vir Narula 625877b0ef
[Matrix] Add tests dot product with varied strides
Add more tests with varied strides. Changes to lowering upcoming in https://reviews.llvm.org/D131125

Reviewed By: fhahn

Differential Revision: https://reviews.llvm.org/D131444
2022-08-11 19:09:21 +01:00
..
benchmarks
bindings [IR] Remove support for float binop constant expressions 2022-07-12 09:40:49 +02:00
cmake [cmake] Fix ms-compat version in WinMsvc.cmake 2022-08-09 11:13:49 +02:00
docs [COFF] Emit embedded -exclude-symbols: directives for hidden visibility for MinGW 2022-08-11 12:00:08 +03:00
examples [llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 11:24:15 -07:00
include Compiler.h: remove unused LLVM_NODISCARD 2022-08-11 11:06:24 -07:00
lib [Support] Remove Log2 workaround for Android API level < 18 2022-08-11 17:39:41 +00:00
projects
resources
runtimes [CMake] Fix runtimes cross-compilation when using LLVM_USE_LINKER 2022-08-03 11:24:09 -07:00
test [Matrix] Add tests dot product with varied strides 2022-08-11 19:09:21 +01:00
tools [llvm-profdata] Support JSON as as an output-only format 2022-08-09 16:24:53 -07:00
unittests [Support] Remove some #if __cplusplus > 201402L 2022-08-11 17:35:02 +00:00
utils [gn build] Port 9ae5896d96 2022-08-11 08:37:36 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [CMake] Check CMAKE_CXX_STANDARD and error if it's to old 2022-08-08 15:07:23 +02:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.txt

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.