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

quda backends #540

Closed
simone-romiti opened this issue May 19, 2022 · 1 comment
Closed

quda backends #540

simone-romiti opened this issue May 19, 2022 · 1 comment
Assignees

Comments

@simone-romiti
Copy link
Contributor

(quoting @kostrzewa from the AMD workshop's QUDA chat)

We should probably do two things:

  1. finally remove the --enable-gpu flag and all the gpu stuff that Florian added about a decade ago. (we can do this later though, not now)
  2. add the option to link against QUDA with different backends

if you look at configure.in line 964, this is where the -lcuda -lcublas linking flags come from. This section should be taken outside the --with-qudadir option and made stand-alone.

Then, one will be able to do something like --with-qudadir=[...] --with-cudadir=[...] for a CUDA build,
while doing something like --with-qudadir=[...] --with-hipdir=[...] for the HIP build.

@simone-romiti simone-romiti self-assigned this May 19, 2022
@simone-romiti
Copy link
Contributor Author

I created a branch to apply this change. Please see #541

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