Yes, as I said already new driver doesn't fix VLAR driver crash bug. Have strong considerations that this bug connected with 2-3 seconds limit for execution time for single CUDA kernel. This limitation exists in CUDA itself - OS just restart driver when there is no respond from it for few seconds. Probably the single way to eliminate this bug for now is to split affected kernel on few CUDA calls.