Programmer
Programmer

Reputation: 6753

CUDA emulator for windows 7

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

Upvotes: 1

Views: 3619

Answers (2)

harrism
harrism

Reputation: 27809

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.

Upvotes: 4

Suhas Lohit
Suhas Lohit

Reputation: 171

There is this one: https://code.google.com/p/cuda-waste/ You need to install the CUDA toolkit

Upvotes: 1

Related Questions