[PATCH] D72770: [test-suite] Add matrix builtin tests (WIP).
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 15 08:21:56 PST 2020
fhahn created this revision.
Herald added a project: LLVM.
This adds a set of initial tests that check that some of the matrix
builtins match the spec and perform the same operations as a naive
implementation of them.
This is still missing the machinery to actually build it if the compiler
supports matrix builtins.
Repository:
rT test-suite
https://reviews.llvm.org/D72770
Files:
SingleSource/UnitTests/matrix-builtins-spec.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72770.238272.patch
Type: text/x-patch
Size: 6336 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200115/83b2a242/attachment.bin>
More information about the llvm-commits
mailing list