A recent PR added -Werror to the cythonization step in cuda.core. This fails a build when cython warns about code issues (see the mentioned PR for examples).
We want to add the -Werror flag to the cythonization step in cuda.bindings as well but first need to work on the cybind for it to produce warnings-free cython code.
A recent PR added
-Werrorto the cythonization step incuda.core. This fails a build when cython warns about code issues (see the mentioned PR for examples).We want to add the
-Werrorflag to the cythonization step incuda.bindingsas well but first need to work on thecybindfor it to produce warnings-free cython code.