zeroshade commented on PR #37497: URL: https://github.com/apache/arrow/pull/37497#issuecomment-1701808559
@pitrou @AlenkaF @jorisvandenbossche I haven't been able to work out why the include path for `cuda.h` isn't getting included properly for the pyarrow python build here. The change I made caused the `cuda.h` include to now be exposed to the cython build (previously it was only in a `.cc` file on the C++ side so the cython build never needed to include it through `cuda_api.h`). Unfortunately it seems i'm not familiar enough with the cython/pyarrow build to work this out on my own. Running tests myself locally I don't have any problems building it with a mamba environment, so I'm not sure what I'm missing. Any of you have any ideas? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
