(original) (raw)
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@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?