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

Repair NVRTC DLL copy phase for all CUDA versions forever #253

Merged
merged 1 commit into from
Mar 18, 2019

Conversation

Spudz76
Copy link
Contributor

@Spudz76 Spudz76 commented Mar 18, 2019

Building against CUDA 10.1 did not post-copy any DLLs due to garbage fixed-logic
Building against CUDA 8 same deal

Changed to GLOB so now it will hunt and copy them regardless what the version.

** "forever" defined as: until nvidia decides to completely rename them, or something dumb

@xmrig xmrig merged commit b535699 into xmrig:dev Mar 18, 2019
@xmrig
Copy link
Owner

xmrig commented Mar 18, 2019

Good catch. Thank you.

Small defense for old garbage fixed-logic: CUDA 10.0 was latest version and it was work with 8.0, this code was added mostly for https://buildbot.xmrig.com

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

Successfully merging this pull request may close these issues.

None yet

2 participants