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

Workaround for compiler error on NVIDIA HPC SDK nvc++ 20.9-0 #2714

Closed
wants to merge 1 commit into from

Conversation

dmikushin
Copy link

Adding a workaround for compile error with NVIDIA HPC SDK nvc++ 20.9-0: error: no instance of overloaded function pybind11::detail::collect_arguments matches the argument list argument types are: (pybind11::object, pybind11::str, pybind11::int_) return detail::collect_arguments<policy>(std::forward<Args>(args)...).call(derived().ptr());

This PR could be used for further discussion, should other NVIDIA HPC SDK users come across the same problem.

…0: "error: no instance of overloaded function pybind11::detail::collect_arguments matches the argument list argument types are: (pybind11::object, pybind11::str, pybind11::int_) return detail::collect_arguments<policy>(std::forward<Args>(args)...).call(derived().ptr());"
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

1 participant