Vc Offloading to MIC
Matthias Kretz
[please enable javascript to see the address]
Thu Sep 24 11:09:26 CEST 2015
Hello Maksym
On Tuesday 22 September 2015 17:16:00 Zyzak, Maksym wrote:
> is there a way to use Vc in the offload mode with the Xeon Phi?
yes, in theory this just works because the compiler compiles the source code
twice, once for the host and once for the device. In the latter case the
headers see different #defines and thus switch to the MIC implementation.
Have you tried it? I have to admit that it's been a long time that I tried it
myself. Judging from my experience with the Intel compiler it's likely not
working anymore... with Intel breaking compatibility regularly.
Let me know what breaks for you if you try it. Best report issues on github
directly.
Cheers,
Matthias
More information about the Vc
mailing list