This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: New post-LTO OpenACC pass


On 09/25/2015 03:03 PM, Bernd Schmidt wrote:
182      else if (acc_device_type (acc_dev->type) == acc_device_host)
(gdb) p acc_dev->type
$1 = OFFLOAD_TARGET_TYPE_HOST
(gdb) next
184          fn (hostaddrs);

It's not running the offloaded version, so the testcase I think should
fail.

... and that's because my system was no longer set up to run CUDA binaries, after I fixed that the testcase passes.

So as far as I can tell almost everything here works as expected?


Bernd


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]