Particles example fails to run in 4.0 RC2

Hi,

I’m working on a project where I’ve basically modified the particles example to suit my purposes, but when I tried updating to 4.0RC2, and I get the following error when I try and run the program. (It compiles succesfully)

particleSystem.cu(205) : cutilCheckMsg() CUTIL CUDA error : Kernel execution failed: reorderDataAndFindCellStartD : device kernel image is invalid.

This also happens in the stock, unmodified particles demo. I’m running it on a GT480 on 64 bit ubuntu 10.04. Is the fact that the API is now written for 10.10 the source of the problem, or something else?