search for: v16f64

Displaying 2 results from an estimated 2 matches for "v16f64".

Did you mean: 1664
2016 Mar 05
2
Adding 'v16f16' to tablegen
...for all supported scalar types, and the SHAVE processor does support FP16 (aka 'half') data types. Although we don't natively support 16 x FP16, I would like to optimise how values of this type are passed and returned; so any advice is appreciated. I have the same problem with 'v16f64', although this type does not occur in any real code that I have found outside the OpenCL test-suite. Thanks, MartinO -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160305/9b56a0d...
2020 Jun 30
5
[RFC] Semi-Automatic clang-format of files with low frequency
I 100% get that we might not like the decisions clang-format is making, but how does one overcome this when adding new code? The pre-merge checks enforce clang-formatting before commit and that's a common review comment anyway for those who didn't join the pre-merge checking group. I'm just wondering are we not all following the same guidelines? Concerns of clang-format not being good