bandwidthtest fails but deviceQuery passed

So im trying to set up tensorflow with GPU support, and for that i need CUDA toolkit. So i installed it (9.2) and ran deviceQuery test, it passed. Then i ran bandwidthTest and it failed with code=4(cudaErrorLaunchFailure) “cudaDeviceSynchronize” at line 805.

I have GeForce 930M with 398.75 version, using Microsoft Visual Studio 2017, so this should be okay. I tried googling but didnt really find anyone having the same problem.