I have read several related posts but while some of them are for emulators on linux, others are on specific versions of windows with some preferences. So, I want to keep it simple: Is there a CUDA emulator that runs on windows. If yes, please provide me the link
Asked
Active
Viewed 3,591 times
2 Answers
4
GPUOcelot has a section about the "experimental" windows build in the installation wiki.
Edit in 2021 to note that while Ocelot was a very impressive student research project, all the original authors moved on to other things many years ago and active development has ceased.
It is very unlikely that the code, which is still available on github, could be made to work with anything other than circa 2011 CUDA toolkits and their supported host toolchains.
-
does this "experimental" build work. Moreover, should i download the CUDA toolkit or i dont need it – Programmer May 31 '11 at 02:34
-
I haven't used it, but Ocelot definitely works -- you just have to get it building for Windows. It is a PTX emulator, so you need the CUDA toolkit to compile your code to PTX. There is no other CUDA emulator that I know of, unless you revert to pre-3.0 CUDA which had a device emulation mode. – harrism May 31 '11 at 02:50
-
Linux, I believe. I suggest checking out the website for full details. The real question is, why do you need a CUDA emulator? – harrism Jun 01 '11 at 11:31
-
Actually, i need to do some programming on the NVIDIA gpu that supports the cuda architecture and i have a windows machine – Programmer Jun 03 '11 at 03:47
-
1Then it sounds like you don't need an emulator at all. – harrism Jun 04 '11 at 10:24
1
There is this one: https://code.google.com/p/cuda-waste/ You need to install the CUDA toolkit

Suhas Lohit
- 171
- 8