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

Fixed MANIFEST.in to include CUDA/OpenCL sources when installing #483

Merged
merged 1 commit into from
Apr 28, 2022

Conversation

kohlerca
Copy link
Collaborator

Currently, when installing Elephant, the CUDA/OpenCL sources in elephant/asset are not copied. This leads to failure when trying to run ASSET using GPU acceleration.

This PR fixes the manifest file so that all required files are copied.

@Moritz-Alexander-Kern
Copy link
Member

Thanks for pointing this out @kohlerca

I checked elephant release 0.10.0, here the relevant *cl and *cuare still included in the build package.
In 0.11.0 and 0.11.1, they are missing, this PR fixes this.

@Moritz-Alexander-Kern Moritz-Alexander-Kern added bug Indicates an unexpected problem or unintended behavior bugfix Fix for an indentified bug. and removed bug Indicates an unexpected problem or unintended behavior labels Apr 28, 2022
@Moritz-Alexander-Kern Moritz-Alexander-Kern added this to the v0.12.0 milestone Apr 28, 2022
@Moritz-Alexander-Kern Moritz-Alexander-Kern merged commit 6ed3cb3 into NeuralEnsemble:master Apr 28, 2022
@Moritz-Alexander-Kern Moritz-Alexander-Kern deleted the fix/cuda_sources branch June 22, 2022 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Fix for an indentified bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants