opencl-book-samples icon indicating copy to clipboard operation
opencl-book-samples copied to clipboard

Stated output does not match code (Ch. 3 p. 70)

Open GoogleCodeExporter opened this issue 9 years ago • 0 comments

The given code is :
std::cout << "Device has max compute units: " << maxComputeUnits << std::endl;

The stated output is:
Device 4098 has max compute units: 8

But the device ID is not included in the cout statement.

Original issue reported on code.google.com by [email protected] on 24 Jan 2012 at 5:55

GoogleCodeExporter avatar Mar 14 '15 09:03 GoogleCodeExporter