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 woes: gnu++14 and cudnnGetConvolutionForwardAlgorithm #478

Open
mratsim opened this issue Dec 9, 2020 · 0 comments
Open

Cuda woes: gnu++14 and cudnnGetConvolutionForwardAlgorithm #478

mratsim opened this issue Dec 9, 2020 · 0 comments

Comments

@mratsim
Copy link
Owner

mratsim commented Dec 9, 2020

Since Nim 1.2 Nim now adds -std:gnu++14 to the C++ target which we cannot avoid even after nim-lang/Nim#13933 because the "override" only reorders the arguments passed to the compiler.
Even using clang doesn't prevent that gnu++14.

This can be worked around by using Nim 1.0.4 which leads us to the second problem.

Also since CuDNN 8 the procedure cudnnGetConvolutionForwardAlgorithm has been removed. It can be found under the symbol cudnnGetConvolutionForwardAlgorithm_v7 for the time being, but this requires nimcuda to be updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant