-
Notifications
You must be signed in to change notification settings - Fork 204
HIP interface #646
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
base: master
Are you sure you want to change the base?
HIP interface #646
Conversation
a4bc168
to
e6ff6b5
Compare
Note: all cpp and cu files were autogenerated using |
I left it on overnight and it still didn't finish |
@purepani sorry, I am away and with no access to computers now. Thanks for this PR! but indeed, the demos should be quite short, at they should tell you how long they will run for (the algorithms) within a minute or so. |
Yeah that demo said it estimated 9 hours(and running it overnight was definitely longer than that too). Anyway, I might not have time to get back to this PR in particular, but someone else can pick this up as a starting point to finish this. |
That 9h is definetly something wrong, demos should finish fairly quick.... |
e6ff6b5
to
f610f8c
Compare
I've successfully compiled the project to HIP*! Addresses #131.
*Currently only compiles to amd, haven't tested it(am currently running one of the demos which is taking a while), and no way to switch between nvidia backend and amd backend for compilation atm, and only on the Python backend right now, so definitely not ready to be merged.
It does compile successfully though!
How long are the demos supposed to take on a reasonably powerful GPU(say a 3080)? I've been leaving
demos/d16_2Dtomography.py
running on my 7800 XT for ~10-15 minutes now with my GPU pinned at 100%(so I assume it's doing something 😄)