Displaying 2 results from an estimated 2 matches for "6155688c".
2013 Dec 02
0
[LLVMdev] JIT on Intel KNC
...> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131203/6155688c/attachment.html>
2013 Dec 02
2
[LLVMdev] JIT on Intel KNC
Hi,
in the past few weeks we were able to confirm that the LLVM's JIT
compiler can be used for our research project. This was confirmed for
x86-64 architecture (with very good performance results by the way).
Now, one of our real target architecture is the Intel Xeon Phi (KNC)
accelerator in a native execution model. When cross-compiling LLVM (3.4
RC1) for Xeon Phi with CMake following