In the SDK deviceQuery, line 73 (global mem) should format the output as %ld, not %d. On a 1070, it overflows to -262144 bytes otherwise.
Just FYI, SDK maintainers.
In the SDK deviceQuery, line 73 (global mem) should format the output as %ld, not %d. On a 1070, it overflows to -262144 bytes otherwise.
Just FYI, SDK maintainers.
Thanks for pointing this out. I’ve filed bug 491802 to have this investigated.