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

Cuda support for ROOT, PyROOT #216

Open
lan13005 opened this issue Oct 8, 2023 · 0 comments
Open

Cuda support for ROOT, PyROOT #216

lan13005 opened this issue Oct 8, 2023 · 0 comments
Labels
question Further information is requested

Comments

@lan13005
Copy link

lan13005 commented Oct 8, 2023

Comment:

Hi, this question is related to #164
I am using root v6.26.10 installed via conda.

I am using PyROOT to bind some c++ code that uses CUDA. In the end up with a shared library that can then be imported into Python. When I load my library, I get a typedef redefinition error which arises from two different typedef's going on, one assuming cuda is used and another where it isn't (inside RooFit) causing a clash.

I see that by default a lot of things are turned on in these root builds. I was just looking for any information on adding cuda to these builds ( much larger build matrix, I know ), or if there were any technical steps I could take to not install certain parts of conda root or somehow use this repo's source code to build root. I have tried building an updated root version from source without sudo permissions and it has been an unsuccessful headache.

@lan13005 lan13005 added the question Further information is requested label Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant