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

Reply via email to