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

Using without CUDA #12

Open
tandonmitul27 opened this issue May 4, 2024 · 1 comment
Open

Using without CUDA #12

tandonmitul27 opened this issue May 4, 2024 · 1 comment

Comments

@tandonmitul27
Copy link

I am willing to use this framework for a project but it has some CUDA related commands which run specifically on systems with NVIDIA gpus. My laptop does not have NVIDIA gpu. Is there any other way to use this framework without this CUDA thing? As whenever I run the inference.py script, I face RUNTIME error pointing to non-availability of CUDA.

@neurosim
Copy link
Owner

neurosim commented May 6, 2024

Hi, NeuroSim should be possible to run with CPU only. Please try to set your cuda device as ‘cpu’ in inference.py. The simulation with cpu only will be very slow if you run the pytorch wrapper. If you are interested in the PPA estimates only you can run the c++ code directly without the wrapper.

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