can cuda 7.5 support the geforce 940mx?

when I execute the samples, there is an error.
my GPU is geforce 940mx, and it is not in the official list: CUDA GPUs - Compute Capability | NVIDIA Developer

nbrobot@nbrobot:~/NVIDIA_CUDA-7.5_Samples/bin/x86_64/linux/release$ ./deviceQuery
./deviceQuery Starting…

CUDA Device Query (Runtime API) version (CUDART static linking)

modprobe: FATAL: Module nvidia not found.
cudaGetDeviceCount returned 38
→ no CUDA-capable device is detected
Result = FAIL

Yes, it is supported, however you may need to use a driver other than the one that comes in the toolkit.

Thanks!I will try it