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

Automatically exported from code.google.com/p/opencl-book-samples

Results 81 opencl-book-samples issues
Sort by recently updated
recently updated
newest added

``` In file: https://code.google.com/p/opencl-book-samples/source/browse/trunk/cmake/FindOpen CL.cmake The URL in the first line is wrong (should be org instead of com). The right URL is: http://gitorious.org/findopencl ``` Original issue reported on code.google.com...

auto-migrated
Type-Errata
Priority-Medium

``` Is this errata for the book or an issue with the source code? - It is sample code but the sample code is also printed on the book. If...

auto-migrated
Type-Errata
Priority-Medium

``` It says on the book's home page that the book sample code is available from google code project. But I can't find any related downloads on the project page....

auto-migrated
Type-Errata
Priority-Medium

``` Is this occasionally or are there any license conflicts or maybe the full sources are elsewhere (but I couldn't find them)? Thanks and appreciating for the book! ``` Original...

auto-migrated
Type-Errata
Priority-Medium

``` In the explaination of lengths, there is no variable named count. ``` Original issue reported on code.google.com by `[email protected]` on 2 Jul 2012 at 11:43

auto-migrated
Type-Errata
Priority-Medium

``` The description below the clGetDeviceInfo is "This command returns specific information about the OpenCl platform". It is the description of the clGetPlatformInfo. ``` Original issue reported on code.google.com by...

auto-migrated
Type-Errata
Priority-Medium

``` I am trying to compile the HelloWorld Project on Windows 7 (64bit), using eclipse CDT, MinGW and AMD SDK 2.6 and kept getting following error. Can someone help me...

auto-migrated
Type-Errata
Priority-Medium

``` Dijkstra's algorithm as presented is fundamentally broken because it suffers from a race condition when writing to updateCostArray from multiple threads. Because there is no synchronization, when two vertices...

auto-migrated
Type-Errata
Priority-Medium

``` I am trying to run the example code from chapter 16 on a 2011 macbook pro. If i use cmake and generate unix make files i get an abort...

auto-migrated
Type-Errata
Priority-Medium

``` The Sobel edge detector code from Chapter 15, pages 407-410, is missing from the svn repository. ``` Original issue reported on code.google.com by `[email protected]` on 5 Feb 2012 at...

auto-migrated
Type-Errata
Priority-Medium