Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Break dependency on MS Visual Studio #4

Open
eyalroz opened this issue Sep 14, 2021 · 1 comment
Open

Break dependency on MS Visual Studio #4

eyalroz opened this issue Sep 14, 2021 · 1 comment

Comments

@eyalroz
Copy link

eyalroz commented Sep 14, 2021

This seems like a great app (which BTW NVIDIA itself should have really released itself independently of the source view in NSight Compute). However - it is limited to a single, specific C++ IDE.

Would it be possible for you to break this dependency?

Specifrically, if you could write a valid CMakeLists.txt for CudaPAD, that would do the trick. (And CMake can generate SLN files, so it shouldn't really hamper the user of MSVS to build it).

@SunsetQuest
Copy link
Owner

I don't see a beautiful way to break the windows dependancy on this. I just checked and Cuda's compiler nvcc.exe can use either gcc(with g++) on Linux or cl.exe (part of visual studio) - so basically the large toolkit setups are needed that I can tell. I think the only way to get this to work would be to have the code compiled on a online api or some kind of portable Linux or windows container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants