search for: a0dd8652

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

2018 Jan 08
0
Suggestions on code generation for SIMD
...generates will originate from. These types aren’t target specific however, and there are no notions of vector “registers” at the IR level. Cheers, Amara -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180108/a0dd8652/attachment.html>
2018 Jan 06
2
Suggestions on code generation for SIMD
Hi everyone, I'm quite new to LLVM, but am working on a project that might need to generate some SIMD code using LLVM. The SIMD code will be using INTEL MIC intrinsics and I'm not sure about the steps and tool set that I need to use to generate those. I also have a confusion on the following problems: 1. Do people usually generate SIMD code at source code level, using __m512?