install cuda toolkit on a non-cuda-supported machine

Hi, all,
Maybe it is silly, I am just wondering whether CUDA toolkit can be installed on a non-cuda-supported machine. From official CUDA link, I need install drivers first while I do not have a cuda-supported video card.

Thanks
Deryk.

You can. To compile and link correctly, you will probably need to download a suitable driver and extract the cuda driver library and install it somewhere local, then add linker options you your compile commands to allow the linker to find it.