Replies: 1 comment
-
Should be fixed on |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
when compiling cuda code with nanobind a invalid type conversion error is thrown in nanobind\nb_func.h
The error only occurs in Windows, in Linux it worked fine.
Did someone else encounter this problem or has a suggestion?
A minimal example that causes this error for me can be found here: https://github.com/lgarrison/cupy-nanobind-example
Below you find the source, CMakeLists and my console output with the error.
cuda.cu
CMakeLists.txt
Beta Was this translation helpful? Give feedback.
All reactions