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

Substitute to forced Nvidia graphics card #28

Open
Bellisario opened this issue Jun 13, 2021 · 6 comments
Open

Substitute to forced Nvidia graphics card #28

Bellisario opened this issue Jun 13, 2021 · 6 comments
Labels
enhancement New feature or request

Comments

@Bellisario
Copy link

From the videos I saw, I started loving ALiEn, but the problem is that I can't install it because I don't have an Nvidia graphics card. Someone know if there is a way to run it equally or there are other solutions that I can consider?

@chrxh
Copy link
Owner

chrxh commented Jun 13, 2021

This would require converting the CUDA code into OpenCL. I think there are tools for this. If someone knows more about it, that would be a great!

@chrxh chrxh added the enhancement New feature or request label Jun 13, 2021
@Ccode-lang
Copy link

Hi, I was browsing with this issue in mind and found this: https://github.com/ROCm-Developer-Tools/HIPIFY

I don't know how well this might integrate with the current code at the moment but we shouldn't have to rewrite all the cuda code.

@chrxh
Copy link
Owner

chrxh commented Mar 2, 2023

HIP sounds promising. That could be an option for the future.

@Foxlum
Copy link

Foxlum commented Aug 29, 2023

HIP sounds promising. That could be an option for the future.

This is very much possible now that windows has HIP support (The runtime is universal with RDNA2, and 3 on windows), and is actually usable. (as in buildable and running, but it doesn't have the required libraries for stuff like pytorch or similar, but since this is raw CUDA code starting with HIPIFY is a good start into a HIP port that is universal for both)

@caichenyi92

This comment was marked as spam.

@CrispyPin
Copy link

https://github.com/vosen/ZLUDA is probably also worth trying, it lets you run CUDA applications on AMD graphics.

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

No branches or pull requests

6 participants