Can I deploy CUDA on windows10 without MSVC?

I`ve tried g++ to do so, but failed.
Is there any complier on windows10 instead?

It doesn’t look like it. Looking at Table 2 here: Installation Guide Windows :: CUDA Toolkit Documentation , it seems you only get one approved compiler - MSVC.

thank u man, Ive tried compling .cu->.ptx in WSL2(linux), thats probably a go.