valgrind shows a lot of errors with leak check

I a running nvidia’s 190.29 OpenCL driver for linux. When I run my opencl program through valgrind for leak checks, valgrind throws a lot of errors. Apparently there seems to be a lot of leaks inside the compiler and the the nvidia driver. Is anyone facing the same valgrind leak errors with this driver?

I haven’t tried valgrind. But it’s not surprising considering how young the implementation is. For example, I crashed the NVidia OpenCL compiler the other day by accidentally using an undefined variable.

-Brian

True. And the 195.xx drivers don’t seem to reduce the valgrind errors and warnings too.