OpenCL lurking around the corner…

After months in the standardization-pipeline, OpenCL seems to be finally somewhere around. OpenCL generalizes the access to parallel-computing technologies such as Nvidia’s CUDA, AMD’s Stream, IBM’s Cell/B.E., FPGA- or similar platforms by defining a common API that talks to the devices and a C-derived language to define the kernels. The goal is “write once, [...]

CUDA 2.2 breaks Pyrit [Update]

CUDA 2.2 causes an error message like this:
Failed to load CUDA-core (CUDA_ERROR_INVALID_IMAGE)
This error should be fixed in latest svn. Please use the code directly from trunk for now…