[LLVMdev] Supporting heterogeneous computing in llvm. (original) (raw)
Christos Margiolas chrmargiolas at gmail.com
Tue Jul 7 18:23:25 PDT 2015
- Previous message: [LLVMdev] Supporting heterogeneous computing in llvm, follow up.
- Next message: [LLVMdev] Supporting heterogeneous computing in llvm.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
My pass exposes an interface where you can indicate explicitly what piece of code you want to offload. You can combine this with your own heuristics or code cost analysis.
--chris
On Tue, Jun 9, 2015 at 2:14 PM, C Bergström <cbergstrom at pathscale.com> wrote:
When you're detecting which region of code to offload - can you also detect the difference between a computationally bound kernel and a memory bound one? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150708/0fa46aab/attachment.html>
- Previous message: [LLVMdev] Supporting heterogeneous computing in llvm, follow up.
- Next message: [LLVMdev] Supporting heterogeneous computing in llvm.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]