Skip to content

Instantly share code, notes, and snippets.

@ev-br
Created February 22, 2024 16:23
Show Gist options
  • Save ev-br/2a28b5ca7d119eb0f3415cd50357e576 to your computer and use it in GitHub Desktop.
Save ev-br/2a28b5ca7d119eb0f3415cd50357e576 to your computer and use it in GitHub Desktop.
cupy build log
$ python setup.py develop
Generating cache key from header files...
Cache key (1545 files matching /home/ev-br/repos/cupy/cupy/_core/include/**): c1dd808300cf25e56a32798995fa333ef27c5446
-------- Configuring Module: cuda --------
-------- Configuring Module: cusolver --------
-------- Configuring Module: cudnn --------
-------- Configuring Module: nccl --------
/tmp/tmpqjt37vfu/a.cpp:1:10: fatal error: nccl.h: No such file or directory
1 | #include <nccl.h>
| ^~~~~~~~
compilation terminated.
command '/usr/bin/gcc' failed with exit code 1
-------- Configuring Module: nvtx --------
-------- Configuring Module: cutensor --------
/tmp/tmplobs2ymi/a.cpp:1:10: fatal error: cutensor.h: No such file or directory
1 | #include <cutensor.h>
| ^~~~~~~~~~~~
compilation terminated.
command '/usr/bin/gcc' failed with exit code 1
-------- Configuring Module: cub --------
-------- Configuring Module: jitify --------
-------- Configuring Module: random --------
-------- Configuring Module: thrust --------
-------- Configuring Module: cusparselt --------
/tmp/tmpvpy0s7_x/a.cpp:1:10: fatal error: cusparseLt.h: No such file or directory
1 | #include <cusparseLt.h>
| ^~~~~~~~~~~~~~
compilation terminated.
command '/usr/bin/gcc' failed with exit code 1
-------- Configuring Module: dlpack --------
************************************************************
* CuPy Configuration Summary *
************************************************************
Build Environment:
Include directories: ['/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx', '/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust', '/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub', '/home/ev-br/repos/cupy/cupy/_core/include', '/usr/local/cuda/include']
Library directories: ['/usr/local/cuda/lib64']
nvcc command : ['/usr/local/cuda/bin/nvcc']
hipcc command : (not found)
Environment Variables:
CFLAGS : (none)
LDFLAGS : (none)
LIBRARY_PATH : (none)
CUDA_PATH : (none)
NVCC : (none)
HIPCC : (none)
ROCM_HOME : (none)
Modules:
cuda : Yes (version 12030)
cusolver : Yes
cudnn : Yes (version 90000)
nccl : No
-> Include files not found: ['nccl.h']
-> Check your CFLAGS environment variable.
nvtx : Yes
cutensor : No
-> Include files not found: ['cutensor.h']
-> Check your CFLAGS environment variable.
cub : Yes (version 200200)
jitify : Yes (version 174f1602c)
random : Yes
thrust : Yes (version 200200)
cusparselt: No
-> Include files not found: ['cusparseLt.h']
-> Check your CFLAGS environment variable.
dlpack : Yes
WARNING: Some modules could not be configured.
CuPy will be installed without these modules.
Please refer to the Installation Guide for details:
https://docs.cupy.dev/en/stable/install.html
************************************************************
/home/ev-br/.conda/envs/cupyx_ng/lib/python3.10/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************
!!
dist.fetch_build_eggs(dist.setup_requires)
running develop
/home/ev-br/.conda/envs/cupyx_ng/lib/python3.10/site-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` and ``easy_install``.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://github.com/pypa/setuptools/issues/917 for details.
********************************************************************************
!!
easy_install.initialize_options(self)
/home/ev-br/.conda/envs/cupyx_ng/lib/python3.10/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
running egg_info
creating cupy.egg-info
writing cupy.egg-info/PKG-INFO
writing dependency_links to cupy.egg-info/dependency_links.txt
writing requirements to cupy.egg-info/requires.txt
writing top-level names to cupy.egg-info/top_level.txt
writing manifest file 'cupy.egg-info/SOURCES.txt'
reading manifest file 'cupy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.pxi' under directory 'cupy'
warning: no files found matching '*.hpp' under directory 'cupy_backends'
warning: no previously-included files matching '*.cpp' found under directory 'cupy'
warning: no previously-included files matching '*.cpp' found under directory 'cupy_backends'
adding license file 'docs/source/license.rst'
writing manifest file 'cupy.egg-info/SOURCES.txt'
running build_ext
Cythonizing...
Compile-time constants: {
"CUPY_USE_CUDA_PYTHON": false,
"CUPY_CUFFT_STATIC": false,
"CUPY_CYTHON_VERSION": "0.29.37",
"CUPY_CUDA_VERSION": 12030,
"CUPY_HIP_VERSION": 0
}
Compiling cupy_backends/cuda/api/driver.pyx because it changed.
Compiling cupy_backends/cuda/api/_driver_enum.pyx because it changed.
Compiling cupy_backends/cuda/api/runtime.pyx because it changed.
Compiling cupy_backends/cuda/api/_runtime_enum.pyx because it changed.
Compiling cupy_backends/cuda/libs/cublas.pyx because it changed.
Compiling cupy_backends/cuda/libs/curand.pyx because it changed.
Compiling cupy_backends/cuda/libs/cusparse.pyx because it changed.
Compiling cupy_backends/cuda/libs/nvrtc.pyx because it changed.
Compiling cupy_backends/cuda/stream.pyx because it changed.
Compiling cupy_backends/cuda/_softlink.pyx because it changed.
Compiling cupy/_core/_accelerator.pyx because it changed.
Compiling cupy/_core/_carray.pyx because it changed.
Compiling cupy/_core/_cub_reduction.pyx because it changed.
Compiling cupy/_core/_dtype.pyx because it changed.
Compiling cupy/_core/_fusion_kernel.pyx because it changed.
Compiling cupy/_core/_fusion_thread_local.pyx because it changed.
Compiling cupy/_core/_fusion_trace.pyx because it changed.
Compiling cupy/_core/_fusion_variable.pyx because it changed.
Compiling cupy/_core/_kernel.pyx because it changed.
Compiling cupy/_core/_memory_range.pyx because it changed.
Compiling cupy/_core/_optimize_config.pyx because it changed.
Compiling cupy/_core/_reduction.pyx because it changed.
Compiling cupy/_core/_routines_binary.pyx because it changed.
Compiling cupy/_core/_routines_indexing.pyx because it changed.
Compiling cupy/_core/_routines_linalg.pyx because it changed.
Compiling cupy/_core/_routines_logic.pyx because it changed.
Compiling cupy/_core/_routines_manipulation.pyx because it changed.
Compiling cupy/_core/_routines_math.pyx because it changed.
Compiling cupy/_core/_routines_sorting.pyx because it changed.
Compiling cupy/_core/_routines_statistics.pyx because it changed.
Compiling cupy/_core/_scalar.pyx because it changed.
Compiling cupy/_core/core.pyx because it changed.
Compiling cupy/_core/flags.pyx because it changed.
Compiling cupy/_core/internal.pyx because it changed.
Compiling cupy/_core/fusion.pyx because it changed.
Compiling cupy/_core/new_fusion.pyx because it changed.
Compiling cupy/_core/raw.pyx because it changed.
Compiling cupy/cuda/common.pyx because it changed.
Compiling cupy/cuda/cufft.pyx because it changed.
Compiling cupy/cuda/device.pyx because it changed.
Compiling cupy/cuda/memory.pyx because it changed.
Compiling cupy/cuda/memory_hook.pyx because it changed.
Compiling cupy/cuda/pinned_memory.pyx because it changed.
Compiling cupy/cuda/function.pyx because it changed.
Compiling cupy/cuda/stream.pyx because it changed.
Compiling cupy/cuda/graph.pyx because it changed.
Compiling cupy/cuda/texture.pyx because it changed.
Compiling cupy/fft/_cache.pyx because it changed.
Compiling cupy/fft/_callback.pyx because it changed.
Compiling cupy/lib/_polynomial.pyx because it changed.
Compiling cupy/_util.pyx because it changed.
Compiling cupy_backends/cuda/libs/cusolver.pyx because it changed.
Compiling cupyx/cusolver.pyx because it changed.
Compiling cupy_backends/cuda/libs/cudnn.pyx because it changed.
Compiling cupyx/cudnn.pyx because it changed.
Compiling cupy_backends/cuda/libs/nvtx.pyx because it changed.
Compiling cupy/cuda/cub.pyx because it changed.
Compiling cupy/cuda/jitify.pyx because it changed.
Compiling cupy/random/_bit_generator.pyx because it changed.
Compiling cupy/random/_generator_api.pyx because it changed.
Compiling cupy/cuda/thrust.pyx because it changed.
Compiling cupy/_core/dlpack.pyx because it changed.
[ 1/62] Cythonizing cupy/_core/_accelerator.pyx
[ 2/62] Cythonizing cupy/_core/_carray.pyx
[ 3/62] Cythonizing cupy/_core/_cub_reduction.pyx
[ 4/62] Cythonizing cupy/_core/_dtype.pyx
[ 5/62] Cythonizing cupy/_core/_fusion_kernel.pyx
[ 6/62] Cythonizing cupy/_core/_fusion_thread_local.pyx
[ 7/62] Cythonizing cupy/_core/_fusion_trace.pyx
[ 8/62] Cythonizing cupy/_core/_fusion_variable.pyx
[ 9/62] Cythonizing cupy/_core/_kernel.pyx
[10/62] Cythonizing cupy/_core/_memory_range.pyx
[11/62] Cythonizing cupy/_core/_optimize_config.pyx
[12/62] Cythonizing cupy/_core/_reduction.pyx
[13/62] Cythonizing cupy/_core/_routines_binary.pyx
[14/62] Cythonizing cupy/_core/_routines_indexing.pyx
[15/62] Cythonizing cupy/_core/_routines_linalg.pyx
[16/62] Cythonizing cupy/_core/_routines_logic.pyx
[17/62] Cythonizing cupy/_core/_routines_manipulation.pyx
[18/62] Cythonizing cupy/_core/_routines_math.pyx
[19/62] Cythonizing cupy/_core/_routines_sorting.pyx
[20/62] Cythonizing cupy/_core/_routines_statistics.pyx
[21/62] Cythonizing cupy/_core/_scalar.pyx
[22/62] Cythonizing cupy/_core/core.pyx
[23/62] Cythonizing cupy/_core/dlpack.pyx
[24/62] Cythonizing cupy/_core/flags.pyx
[25/62] Cythonizing cupy/_core/fusion.pyx
[26/62] Cythonizing cupy/_core/internal.pyx
[27/62] Cythonizing cupy/_core/new_fusion.pyx
[28/62] Cythonizing cupy/_core/raw.pyx
[29/62] Cythonizing cupy/_util.pyx
[30/62] Cythonizing cupy/cuda/common.pyx
[31/62] Cythonizing cupy/cuda/cub.pyx
[32/62] Cythonizing cupy/cuda/cufft.pyx
[33/62] Cythonizing cupy/cuda/device.pyx
[34/62] Cythonizing cupy/cuda/function.pyx
[35/62] Cythonizing cupy/cuda/graph.pyx
[36/62] Cythonizing cupy/cuda/jitify.pyx
[37/62] Cythonizing cupy/cuda/memory.pyx
[38/62] Cythonizing cupy/cuda/memory_hook.pyx
[39/62] Cythonizing cupy/cuda/pinned_memory.pyx
[40/62] Cythonizing cupy/cuda/stream.pyx
[41/62] Cythonizing cupy/cuda/texture.pyx
[42/62] Cythonizing cupy/cuda/thrust.pyx
[43/62] Cythonizing cupy/fft/_cache.pyx
[44/62] Cythonizing cupy/fft/_callback.pyx
[45/62] Cythonizing cupy/lib/_polynomial.pyx
[46/62] Cythonizing cupy/random/_bit_generator.pyx
[47/62] Cythonizing cupy/random/_generator_api.pyx
[48/62] Cythonizing cupy_backends/cuda/_softlink.pyx
[49/62] Cythonizing cupy_backends/cuda/api/_driver_enum.pyx
[50/62] Cythonizing cupy_backends/cuda/api/_runtime_enum.pyx
[51/62] Cythonizing cupy_backends/cuda/api/driver.pyx
[52/62] Cythonizing cupy_backends/cuda/api/runtime.pyx
[53/62] Cythonizing cupy_backends/cuda/libs/cublas.pyx
[54/62] Cythonizing cupy_backends/cuda/libs/cudnn.pyx
[55/62] Cythonizing cupy_backends/cuda/libs/curand.pyx
[56/62] Cythonizing cupy_backends/cuda/libs/cusolver.pyx
[57/62] Cythonizing cupy_backends/cuda/libs/cusparse.pyx
[58/62] Cythonizing cupy_backends/cuda/libs/nvrtc.pyx
[59/62] Cythonizing cupy_backends/cuda/libs/nvtx.pyx
[60/62] Cythonizing cupy_backends/cuda/stream.pyx
[61/62] Cythonizing cupyx/cudnn.pyx
[62/62] Cythonizing cupyx/cusolver.pyx
Building extensions...
building 'cupy_backends.cuda.api.driver' extension
creating build
building 'cupy_backends.cuda.api._driver_enum' extension
creating build/temp.linux-x86_64-cpython-310
creating build/temp.linux-x86_64-cpython-310
creating build/temp.linux-x86_64-cpython-310/cupy_backends
building 'cupy_backends.cuda.api.runtime' extension
building 'cupy_backends.cuda.api._runtime_enum' extension
creating build/temp.linux-x86_64-cpython-310/cupy_backends/cuda
creating build/temp.linux-x86_64-cpython-310/cupy_backends/cuda
creating build/temp.linux-x86_64-cpython-310/cupy_backends/cuda
creating build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/api
creating build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/api
creating build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/api
creating build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/api
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy_backends/cuda/api/_runtime_enum.cpp -o build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/api/_runtime_enum.o
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy_backends/cuda/api/runtime.cpp -o build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/api/runtime.o
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy_backends/cuda/api/_driver_enum.cpp -o build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/api/_driver_enum.o
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy_backends/cuda/api/driver.cpp -o build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/api/driver.o
creating build/lib.linux-x86_64-cpython-310
creating build/lib.linux-x86_64-cpython-310/cupy_backends
creating build/lib.linux-x86_64-cpython-310/cupy_backends/cuda
creating build/lib.linux-x86_64-cpython-310/cupy_backends/cuda/api
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/api/_driver_enum.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy_backends/cuda/api/_driver_enum.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy_backends.cuda.libs.cublas' extension
creating build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/libs
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy_backends/cuda/libs/cublas.cpp -o build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/libs/cublas.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/api/_runtime_enum.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy_backends/cuda/api/_runtime_enum.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy_backends.cuda.libs.curand' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy_backends/cuda/libs/curand.cpp -o build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/libs/curand.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/api/driver.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy_backends/cuda/api/driver.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy_backends.cuda.libs.cusparse' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy_backends/cuda/libs/cusparse.cpp -o build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/libs/cusparse.o
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_scsrsv2_analysis(intptr_t, int, int, int, size_t, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:17615:343: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
17615 | lA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrsv2Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_dcsrsv2_analysis(intptr_t, int, int, int, size_t, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:17870:344: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
17870 | lA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrsv2Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_ccsrsv2_analysis(intptr_t, int, int, int, size_t, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:18125:347: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
18125 | lA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrsv2Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_zcsrsv2_analysis(intptr_t, int, int, int, size_t, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:18380:353: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
18380 | lA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrsv2Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_scsrsv2_solve(intptr_t, int, int, int, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:18635:422: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
18635 | t const *)__pyx_v_csrSortedColIndA), ((csrsv2Info_t)__pyx_v_info), ((float const *)__pyx_v_x), ((float *)__pyx_v_y), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_dcsrsv2_solve(intptr_t, int, int, int, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:18923:426: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
18923 | const *)__pyx_v_csrSortedColIndA), ((csrsv2Info_t)__pyx_v_info), ((double const *)__pyx_v_x), ((double *)__pyx_v_y), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_ccsrsv2_solve(intptr_t, int, int, int, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:19211:438: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
19211 | *)__pyx_v_csrSortedColIndA), ((csrsv2Info_t)__pyx_v_info), ((cuComplex const *)__pyx_v_x), ((cuComplex *)__pyx_v_y), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_zcsrsv2_solve(intptr_t, int, int, int, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:19499:462: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
19499 | rSortedColIndA), ((csrsv2Info_t)__pyx_v_info), ((cuDoubleComplex const *)__pyx_v_x), ((cuDoubleComplex *)__pyx_v_y), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘size_t __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_scsrsm2_bufferSizeExt(intptr_t, int, int, int, int, int, int, size_t, size_t, size_t, size_t, size_t, size_t, int, size_t, int, int)’:
cupy_backends/cuda/libs/cusparse.cpp:22699:482: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
22699 | dRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((float *)__pyx_v_B), __pyx_v_ldb, ((csrsm2Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), (&__pyx_v_bufferSize));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘size_t __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_dcsrsm2_bufferSizeExt(intptr_t, int, int, int, int, int, int, size_t, size_t, size_t, size_t, size_t, size_t, int, size_t, int, int)’:
cupy_backends/cuda/libs/cusparse.cpp:23023:485: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
23023 | RowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((double *)__pyx_v_B), __pyx_v_ldb, ((csrsm2Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), (&__pyx_v_bufferSize));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘size_t __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_ccsrsm2_bufferSizeExt(intptr_t, int, int, int, int, int, int, size_t, size_t, size_t, size_t, size_t, size_t, int, size_t, int, int)’:
cupy_backends/cuda/libs/cusparse.cpp:23347:494: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
23347 | PtrA), ((int const *)__pyx_v_csrSortedColIndA), ((cuComplex *)__pyx_v_B), __pyx_v_ldb, ((csrsm2Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), (&__pyx_v_bufferSize));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘size_t __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_zcsrsm2_bufferSizeExt(intptr_t, int, int, int, int, int, int, size_t, size_t, size_t, size_t, size_t, size_t, int, size_t, int, int)’:
cupy_backends/cuda/libs/cusparse.cpp:23671:512: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
23671 | ((int const *)__pyx_v_csrSortedColIndA), ((cuDoubleComplex *)__pyx_v_B), __pyx_v_ldb, ((csrsm2Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), (&__pyx_v_bufferSize));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_scsrsm2_analysis(intptr_t, int, int, int, int, int, int, size_t, size_t, size_t, size_t, size_t, size_t, int, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:23993:477: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
23993 | dRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((float *)__pyx_v_B), __pyx_v_ldb, ((csrsm2Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_dcsrsm2_analysis(intptr_t, int, int, int, int, int, int, size_t, size_t, size_t, size_t, size_t, size_t, int, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:24314:480: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
24314 | RowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((double *)__pyx_v_B), __pyx_v_ldb, ((csrsm2Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_ccsrsm2_analysis(intptr_t, int, int, int, int, int, int, size_t, size_t, size_t, size_t, size_t, size_t, int, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:24635:489: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
24635 | PtrA), ((int const *)__pyx_v_csrSortedColIndA), ((cuComplex *)__pyx_v_B), __pyx_v_ldb, ((csrsm2Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_zcsrsm2_analysis(intptr_t, int, int, int, int, int, int, size_t, size_t, size_t, size_t, size_t, size_t, int, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:24956:507: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
24956 | ((int const *)__pyx_v_csrSortedColIndA), ((cuDoubleComplex *)__pyx_v_B), __pyx_v_ldb, ((csrsm2Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_scsrsm2_solve(intptr_t, int, int, int, int, int, int, size_t, size_t, size_t, size_t, size_t, size_t, int, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:25277:474: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
25277 | dRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((float *)__pyx_v_B), __pyx_v_ldb, ((csrsm2Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_dcsrsm2_solve(intptr_t, int, int, int, int, int, int, size_t, size_t, size_t, size_t, size_t, size_t, int, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:25598:477: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
25598 | RowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((double *)__pyx_v_B), __pyx_v_ldb, ((csrsm2Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_ccsrsm2_solve(intptr_t, int, int, int, int, int, int, size_t, size_t, size_t, size_t, size_t, size_t, int, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:25919:486: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
25919 | PtrA), ((int const *)__pyx_v_csrSortedColIndA), ((cuComplex *)__pyx_v_B), __pyx_v_ldb, ((csrsm2Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_zcsrsm2_solve(intptr_t, int, int, int, int, int, int, size_t, size_t, size_t, size_t, size_t, size_t, int, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:26240:504: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
26240 | ((int const *)__pyx_v_csrSortedColIndA), ((cuDoubleComplex *)__pyx_v_B), __pyx_v_ldb, ((csrsm2Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
creating build/lib.linux-x86_64-cpython-310/cupy_backends/cuda/libs
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/libs/curand.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy_backends/cuda/libs/curand.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy_backends.cuda.libs.nvrtc' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy_backends/cuda/libs/nvrtc.cpp -o build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/libs/nvrtc.o
cupy_backends/cuda/libs/cusparse.cpp: In function ‘int __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_snnz_compress(intptr_t, int, size_t, size_t, size_t, size_t, float, int)’:
cupy_backends/cuda/libs/cusparse.cpp:40368:41: warning: ‘cusparseStatus_t cusparseSnnz_compress(cusparseHandle_t, int, cusparseMatDescr_t, const float*, const int*, int*, int*, float)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
40368 | __pyx_v_status = cusparseSnnz_compress(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, ((cusparseMatDescr_t const )__pyx_v_descr), ((float const *)__pyx_v_values), ((int const *)__pyx_v_rowPtr), ((int *)__pyx_v_nnzPerRow), (&__pyx_v_nnz_total), __pyx_v_tol);
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:3144:1: note: declared here
3144 | cusparseSnnz_compress(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘int __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_dnnz_compress(intptr_t, int, size_t, size_t, size_t, size_t, double, int)’:
cupy_backends/cuda/libs/cusparse.cpp:40593:41: warning: ‘cusparseStatus_t cusparseDnnz_compress(cusparseHandle_t, int, cusparseMatDescr_t, const double*, const int*, int*, int*, double)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
40593 | __pyx_v_status = cusparseDnnz_compress(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, ((cusparseMatDescr_t const )__pyx_v_descr), ((double const *)__pyx_v_values), ((int const *)__pyx_v_rowPtr), ((int *)__pyx_v_nnzPerRow), (&__pyx_v_nnz_total), __pyx_v_tol);
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:3155:1: note: declared here
3155 | cusparseDnnz_compress(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘int __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_cnnz_compress(intptr_t, int, size_t, size_t, size_t, size_t, __pyx_t_double_complex, int)’:
cupy_backends/cuda/libs/cusparse.cpp:40818:41: warning: ‘cusparseStatus_t cusparseCnnz_compress(cusparseHandle_t, int, cusparseMatDescr_t, const cuComplex*, const int*, int*, int*, cuComplex)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
40818 | __pyx_v_status = cusparseCnnz_compress(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, ((cusparseMatDescr_t const )__pyx_v_descr), ((cuComplex const *)__pyx_v_values), ((int const *)__pyx_v_rowPtr), ((int *)__pyx_v_nnzPerRow), (&__pyx_v_nnz_total), __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_complex_to_cuda(__pyx_v_tol));
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:3166:1: note: declared here
3166 | cusparseCnnz_compress(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘int __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_znnz_compress(intptr_t, int, size_t, size_t, size_t, size_t, __pyx_t_double_complex, int)’:
cupy_backends/cuda/libs/cusparse.cpp:41043:41: warning: ‘cusparseStatus_t cusparseZnnz_compress(cusparseHandle_t, int, cusparseMatDescr_t, const cuDoubleComplex*, const int*, int*, int*, cuDoubleComplex)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
41043 | __pyx_v_status = cusparseZnnz_compress(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, ((cusparseMatDescr_t const )__pyx_v_descr), ((cuDoubleComplex const *)__pyx_v_values), ((int const *)__pyx_v_rowPtr), ((int *)__pyx_v_nnzPerRow), (&__pyx_v_nnz_total), __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_double_complex_to_cuda(__pyx_v_tol));
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:3177:1: note: declared here
3177 | cusparseZnnz_compress(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_scsr2csr_compress(intptr_t, int, int, size_t, size_t, size_t, size_t, int, size_t, size_t, size_t, size_t, float, int)’:
cupy_backends/cuda/libs/cusparse.cpp:41266:45: warning: ‘cusparseStatus_t cusparseScsr2csr_compress(cusparseHandle_t, int, int, cusparseMatDescr_t, const float*, const int*, const int*, int, const int*, float*, int*, int*, float)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
41266 | __pyx_v_status = cusparseScsr2csr_compress(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_n, ((cusparseMatDescr_t)__pyx_v_descrA), ((float const *)__pyx_v_inVal), ((int const *)__pyx_v_inColInd), ((int const *)__pyx_v_inRowPtr), __pyx_v_inNnz, ((int *)__pyx_v_nnzPerRow), ((float *)__pyx_v_outVal), ((int *)__pyx_v_outColInd), ((int *)__pyx_v_outRowPtr), __pyx_v_tol);
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:3188:1: note: declared here
3188 | cusparseScsr2csr_compress(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_dcsr2csr_compress(intptr_t, int, int, size_t, size_t, size_t, size_t, int, size_t, size_t, size_t, size_t, float, int)’:
cupy_backends/cuda/libs/cusparse.cpp:41543:45: warning: ‘cusparseStatus_t cusparseDcsr2csr_compress(cusparseHandle_t, int, int, cusparseMatDescr_t, const double*, const int*, const int*, int, const int*, double*, int*, int*, double)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
41543 | __pyx_v_status = cusparseDcsr2csr_compress(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_n, ((cusparseMatDescr_t)__pyx_v_descrA), ((double const *)__pyx_v_inVal), ((int const *)__pyx_v_inColInd), ((int const *)__pyx_v_inRowPtr), __pyx_v_inNnz, ((int *)__pyx_v_nnzPerRow), ((double *)__pyx_v_outVal), ((int *)__pyx_v_outColInd), ((int *)__pyx_v_outRowPtr), __pyx_v_tol);
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:3204:1: note: declared here
3204 | cusparseDcsr2csr_compress(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_ccsr2csr_compress(intptr_t, int, int, size_t, size_t, size_t, size_t, int, size_t, size_t, size_t, size_t, __pyx_t_double_complex, int)’:
cupy_backends/cuda/libs/cusparse.cpp:41820:45: warning: ‘cusparseStatus_t cusparseCcsr2csr_compress(cusparseHandle_t, int, int, cusparseMatDescr_t, const cuComplex*, const int*, const int*, int, const int*, cuComplex*, int*, int*, cuComplex)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
41820 | __pyx_v_status = cusparseCcsr2csr_compress(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_n, ((cusparseMatDescr_t)__pyx_v_descrA), ((cuComplex const *)__pyx_v_inVal), ((int const *)__pyx_v_inColInd), ((int const *)__pyx_v_inRowPtr), __pyx_v_inNnz, ((int *)__pyx_v_nnzPerRow), ((cuComplex *)__pyx_v_outVal), ((int *)__pyx_v_outColInd), ((int *)__pyx_v_outRowPtr), __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_complex_to_cuda(__pyx_v_tol));
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:3220:1: note: declared here
3220 | cusparseCcsr2csr_compress(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_zcsr2csr_compress(intptr_t, int, int, size_t, size_t, size_t, size_t, int, size_t, size_t, size_t, size_t, __pyx_t_double_complex, int)’:
cupy_backends/cuda/libs/cusparse.cpp:42097:45: warning: ‘cusparseStatus_t cusparseZcsr2csr_compress(cusparseHandle_t, int, int, cusparseMatDescr_t, const cuDoubleComplex*, const int*, const int*, int, const int*, cuDoubleComplex*, int*, int*, cuDoubleComplex)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
42097 | __pyx_v_status = cusparseZcsr2csr_compress(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_n, ((cusparseMatDescr_t)__pyx_v_descrA), ((cuDoubleComplex const *)__pyx_v_inVal), ((int const *)__pyx_v_inColInd), ((int const *)__pyx_v_inRowPtr), __pyx_v_inNnz, ((int *)__pyx_v_nnzPerRow), ((cuDoubleComplex *)__pyx_v_outVal), ((int *)__pyx_v_outColInd), ((int *)__pyx_v_outRowPtr), __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_double_complex_to_cuda(__pyx_v_tol));
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:3236:1: note: declared here
3236 | cusparseZcsr2csr_compress(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_createIdentityPermutation(intptr_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:45258:53: warning: ‘cusparseStatus_t cusparseCreateIdentityPermutation(cusparseHandle_t, int, int*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
45258 | __pyx_v_status = cusparseCreateIdentityPermutation(((cusparseHandle_t)__pyx_v_handle), __pyx_v_n, ((int *)__pyx_v_p));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:4060:1: note: declared here
4060 | cusparseCreateIdentityPermutation(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘size_t __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_createCsrilu02Info(int)’:
cupy_backends/cuda/libs/cusparse.cpp:46953:18: warning: ‘csrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
46953 | csrilu02Info_t __pyx_v_info;
| ^~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:238:22: note: declared here
238 | struct csrilu02Info* csrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:46985:52: warning: ‘cusparseStatus_t cusparseCreateCsrilu02Info(csrilu02Info**)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
46985 | __pyx_v_status = cusparseCreateCsrilu02Info((&__pyx_v_info));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:450:1: note: declared here
450 | cusparseCreateCsrilu02Info(csrilu02Info_t* info);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_destroyCsrilu02Info(size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:47128:56: warning: ‘csrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
47128 | __pyx_v_status = cusparseDestroyCsrilu02Info(((csrilu02Info_t)__pyx_v_info));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:238:22: note: declared here
238 | struct csrilu02Info* csrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:47128:53: warning: ‘cusparseStatus_t cusparseDestroyCsrilu02Info(csrilu02Info_t)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
47128 | __pyx_v_status = cusparseDestroyCsrilu02Info(((csrilu02Info_t)__pyx_v_info));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:454:1: note: declared here
454 | cusparseDestroyCsrilu02Info(csrilu02Info_t info);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘size_t __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_createBsrilu02Info(int)’:
cupy_backends/cuda/libs/cusparse.cpp:47242:18: warning: ‘bsrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
47242 | bsrilu02Info_t __pyx_v_info;
| ^~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:242:22: note: declared here
242 | struct bsrilu02Info* bsrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:47274:52: warning: ‘cusparseStatus_t cusparseCreateBsrilu02Info(bsrilu02Info**)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
47274 | __pyx_v_status = cusparseCreateBsrilu02Info((&__pyx_v_info));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:458:1: note: declared here
458 | cusparseCreateBsrilu02Info(bsrilu02Info_t* info);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_destroyBsrilu02Info(size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:47417:56: warning: ‘bsrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
47417 | __pyx_v_status = cusparseDestroyBsrilu02Info(((bsrilu02Info_t)__pyx_v_info));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:242:22: note: declared here
242 | struct bsrilu02Info* bsrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:47417:53: warning: ‘cusparseStatus_t cusparseDestroyBsrilu02Info(bsrilu02Info_t)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
47417 | __pyx_v_status = cusparseDestroyBsrilu02Info(((bsrilu02Info_t)__pyx_v_info));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:462:1: note: declared here
462 | cusparseDestroyBsrilu02Info(bsrilu02Info_t info);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘size_t __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_createCsric02Info(int)’:
cupy_backends/cuda/libs/cusparse.cpp:47531:17: warning: ‘csric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
47531 | csric02Info_t __pyx_v_info;
| ^~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:230:21: note: declared here
230 | struct csric02Info* csric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:47563:51: warning: ‘cusparseStatus_t cusparseCreateCsric02Info(csric02Info**)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
47563 | __pyx_v_status = cusparseCreateCsric02Info((&__pyx_v_info));
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:434:1: note: declared here
434 | cusparseCreateCsric02Info(csric02Info_t* info);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_destroyCsric02Info(size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:47706:55: warning: ‘csric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
47706 | __pyx_v_status = cusparseDestroyCsric02Info(((csric02Info_t)__pyx_v_info));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:230:21: note: declared here
230 | struct csric02Info* csric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:47706:52: warning: ‘cusparseStatus_t cusparseDestroyCsric02Info(csric02Info_t)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
47706 | __pyx_v_status = cusparseDestroyCsric02Info(((csric02Info_t)__pyx_v_info));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:438:1: note: declared here
438 | cusparseDestroyCsric02Info(csric02Info_t info);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘size_t __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_createBsric02Info(int)’:
cupy_backends/cuda/libs/cusparse.cpp:47820:17: warning: ‘bsric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
47820 | bsric02Info_t __pyx_v_info;
| ^~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:234:21: note: declared here
234 | struct bsric02Info* bsric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:47852:51: warning: ‘cusparseStatus_t cusparseCreateBsric02Info(bsric02Info**)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
47852 | __pyx_v_status = cusparseCreateBsric02Info((&__pyx_v_info));
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:442:1: note: declared here
442 | cusparseCreateBsric02Info(bsric02Info_t* info);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_destroyBsric02Info(size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:47995:55: warning: ‘bsric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
47995 | __pyx_v_status = cusparseDestroyBsric02Info(((bsric02Info_t)__pyx_v_info));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:234:21: note: declared here
234 | struct bsric02Info* bsric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:47995:52: warning: ‘cusparseStatus_t cusparseDestroyBsric02Info(bsric02Info_t)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
47995 | __pyx_v_status = cusparseDestroyBsric02Info(((bsric02Info_t)__pyx_v_info));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:446:1: note: declared here
446 | cusparseDestroyBsric02Info(bsric02Info_t info);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_scsrilu02_numericBoost(intptr_t, size_t, int, size_t, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:48148:95: warning: ‘csrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
48148 | __pyx_v_status = cusparseScsrilu02_numericBoost(((cusparseHandle_t)__pyx_v_handle), ((csrilu02Info_t)__pyx_v_info), __pyx_v_enable_boost, ((double *)__pyx_v_tol), ((float *)__pyx_v_boost_val));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:238:22: note: declared here
238 | struct csrilu02Info* csrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:48148:56: warning: ‘cusparseStatus_t cusparseScsrilu02_numericBoost(cusparseHandle_t, csrilu02Info_t, int, double*, float*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
48148 | __pyx_v_status = cusparseScsrilu02_numericBoost(((cusparseHandle_t)__pyx_v_handle), ((csrilu02Info_t)__pyx_v_info), __pyx_v_enable_boost, ((double *)__pyx_v_tol), ((float *)__pyx_v_boost_val));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1422:1: note: declared here
1422 | cusparseScsrilu02_numericBoost(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_dcsrilu02_numericBoost(intptr_t, size_t, int, size_t, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:48372:95: warning: ‘csrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
48372 | __pyx_v_status = cusparseDcsrilu02_numericBoost(((cusparseHandle_t)__pyx_v_handle), ((csrilu02Info_t)__pyx_v_info), __pyx_v_enable_boost, ((double *)__pyx_v_tol), ((double *)__pyx_v_boost_val));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:238:22: note: declared here
238 | struct csrilu02Info* csrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:48372:56: warning: ‘cusparseStatus_t cusparseDcsrilu02_numericBoost(cusparseHandle_t, csrilu02Info_t, int, double*, double*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
48372 | __pyx_v_status = cusparseDcsrilu02_numericBoost(((cusparseHandle_t)__pyx_v_handle), ((csrilu02Info_t)__pyx_v_info), __pyx_v_enable_boost, ((double *)__pyx_v_tol), ((double *)__pyx_v_boost_val));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1430:1: note: declared here
1430 | cusparseDcsrilu02_numericBoost(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_ccsrilu02_numericBoost(intptr_t, size_t, int, size_t, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:48596:95: warning: ‘csrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
48596 | __pyx_v_status = cusparseCcsrilu02_numericBoost(((cusparseHandle_t)__pyx_v_handle), ((csrilu02Info_t)__pyx_v_info), __pyx_v_enable_boost, ((double *)__pyx_v_tol), ((cuComplex *)__pyx_v_boost_val));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:238:22: note: declared here
238 | struct csrilu02Info* csrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:48596:56: warning: ‘cusparseStatus_t cusparseCcsrilu02_numericBoost(cusparseHandle_t, csrilu02Info_t, int, double*, cuComplex*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
48596 | __pyx_v_status = cusparseCcsrilu02_numericBoost(((cusparseHandle_t)__pyx_v_handle), ((csrilu02Info_t)__pyx_v_info), __pyx_v_enable_boost, ((double *)__pyx_v_tol), ((cuComplex *)__pyx_v_boost_val));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1438:1: note: declared here
1438 | cusparseCcsrilu02_numericBoost(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_zcsrilu02_numericBoost(intptr_t, size_t, int, size_t, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:48820:95: warning: ‘csrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
48820 | __pyx_v_status = cusparseZcsrilu02_numericBoost(((cusparseHandle_t)__pyx_v_handle), ((csrilu02Info_t)__pyx_v_info), __pyx_v_enable_boost, ((double *)__pyx_v_tol), ((cuDoubleComplex *)__pyx_v_boost_val));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:238:22: note: declared here
238 | struct csrilu02Info* csrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:48820:56: warning: ‘cusparseStatus_t cusparseZcsrilu02_numericBoost(cusparseHandle_t, csrilu02Info_t, int, double*, cuDoubleComplex*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
48820 | __pyx_v_status = cusparseZcsrilu02_numericBoost(((cusparseHandle_t)__pyx_v_handle), ((csrilu02Info_t)__pyx_v_info), __pyx_v_enable_boost, ((double *)__pyx_v_tol), ((cuDoubleComplex *)__pyx_v_boost_val));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1446:1: note: declared here
1446 | cusparseZcsrilu02_numericBoost(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_xcsrilu02_zeroPivot(intptr_t, size_t, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:49044:92: warning: ‘csrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
49044 | __pyx_v_status = cusparseXcsrilu02_zeroPivot(((cusparseHandle_t)__pyx_v_handle), ((csrilu02Info_t)__pyx_v_info), ((int *)__pyx_v_position));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:238:22: note: declared here
238 | struct csrilu02Info* csrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:49044:53: warning: ‘cusparseStatus_t cusparseXcsrilu02_zeroPivot(cusparseHandle_t, csrilu02Info_t, int*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
49044 | __pyx_v_status = cusparseXcsrilu02_zeroPivot(((cusparseHandle_t)__pyx_v_handle), ((csrilu02Info_t)__pyx_v_info), ((int *)__pyx_v_position));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1454:1: note: declared here
1454 | cusparseXcsrilu02_zeroPivot(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘int __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_scsrilu02_bufferSize(intptr_t, int, int, size_t, size_t, size_t, size_t, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:49248:278: warning: ‘csrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
49248 | ((float *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:238:22: note: declared here
238 | struct csrilu02Info* csrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:49248:54: warning: ‘cusparseStatus_t cusparseScsrilu02_bufferSize(cusparseHandle_t, int, int, cusparseMatDescr_t, float*, const int*, const int*, csrilu02Info_t, int*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
49248 | __pyx_v_status = cusparseScsrilu02_bufferSize(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_nnz, ((cusparseMatDescr_t const )__pyx_v_descrA), ((float *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1460:1: note: declared here
1460 | cusparseScsrilu02_bufferSize(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘int __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_dcsrilu02_bufferSize(intptr_t, int, int, size_t, size_t, size_t, size_t, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:49519:279: warning: ‘csrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
49519 | ((double *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:238:22: note: declared here
238 | struct csrilu02Info* csrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:49519:54: warning: ‘cusparseStatus_t cusparseDcsrilu02_bufferSize(cusparseHandle_t, int, int, cusparseMatDescr_t, double*, const int*, const int*, csrilu02Info_t, int*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
49519 | __pyx_v_status = cusparseDcsrilu02_bufferSize(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_nnz, ((cusparseMatDescr_t const )__pyx_v_descrA), ((double *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1472:1: note: declared here
1472 | cusparseDcsrilu02_bufferSize(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘int __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_ccsrilu02_bufferSize(intptr_t, int, int, size_t, size_t, size_t, size_t, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:49790:282: warning: ‘csrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
49790 | uComplex *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:238:22: note: declared here
238 | struct csrilu02Info* csrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:49790:54: warning: ‘cusparseStatus_t cusparseCcsrilu02_bufferSize(cusparseHandle_t, int, int, cusparseMatDescr_t, cuComplex*, const int*, const int*, csrilu02Info_t, int*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
49790 | __pyx_v_status = cusparseCcsrilu02_bufferSize(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_nnz, ((cusparseMatDescr_t const )__pyx_v_descrA), ((cuComplex *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1484:1: note: declared here
1484 | cusparseCcsrilu02_bufferSize(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘int __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_zcsrilu02_bufferSize(intptr_t, int, int, size_t, size_t, size_t, size_t, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:50061:288: warning: ‘csrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
50061 | eComplex *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:238:22: note: declared here
238 | struct csrilu02Info* csrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:50061:54: warning: ‘cusparseStatus_t cusparseZcsrilu02_bufferSize(cusparseHandle_t, int, int, cusparseMatDescr_t, cuDoubleComplex*, const int*, const int*, csrilu02Info_t, int*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
50061 | __pyx_v_status = cusparseZcsrilu02_bufferSize(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_nnz, ((cusparseMatDescr_t const )__pyx_v_descrA), ((cuDoubleComplex *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1496:1: note: declared here
1496 | cusparseZcsrilu02_bufferSize(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_scsrilu02_analysis(intptr_t, int, int, size_t, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:50330:282: warning: ‘csrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
50330 | at const *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:238:22: note: declared here
238 | struct csrilu02Info* csrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:50330:314: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
50330 | ), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:50330:52: warning: ‘cusparseStatus_t cusparseScsrilu02_analysis(cusparseHandle_t, int, int, cusparseMatDescr_t, const float*, const int*, const int*, csrilu02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
50330 | __pyx_v_status = cusparseScsrilu02_analysis(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_nnz, ((cusparseMatDescr_t const )__pyx_v_descrA), ((float const *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1556:1: note: declared here
1556 | cusparseScsrilu02_analysis(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_dcsrilu02_analysis(intptr_t, int, int, size_t, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:50609:283: warning: ‘csrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
50609 | le const *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:238:22: note: declared here
238 | struct csrilu02Info* csrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:50609:315: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
50609 | ), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:50609:52: warning: ‘cusparseStatus_t cusparseDcsrilu02_analysis(cusparseHandle_t, int, int, cusparseMatDescr_t, const double*, const int*, const int*, csrilu02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
50609 | __pyx_v_status = cusparseDcsrilu02_analysis(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_nnz, ((cusparseMatDescr_t const )__pyx_v_descrA), ((double const *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1569:1: note: declared here
1569 | cusparseDcsrilu02_analysis(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_ccsrilu02_analysis(intptr_t, int, int, size_t, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:50888:286: warning: ‘csrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
50888 | ex const *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:238:22: note: declared here
238 | struct csrilu02Info* csrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:50888:318: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
50888 | ), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:50888:52: warning: ‘cusparseStatus_t cusparseCcsrilu02_analysis(cusparseHandle_t, int, int, cusparseMatDescr_t, const cuComplex*, const int*, const int*, csrilu02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
50888 | __pyx_v_status = cusparseCcsrilu02_analysis(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_nnz, ((cusparseMatDescr_t const )__pyx_v_descrA), ((cuComplex const *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1582:1: note: declared here
1582 | cusparseCcsrilu02_analysis(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_zcsrilu02_analysis(intptr_t, int, int, size_t, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:51167:292: warning: ‘csrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
51167 | ex const *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:238:22: note: declared here
238 | struct csrilu02Info* csrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:51167:324: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
51167 | ), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:51167:52: warning: ‘cusparseStatus_t cusparseZcsrilu02_analysis(cusparseHandle_t, int, int, cusparseMatDescr_t, const cuDoubleComplex*, const int*, const int*, csrilu02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
51167 | __pyx_v_status = cusparseZcsrilu02_analysis(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_nnz, ((cusparseMatDescr_t const )__pyx_v_descrA), ((cuDoubleComplex const *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1595:1: note: declared here
1595 | cusparseZcsrilu02_analysis(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_scsrilu02(intptr_t, int, int, size_t, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:51446:272: warning: ‘csrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
51446 | oat *)__pyx_v_csrSortedValA_valM), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:238:22: note: declared here
238 | struct csrilu02Info* csrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:51446:304: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
51446 | ), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:51446:43: warning: ‘cusparseStatus_t cusparseScsrilu02(cusparseHandle_t, int, int, cusparseMatDescr_t, float*, const int*, const int*, csrilu02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
51446 | __pyx_v_status = cusparseScsrilu02(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_nnz, ((cusparseMatDescr_t const )__pyx_v_descrA), ((float *)__pyx_v_csrSortedValA_valM), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1608:1: note: declared here
1608 | cusparseScsrilu02(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_dcsrilu02(intptr_t, int, int, size_t, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:51725:273: warning: ‘csrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
51725 | ble *)__pyx_v_csrSortedValA_valM), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:238:22: note: declared here
238 | struct csrilu02Info* csrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:51725:305: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
51725 | ), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:51725:43: warning: ‘cusparseStatus_t cusparseDcsrilu02(cusparseHandle_t, int, int, cusparseMatDescr_t, double*, const int*, const int*, csrilu02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
51725 | __pyx_v_status = cusparseDcsrilu02(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_nnz, ((cusparseMatDescr_t const )__pyx_v_descrA), ((double *)__pyx_v_csrSortedValA_valM), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1621:1: note: declared here
1621 | cusparseDcsrilu02(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_ccsrilu02(intptr_t, int, int, size_t, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:52004:276: warning: ‘csrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
52004 | lex *)__pyx_v_csrSortedValA_valM), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:238:22: note: declared here
238 | struct csrilu02Info* csrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:52004:308: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
52004 | ), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:52004:43: warning: ‘cusparseStatus_t cusparseCcsrilu02(cusparseHandle_t, int, int, cusparseMatDescr_t, cuComplex*, const int*, const int*, csrilu02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
52004 | __pyx_v_status = cusparseCcsrilu02(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_nnz, ((cusparseMatDescr_t const )__pyx_v_descrA), ((cuComplex *)__pyx_v_csrSortedValA_valM), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1634:1: note: declared here
1634 | cusparseCcsrilu02(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_zcsrilu02(intptr_t, int, int, size_t, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:52283:282: warning: ‘csrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
52283 | lex *)__pyx_v_csrSortedValA_valM), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:238:22: note: declared here
238 | struct csrilu02Info* csrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:52283:314: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
52283 | ), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:52283:43: warning: ‘cusparseStatus_t cusparseZcsrilu02(cusparseHandle_t, int, int, cusparseMatDescr_t, cuDoubleComplex*, const int*, const int*, csrilu02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
52283 | __pyx_v_status = cusparseZcsrilu02(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_nnz, ((cusparseMatDescr_t const )__pyx_v_descrA), ((cuDoubleComplex *)__pyx_v_csrSortedValA_valM), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1647:1: note: declared here
1647 | cusparseZcsrilu02(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_sbsrilu02_numericBoost(intptr_t, size_t, int, size_t, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:52562:95: warning: ‘bsrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
52562 | __pyx_v_status = cusparseSbsrilu02_numericBoost(((cusparseHandle_t)__pyx_v_handle), ((bsrilu02Info_t)__pyx_v_info), __pyx_v_enable_boost, ((double *)__pyx_v_tol), ((float *)__pyx_v_boost_val));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:242:22: note: declared here
242 | struct bsrilu02Info* bsrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:52562:56: warning: ‘cusparseStatus_t cusparseSbsrilu02_numericBoost(cusparseHandle_t, bsrilu02Info_t, int, double*, float*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
52562 | __pyx_v_status = cusparseSbsrilu02_numericBoost(((cusparseHandle_t)__pyx_v_handle), ((bsrilu02Info_t)__pyx_v_info), __pyx_v_enable_boost, ((double *)__pyx_v_tol), ((float *)__pyx_v_boost_val));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1660:1: note: declared here
1660 | cusparseSbsrilu02_numericBoost(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_dbsrilu02_numericBoost(intptr_t, size_t, int, size_t, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:52786:95: warning: ‘bsrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
52786 | __pyx_v_status = cusparseDbsrilu02_numericBoost(((cusparseHandle_t)__pyx_v_handle), ((bsrilu02Info_t)__pyx_v_info), __pyx_v_enable_boost, ((double *)__pyx_v_tol), ((double *)__pyx_v_boost_val));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:242:22: note: declared here
242 | struct bsrilu02Info* bsrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:52786:56: warning: ‘cusparseStatus_t cusparseDbsrilu02_numericBoost(cusparseHandle_t, bsrilu02Info_t, int, double*, double*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
52786 | __pyx_v_status = cusparseDbsrilu02_numericBoost(((cusparseHandle_t)__pyx_v_handle), ((bsrilu02Info_t)__pyx_v_info), __pyx_v_enable_boost, ((double *)__pyx_v_tol), ((double *)__pyx_v_boost_val));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1668:1: note: declared here
1668 | cusparseDbsrilu02_numericBoost(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_cbsrilu02_numericBoost(intptr_t, size_t, int, size_t, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:53010:95: warning: ‘bsrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
53010 | __pyx_v_status = cusparseCbsrilu02_numericBoost(((cusparseHandle_t)__pyx_v_handle), ((bsrilu02Info_t)__pyx_v_info), __pyx_v_enable_boost, ((double *)__pyx_v_tol), ((cuComplex *)__pyx_v_boost_val));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:242:22: note: declared here
242 | struct bsrilu02Info* bsrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:53010:56: warning: ‘cusparseStatus_t cusparseCbsrilu02_numericBoost(cusparseHandle_t, bsrilu02Info_t, int, double*, cuComplex*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
53010 | __pyx_v_status = cusparseCbsrilu02_numericBoost(((cusparseHandle_t)__pyx_v_handle), ((bsrilu02Info_t)__pyx_v_info), __pyx_v_enable_boost, ((double *)__pyx_v_tol), ((cuComplex *)__pyx_v_boost_val));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1676:1: note: declared here
1676 | cusparseCbsrilu02_numericBoost(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_zbsrilu02_numericBoost(intptr_t, size_t, int, size_t, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:53234:95: warning: ‘bsrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
53234 | __pyx_v_status = cusparseZbsrilu02_numericBoost(((cusparseHandle_t)__pyx_v_handle), ((bsrilu02Info_t)__pyx_v_info), __pyx_v_enable_boost, ((double *)__pyx_v_tol), ((cuDoubleComplex *)__pyx_v_boost_val));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:242:22: note: declared here
242 | struct bsrilu02Info* bsrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:53234:56: warning: ‘cusparseStatus_t cusparseZbsrilu02_numericBoost(cusparseHandle_t, bsrilu02Info_t, int, double*, cuDoubleComplex*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
53234 | __pyx_v_status = cusparseZbsrilu02_numericBoost(((cusparseHandle_t)__pyx_v_handle), ((bsrilu02Info_t)__pyx_v_info), __pyx_v_enable_boost, ((double *)__pyx_v_tol), ((cuDoubleComplex *)__pyx_v_boost_val));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1684:1: note: declared here
1684 | cusparseZbsrilu02_numericBoost(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_xbsrilu02_zeroPivot(intptr_t, size_t, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:53458:92: warning: ‘bsrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
53458 | __pyx_v_status = cusparseXbsrilu02_zeroPivot(((cusparseHandle_t)__pyx_v_handle), ((bsrilu02Info_t)__pyx_v_info), ((int *)__pyx_v_position));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:242:22: note: declared here
242 | struct bsrilu02Info* bsrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:53458:53: warning: ‘cusparseStatus_t cusparseXbsrilu02_zeroPivot(cusparseHandle_t, bsrilu02Info_t, int*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
53458 | __pyx_v_status = cusparseXbsrilu02_zeroPivot(((cusparseHandle_t)__pyx_v_handle), ((bsrilu02Info_t)__pyx_v_info), ((int *)__pyx_v_position));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1692:1: note: declared here
1692 | cusparseXbsrilu02_zeroPivot(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘int __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_sbsrilu02_bufferSize(intptr_t, int, int, int, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:53662:332: warning: ‘bsrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
53662 | x_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:242:22: note: declared here
242 | struct bsrilu02Info* bsrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:53662:54: warning: ‘cusparseStatus_t cusparseSbsrilu02_bufferSize(cusparseHandle_t, cusparseDirection_t, int, int, cusparseMatDescr_t, float*, const int*, const int*, int, bsrilu02Info_t, int*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
53662 | __pyx_v_status = cusparseSbsrilu02_bufferSize(((cusparseHandle_t)__pyx_v_handle), ((cusparseDirection_t)__pyx_v_dirA), __pyx_v_mb, __pyx_v_nnzb, ((cusparseMatDescr_t const )__pyx_v_descrA), ((float *)__pyx_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1698:1: note: declared here
1698 | cusparseSbsrilu02_bufferSize(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘int __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_dbsrilu02_bufferSize(intptr_t, int, int, int, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:53955:333: warning: ‘bsrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
53955 | x_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:242:22: note: declared here
242 | struct bsrilu02Info* bsrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:53955:54: warning: ‘cusparseStatus_t cusparseDbsrilu02_bufferSize(cusparseHandle_t, cusparseDirection_t, int, int, cusparseMatDescr_t, double*, const int*, const int*, int, bsrilu02Info_t, int*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
53955 | __pyx_v_status = cusparseDbsrilu02_bufferSize(((cusparseHandle_t)__pyx_v_handle), ((cusparseDirection_t)__pyx_v_dirA), __pyx_v_mb, __pyx_v_nnzb, ((cusparseMatDescr_t const )__pyx_v_descrA), ((double *)__pyx_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1712:1: note: declared here
1712 | cusparseDbsrilu02_bufferSize(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘int __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_cbsrilu02_bufferSize(intptr_t, int, int, int, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:54248:336: warning: ‘bsrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
54248 | x_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:242:22: note: declared here
242 | struct bsrilu02Info* bsrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:54248:54: warning: ‘cusparseStatus_t cusparseCbsrilu02_bufferSize(cusparseHandle_t, cusparseDirection_t, int, int, cusparseMatDescr_t, cuComplex*, const int*, const int*, int, bsrilu02Info_t, int*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
54248 | __pyx_v_status = cusparseCbsrilu02_bufferSize(((cusparseHandle_t)__pyx_v_handle), ((cusparseDirection_t)__pyx_v_dirA), __pyx_v_mb, __pyx_v_nnzb, ((cusparseMatDescr_t const )__pyx_v_descrA), ((cuComplex *)__pyx_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1726:1: note: declared here
1726 | cusparseCbsrilu02_bufferSize(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘int __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_zbsrilu02_bufferSize(intptr_t, int, int, int, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:54541:342: warning: ‘bsrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
54541 | x_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:242:22: note: declared here
242 | struct bsrilu02Info* bsrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:54541:54: warning: ‘cusparseStatus_t cusparseZbsrilu02_bufferSize(cusparseHandle_t, cusparseDirection_t, int, int, cusparseMatDescr_t, cuDoubleComplex*, const int*, const int*, int, bsrilu02Info_t, int*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
54541 | __pyx_v_status = cusparseZbsrilu02_bufferSize(((cusparseHandle_t)__pyx_v_handle), ((cusparseDirection_t)__pyx_v_dirA), __pyx_v_mb, __pyx_v_nnzb, ((cusparseMatDescr_t const )__pyx_v_descrA), ((cuDoubleComplex *)__pyx_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1740:1: note: declared here
1740 | cusparseZbsrilu02_bufferSize(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_sbsrilu02_analysis(intptr_t, int, int, int, size_t, size_t, size_t, size_t, int, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:54832:330: warning: ‘bsrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
54832 | x_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:242:22: note: declared here
242 | struct bsrilu02Info* bsrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:54832:362: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
54832 | )__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:54832:52: warning: ‘cusparseStatus_t cusparseSbsrilu02_analysis(cusparseHandle_t, cusparseDirection_t, int, int, cusparseMatDescr_t, float*, const int*, const int*, int, bsrilu02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
54832 | __pyx_v_status = cusparseSbsrilu02_analysis(((cusparseHandle_t)__pyx_v_handle), ((cusparseDirection_t)__pyx_v_dirA), __pyx_v_mb, __pyx_v_nnzb, ((cusparseMatDescr_t const )__pyx_v_descrA), ((float *)__pyx_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1810:1: note: declared here
1810 | cusparseSbsrilu02_analysis(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_dbsrilu02_analysis(intptr_t, int, int, int, size_t, size_t, size_t, size_t, int, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:55133:331: warning: ‘bsrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
55133 | x_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:242:22: note: declared here
242 | struct bsrilu02Info* bsrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:55133:363: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
55133 | )__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:55133:52: warning: ‘cusparseStatus_t cusparseDbsrilu02_analysis(cusparseHandle_t, cusparseDirection_t, int, int, cusparseMatDescr_t, double*, const int*, const int*, int, bsrilu02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
55133 | __pyx_v_status = cusparseDbsrilu02_analysis(((cusparseHandle_t)__pyx_v_handle), ((cusparseDirection_t)__pyx_v_dirA), __pyx_v_mb, __pyx_v_nnzb, ((cusparseMatDescr_t const )__pyx_v_descrA), ((double *)__pyx_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1825:1: note: declared here
1825 | cusparseDbsrilu02_analysis(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_cbsrilu02_analysis(intptr_t, int, int, int, size_t, size_t, size_t, size_t, int, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:55434:334: warning: ‘bsrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
55434 | x_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:242:22: note: declared here
242 | struct bsrilu02Info* bsrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:55434:366: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
55434 | )__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:55434:52: warning: ‘cusparseStatus_t cusparseCbsrilu02_analysis(cusparseHandle_t, cusparseDirection_t, int, int, cusparseMatDescr_t, cuComplex*, const int*, const int*, int, bsrilu02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
55434 | __pyx_v_status = cusparseCbsrilu02_analysis(((cusparseHandle_t)__pyx_v_handle), ((cusparseDirection_t)__pyx_v_dirA), __pyx_v_mb, __pyx_v_nnzb, ((cusparseMatDescr_t const )__pyx_v_descrA), ((cuComplex *)__pyx_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1840:1: note: declared here
1840 | cusparseCbsrilu02_analysis(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_zbsrilu02_analysis(intptr_t, int, int, int, size_t, size_t, size_t, size_t, int, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:55735:340: warning: ‘bsrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
55735 | x_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:242:22: note: declared here
242 | struct bsrilu02Info* bsrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:55735:372: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
55735 | )__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:55735:52: warning: ‘cusparseStatus_t cusparseZbsrilu02_analysis(cusparseHandle_t, cusparseDirection_t, int, int, cusparseMatDescr_t, cuDoubleComplex*, const int*, const int*, int, bsrilu02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
55735 | __pyx_v_status = cusparseZbsrilu02_analysis(((cusparseHandle_t)__pyx_v_handle), ((cusparseDirection_t)__pyx_v_dirA), __pyx_v_mb, __pyx_v_nnzb, ((cusparseMatDescr_t const )__pyx_v_descrA), ((cuDoubleComplex *)__pyx_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1855:1: note: declared here
1855 | cusparseZbsrilu02_analysis(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_sbsrilu02(intptr_t, int, int, int, size_t, size_t, size_t, size_t, int, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:56036:321: warning: ‘bsrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
56036 | x_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:242:22: note: declared here
242 | struct bsrilu02Info* bsrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:56036:353: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
56036 | )__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:56036:43: warning: ‘cusparseStatus_t cusparseSbsrilu02(cusparseHandle_t, cusparseDirection_t, int, int, cusparseMatDescr_t, float*, const int*, const int*, int, bsrilu02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
56036 | __pyx_v_status = cusparseSbsrilu02(((cusparseHandle_t)__pyx_v_handle), ((cusparseDirection_t)__pyx_v_dirA), __pyx_v_mb, __pyx_v_nnzb, ((cusparseMatDescr_t const )__pyx_v_descrA), ((float *)__pyx_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1870:1: note: declared here
1870 | cusparseSbsrilu02(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_dbsrilu02(intptr_t, int, int, int, size_t, size_t, size_t, size_t, int, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:56337:322: warning: ‘bsrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
56337 | x_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:242:22: note: declared here
242 | struct bsrilu02Info* bsrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:56337:354: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
56337 | )__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:56337:43: warning: ‘cusparseStatus_t cusparseDbsrilu02(cusparseHandle_t, cusparseDirection_t, int, int, cusparseMatDescr_t, double*, const int*, const int*, int, bsrilu02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
56337 | __pyx_v_status = cusparseDbsrilu02(((cusparseHandle_t)__pyx_v_handle), ((cusparseDirection_t)__pyx_v_dirA), __pyx_v_mb, __pyx_v_nnzb, ((cusparseMatDescr_t const )__pyx_v_descrA), ((double *)__pyx_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1885:1: note: declared here
1885 | cusparseDbsrilu02(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_cbsrilu02(intptr_t, int, int, int, size_t, size_t, size_t, size_t, int, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:56638:325: warning: ‘bsrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
56638 | x_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:242:22: note: declared here
242 | struct bsrilu02Info* bsrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:56638:357: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
56638 | )__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:56638:43: warning: ‘cusparseStatus_t cusparseCbsrilu02(cusparseHandle_t, cusparseDirection_t, int, int, cusparseMatDescr_t, cuComplex*, const int*, const int*, int, bsrilu02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
56638 | __pyx_v_status = cusparseCbsrilu02(((cusparseHandle_t)__pyx_v_handle), ((cusparseDirection_t)__pyx_v_dirA), __pyx_v_mb, __pyx_v_nnzb, ((cusparseMatDescr_t const )__pyx_v_descrA), ((cuComplex *)__pyx_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1900:1: note: declared here
1900 | cusparseCbsrilu02(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_zbsrilu02(intptr_t, int, int, int, size_t, size_t, size_t, size_t, int, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:56939:331: warning: ‘bsrilu02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
56939 | x_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:242:22: note: declared here
242 | struct bsrilu02Info* bsrilu02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:56939:363: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
56939 | )__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:56939:43: warning: ‘cusparseStatus_t cusparseZbsrilu02(cusparseHandle_t, cusparseDirection_t, int, int, cusparseMatDescr_t, cuDoubleComplex*, const int*, const int*, int, bsrilu02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
56939 | __pyx_v_status = cusparseZbsrilu02(((cusparseHandle_t)__pyx_v_handle), ((cusparseDirection_t)__pyx_v_dirA), __pyx_v_mb, __pyx_v_nnzb, ((cusparseMatDescr_t const )__pyx_v_descrA), ((cuDoubleComplex *)__pyx_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsrilu02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1915:1: note: declared here
1915 | cusparseZbsrilu02(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_xcsric02_zeroPivot(intptr_t, size_t, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:57240:91: warning: ‘csric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
57240 | __pyx_v_status = cusparseXcsric02_zeroPivot(((cusparseHandle_t)__pyx_v_handle), ((csric02Info_t)__pyx_v_info), ((int *)__pyx_v_position));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:230:21: note: declared here
230 | struct csric02Info* csric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:57240:52: warning: ‘cusparseStatus_t cusparseXcsric02_zeroPivot(cusparseHandle_t, csric02Info_t, int*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
57240 | __pyx_v_status = cusparseXcsric02_zeroPivot(((cusparseHandle_t)__pyx_v_handle), ((csric02Info_t)__pyx_v_info), ((int *)__pyx_v_position));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1930:1: note: declared here
1930 | cusparseXcsric02_zeroPivot(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘int __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_scsric02_bufferSize(intptr_t, int, int, size_t, size_t, size_t, size_t, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:57444:277: warning: ‘csric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
57444 | ((float *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:230:21: note: declared here
230 | struct csric02Info* csric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:57444:53: warning: ‘cusparseStatus_t cusparseScsric02_bufferSize(cusparseHandle_t, int, int, cusparseMatDescr_t, float*, const int*, const int*, csric02Info_t, int*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
57444 | __pyx_v_status = cusparseScsric02_bufferSize(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_nnz, ((cusparseMatDescr_t const )__pyx_v_descrA), ((float *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1936:1: note: declared here
1936 | cusparseScsric02_bufferSize(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘int __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_dcsric02_bufferSize(intptr_t, int, int, size_t, size_t, size_t, size_t, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:57715:278: warning: ‘csric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
57715 | ((double *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:230:21: note: declared here
230 | struct csric02Info* csric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:57715:53: warning: ‘cusparseStatus_t cusparseDcsric02_bufferSize(cusparseHandle_t, int, int, cusparseMatDescr_t, double*, const int*, const int*, csric02Info_t, int*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
57715 | __pyx_v_status = cusparseDcsric02_bufferSize(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_nnz, ((cusparseMatDescr_t const )__pyx_v_descrA), ((double *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1948:1: note: declared here
1948 | cusparseDcsric02_bufferSize(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘int __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_ccsric02_bufferSize(intptr_t, int, int, size_t, size_t, size_t, size_t, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:57986:281: warning: ‘csric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
57986 | uComplex *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:230:21: note: declared here
230 | struct csric02Info* csric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:57986:53: warning: ‘cusparseStatus_t cusparseCcsric02_bufferSize(cusparseHandle_t, int, int, cusparseMatDescr_t, cuComplex*, const int*, const int*, csric02Info_t, int*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
57986 | __pyx_v_status = cusparseCcsric02_bufferSize(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_nnz, ((cusparseMatDescr_t const )__pyx_v_descrA), ((cuComplex *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1960:1: note: declared here
1960 | cusparseCcsric02_bufferSize(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘int __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_zcsric02_bufferSize(intptr_t, int, int, size_t, size_t, size_t, size_t, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:58257:287: warning: ‘csric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
58257 | eComplex *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:230:21: note: declared here
230 | struct csric02Info* csric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:58257:53: warning: ‘cusparseStatus_t cusparseZcsric02_bufferSize(cusparseHandle_t, int, int, cusparseMatDescr_t, cuDoubleComplex*, const int*, const int*, csric02Info_t, int*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
58257 | __pyx_v_status = cusparseZcsric02_bufferSize(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_nnz, ((cusparseMatDescr_t const )__pyx_v_descrA), ((cuDoubleComplex *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:1972:1: note: declared here
1972 | cusparseZcsric02_bufferSize(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_scsric02_analysis(intptr_t, int, int, size_t, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:58526:281: warning: ‘csric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
58526 | at const *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:230:21: note: declared here
230 | struct csric02Info* csric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:58526:312: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
58526 | A), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:58526:51: warning: ‘cusparseStatus_t cusparseScsric02_analysis(cusparseHandle_t, int, int, cusparseMatDescr_t, const float*, const int*, const int*, csric02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
58526 | __pyx_v_status = cusparseScsric02_analysis(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_nnz, ((cusparseMatDescr_t const )__pyx_v_descrA), ((float const *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:2032:1: note: declared here
2032 | cusparseScsric02_analysis(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_dcsric02_analysis(intptr_t, int, int, size_t, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:58805:282: warning: ‘csric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
58805 | le const *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:230:21: note: declared here
230 | struct csric02Info* csric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:58805:313: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
58805 | A), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:58805:51: warning: ‘cusparseStatus_t cusparseDcsric02_analysis(cusparseHandle_t, int, int, cusparseMatDescr_t, const double*, const int*, const int*, csric02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
58805 | __pyx_v_status = cusparseDcsric02_analysis(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_nnz, ((cusparseMatDescr_t const )__pyx_v_descrA), ((double const *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:2045:1: note: declared here
2045 | cusparseDcsric02_analysis(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_ccsric02_analysis(intptr_t, int, int, size_t, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:59084:285: warning: ‘csric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
59084 | ex const *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:230:21: note: declared here
230 | struct csric02Info* csric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:59084:316: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
59084 | A), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:59084:51: warning: ‘cusparseStatus_t cusparseCcsric02_analysis(cusparseHandle_t, int, int, cusparseMatDescr_t, const cuComplex*, const int*, const int*, csric02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
59084 | __pyx_v_status = cusparseCcsric02_analysis(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_nnz, ((cusparseMatDescr_t const )__pyx_v_descrA), ((cuComplex const *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:2058:1: note: declared here
2058 | cusparseCcsric02_analysis(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_zcsric02_analysis(intptr_t, int, int, size_t, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:59363:291: warning: ‘csric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
59363 | ex const *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:230:21: note: declared here
230 | struct csric02Info* csric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:59363:322: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
59363 | A), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:59363:51: warning: ‘cusparseStatus_t cusparseZcsric02_analysis(cusparseHandle_t, int, int, cusparseMatDescr_t, const cuDoubleComplex*, const int*, const int*, csric02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
59363 | __pyx_v_status = cusparseZcsric02_analysis(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_nnz, ((cusparseMatDescr_t const )__pyx_v_descrA), ((cuDoubleComplex const *)__pyx_v_csrSortedValA), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:2071:1: note: declared here
2071 | cusparseZcsric02_analysis(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_scsric02(intptr_t, int, int, size_t, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:59642:271: warning: ‘csric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
59642 | oat *)__pyx_v_csrSortedValA_valM), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:230:21: note: declared here
230 | struct csric02Info* csric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:59642:302: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
59642 | M), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:59642:42: warning: ‘cusparseStatus_t cusparseScsric02(cusparseHandle_t, int, int, cusparseMatDescr_t, float*, const int*, const int*, csric02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
59642 | __pyx_v_status = cusparseScsric02(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_nnz, ((cusparseMatDescr_t const )__pyx_v_descrA), ((float *)__pyx_v_csrSortedValA_valM), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:2084:1: note: declared here
2084 | cusparseScsric02(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_dcsric02(intptr_t, int, int, size_t, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:59921:272: warning: ‘csric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
59921 | ble *)__pyx_v_csrSortedValA_valM), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:230:21: note: declared here
230 | struct csric02Info* csric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:59921:303: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
59921 | M), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:59921:42: warning: ‘cusparseStatus_t cusparseDcsric02(cusparseHandle_t, int, int, cusparseMatDescr_t, double*, const int*, const int*, csric02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
59921 | __pyx_v_status = cusparseDcsric02(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_nnz, ((cusparseMatDescr_t const )__pyx_v_descrA), ((double *)__pyx_v_csrSortedValA_valM), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:2097:1: note: declared here
2097 | cusparseDcsric02(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_ccsric02(intptr_t, int, int, size_t, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:60200:275: warning: ‘csric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
60200 | lex *)__pyx_v_csrSortedValA_valM), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:230:21: note: declared here
230 | struct csric02Info* csric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:60200:306: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
60200 | M), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:60200:42: warning: ‘cusparseStatus_t cusparseCcsric02(cusparseHandle_t, int, int, cusparseMatDescr_t, cuComplex*, const int*, const int*, csric02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
60200 | __pyx_v_status = cusparseCcsric02(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_nnz, ((cusparseMatDescr_t const )__pyx_v_descrA), ((cuComplex *)__pyx_v_csrSortedValA_valM), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:2110:1: note: declared here
2110 | cusparseCcsric02(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_zcsric02(intptr_t, int, int, size_t, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:60479:281: warning: ‘csric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
60479 | lex *)__pyx_v_csrSortedValA_valM), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:230:21: note: declared here
230 | struct csric02Info* csric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:60479:312: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
60479 | M), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:60479:42: warning: ‘cusparseStatus_t cusparseZcsric02(cusparseHandle_t, int, int, cusparseMatDescr_t, cuDoubleComplex*, const int*, const int*, csric02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
60479 | __pyx_v_status = cusparseZcsric02(((cusparseHandle_t)__pyx_v_handle), __pyx_v_m, __pyx_v_nnz, ((cusparseMatDescr_t const )__pyx_v_descrA), ((cuDoubleComplex *)__pyx_v_csrSortedValA_valM), ((int const *)__pyx_v_csrSortedRowPtrA), ((int const *)__pyx_v_csrSortedColIndA), ((csric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:2123:1: note: declared here
2123 | cusparseZcsric02(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_xbsric02_zeroPivot(intptr_t, size_t, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:60758:91: warning: ‘bsric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
60758 | __pyx_v_status = cusparseXbsric02_zeroPivot(((cusparseHandle_t)__pyx_v_handle), ((bsric02Info_t)__pyx_v_info), ((int *)__pyx_v_position));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:234:21: note: declared here
234 | struct bsric02Info* bsric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:60758:52: warning: ‘cusparseStatus_t cusparseXbsric02_zeroPivot(cusparseHandle_t, bsric02Info_t, int*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
60758 | __pyx_v_status = cusparseXbsric02_zeroPivot(((cusparseHandle_t)__pyx_v_handle), ((bsric02Info_t)__pyx_v_info), ((int *)__pyx_v_position));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:2136:1: note: declared here
2136 | cusparseXbsric02_zeroPivot(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘int __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_sbsric02_bufferSize(intptr_t, int, int, int, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:60962:331: warning: ‘bsric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
60962 | x_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:234:21: note: declared here
234 | struct bsric02Info* bsric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:60962:53: warning: ‘cusparseStatus_t cusparseSbsric02_bufferSize(cusparseHandle_t, cusparseDirection_t, int, int, cusparseMatDescr_t, float*, const int*, const int*, int, bsric02Info_t, int*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
60962 | __pyx_v_status = cusparseSbsric02_bufferSize(((cusparseHandle_t)__pyx_v_handle), ((cusparseDirection_t)__pyx_v_dirA), __pyx_v_mb, __pyx_v_nnzb, ((cusparseMatDescr_t const )__pyx_v_descrA), ((float *)__pyx_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:2142:1: note: declared here
2142 | cusparseSbsric02_bufferSize(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘int __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_dbsric02_bufferSize(intptr_t, int, int, int, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:61255:332: warning: ‘bsric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
61255 | x_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:234:21: note: declared here
234 | struct bsric02Info* bsric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:61255:53: warning: ‘cusparseStatus_t cusparseDbsric02_bufferSize(cusparseHandle_t, cusparseDirection_t, int, int, cusparseMatDescr_t, double*, const int*, const int*, int, bsric02Info_t, int*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
61255 | __pyx_v_status = cusparseDbsric02_bufferSize(((cusparseHandle_t)__pyx_v_handle), ((cusparseDirection_t)__pyx_v_dirA), __pyx_v_mb, __pyx_v_nnzb, ((cusparseMatDescr_t const )__pyx_v_descrA), ((double *)__pyx_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:2156:1: note: declared here
2156 | cusparseDbsric02_bufferSize(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘int __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_cbsric02_bufferSize(intptr_t, int, int, int, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:61548:335: warning: ‘bsric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
61548 | x_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:234:21: note: declared here
234 | struct bsric02Info* bsric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:61548:53: warning: ‘cusparseStatus_t cusparseCbsric02_bufferSize(cusparseHandle_t, cusparseDirection_t, int, int, cusparseMatDescr_t, cuComplex*, const int*, const int*, int, bsric02Info_t, int*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
61548 | __pyx_v_status = cusparseCbsric02_bufferSize(((cusparseHandle_t)__pyx_v_handle), ((cusparseDirection_t)__pyx_v_dirA), __pyx_v_mb, __pyx_v_nnzb, ((cusparseMatDescr_t const )__pyx_v_descrA), ((cuComplex *)__pyx_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:2170:1: note: declared here
2170 | cusparseCbsric02_bufferSize(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘int __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_zbsric02_bufferSize(intptr_t, int, int, int, size_t, size_t, size_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:61841:341: warning: ‘bsric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
61841 | x_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:234:21: note: declared here
234 | struct bsric02Info* bsric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:61841:53: warning: ‘cusparseStatus_t cusparseZbsric02_bufferSize(cusparseHandle_t, cusparseDirection_t, int, int, cusparseMatDescr_t, cuDoubleComplex*, const int*, const int*, int, bsric02Info_t, int*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
61841 | __pyx_v_status = cusparseZbsric02_bufferSize(((cusparseHandle_t)__pyx_v_handle), ((cusparseDirection_t)__pyx_v_dirA), __pyx_v_mb, __pyx_v_nnzb, ((cusparseMatDescr_t const )__pyx_v_descrA), ((cuDoubleComplex *)__pyx_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), (&__pyx_v_pBufferSizeInBytes));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:2184:1: note: declared here
2184 | cusparseZbsric02_bufferSize(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_sbsric02_analysis(intptr_t, int, int, int, size_t, size_t, size_t, size_t, int, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:62132:335: warning: ‘bsric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
62132 | x_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pInputBuffer));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:234:21: note: declared here
234 | struct bsric02Info* bsric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:62132:366: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
62132 | *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pInputBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:62132:51: warning: ‘cusparseStatus_t cusparseSbsric02_analysis(cusparseHandle_t, cusparseDirection_t, int, int, cusparseMatDescr_t, const float*, const int*, const int*, int, bsric02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
62132 | __pyx_v_status = cusparseSbsric02_analysis(((cusparseHandle_t)__pyx_v_handle), ((cusparseDirection_t)__pyx_v_dirA), __pyx_v_mb, __pyx_v_nnzb, ((cusparseMatDescr_t const )__pyx_v_descrA), ((float const *)__pyx_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pInputBuffer));
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:2254:1: note: declared here
2254 | cusparseSbsric02_analysis(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_dbsric02_analysis(intptr_t, int, int, int, size_t, size_t, size_t, size_t, int, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:62433:336: warning: ‘bsric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
62433 | x_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pInputBuffer));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:234:21: note: declared here
234 | struct bsric02Info* bsric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:62433:367: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
62433 | *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pInputBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:62433:51: warning: ‘cusparseStatus_t cusparseDbsric02_analysis(cusparseHandle_t, cusparseDirection_t, int, int, cusparseMatDescr_t, const double*, const int*, const int*, int, bsric02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
62433 | __pyx_v_status = cusparseDbsric02_analysis(((cusparseHandle_t)__pyx_v_handle), ((cusparseDirection_t)__pyx_v_dirA), __pyx_v_mb, __pyx_v_nnzb, ((cusparseMatDescr_t const )__pyx_v_descrA), ((double const *)__pyx_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pInputBuffer));
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:2269:1: note: declared here
2269 | cusparseDbsric02_analysis(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_cbsric02_analysis(intptr_t, int, int, int, size_t, size_t, size_t, size_t, int, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:62734:339: warning: ‘bsric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
62734 | x_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pInputBuffer));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:234:21: note: declared here
234 | struct bsric02Info* bsric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:62734:370: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
62734 | *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pInputBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:62734:51: warning: ‘cusparseStatus_t cusparseCbsric02_analysis(cusparseHandle_t, cusparseDirection_t, int, int, cusparseMatDescr_t, const cuComplex*, const int*, const int*, int, bsric02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
62734 | __pyx_v_status = cusparseCbsric02_analysis(((cusparseHandle_t)__pyx_v_handle), ((cusparseDirection_t)__pyx_v_dirA), __pyx_v_mb, __pyx_v_nnzb, ((cusparseMatDescr_t const )__pyx_v_descrA), ((cuComplex const *)__pyx_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pInputBuffer));
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:2284:1: note: declared here
2284 | cusparseCbsric02_analysis(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_zbsric02_analysis(intptr_t, int, int, int, size_t, size_t, size_t, size_t, int, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:63035:345: warning: ‘bsric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
63035 | x_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pInputBuffer));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:234:21: note: declared here
234 | struct bsric02Info* bsric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:63035:376: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
63035 | *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pInputBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:63035:51: warning: ‘cusparseStatus_t cusparseZbsric02_analysis(cusparseHandle_t, cusparseDirection_t, int, int, cusparseMatDescr_t, const cuDoubleComplex*, const int*, const int*, int, bsric02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
63035 | __pyx_v_status = cusparseZbsric02_analysis(((cusparseHandle_t)__pyx_v_handle), ((cusparseDirection_t)__pyx_v_dirA), __pyx_v_mb, __pyx_v_nnzb, ((cusparseMatDescr_t const )__pyx_v_descrA), ((cuDoubleComplex const *)__pyx_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pInputBuffer));
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:2299:1: note: declared here
2299 | cusparseZbsric02_analysis(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_sbsric02(intptr_t, int, int, int, size_t, size_t, size_t, size_t, int, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:63336:320: warning: ‘bsric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
63336 | x_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:234:21: note: declared here
234 | struct bsric02Info* bsric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:63336:351: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
63336 | *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:63336:42: warning: ‘cusparseStatus_t cusparseSbsric02(cusparseHandle_t, cusparseDirection_t, int, int, cusparseMatDescr_t, float*, const int*, const int*, int, bsric02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
63336 | __pyx_v_status = cusparseSbsric02(((cusparseHandle_t)__pyx_v_handle), ((cusparseDirection_t)__pyx_v_dirA), __pyx_v_mb, __pyx_v_nnzb, ((cusparseMatDescr_t const )__pyx_v_descrA), ((float *)__pyx_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:2314:1: note: declared here
2314 | cusparseSbsric02(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_dbsric02(intptr_t, int, int, int, size_t, size_t, size_t, size_t, int, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:63637:321: warning: ‘bsric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
63637 | x_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:234:21: note: declared here
234 | struct bsric02Info* bsric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:63637:352: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
63637 | *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:63637:42: warning: ‘cusparseStatus_t cusparseDbsric02(cusparseHandle_t, cusparseDirection_t, int, int, cusparseMatDescr_t, double*, const int*, const int*, int, bsric02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
63637 | __pyx_v_status = cusparseDbsric02(((cusparseHandle_t)__pyx_v_handle), ((cusparseDirection_t)__pyx_v_dirA), __pyx_v_mb, __pyx_v_nnzb, ((cusparseMatDescr_t const )__pyx_v_descrA), ((double *)__pyx_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:2329:1: note: declared here
2329 | cusparseDbsric02(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_cbsric02(intptr_t, int, int, int, size_t, size_t, size_t, size_t, int, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:63938:324: warning: ‘bsric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
63938 | x_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:234:21: note: declared here
234 | struct bsric02Info* bsric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:63938:355: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
63938 | *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:63938:42: warning: ‘cusparseStatus_t cusparseCbsric02(cusparseHandle_t, cusparseDirection_t, int, int, cusparseMatDescr_t, cuComplex*, const int*, const int*, int, bsric02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
63938 | __pyx_v_status = cusparseCbsric02(((cusparseHandle_t)__pyx_v_handle), ((cusparseDirection_t)__pyx_v_dirA), __pyx_v_mb, __pyx_v_nnzb, ((cusparseMatDescr_t const )__pyx_v_descrA), ((cuComplex *)__pyx_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:2344:1: note: declared here
2344 | cusparseCbsric02(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp: In function ‘void __pyx_f_13cupy_backends_4cuda_4libs_8cusparse_zbsric02(intptr_t, int, int, int, size_t, size_t, size_t, size_t, int, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cusparse.cpp:64239:330: warning: ‘bsric02Info_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
64239 | x_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:234:21: note: declared here
234 | struct bsric02Info* bsric02Info_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:64239:361: warning: ‘cusparseSolvePolicy_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations]
64239 | *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ^~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:321:3: note: declared here
321 | } cusparseSolvePolicy_t CUSPARSE_DEPRECATED_TYPE;
| ^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cusparse.cpp:64239:42: warning: ‘cusparseStatus_t cusparseZbsric02(cusparseHandle_t, cusparseDirection_t, int, int, cusparseMatDescr_t, cuDoubleComplex*, const int*, const int*, int, bsric02Info_t, cusparseSolvePolicy_t, void*)’ is deprecated: The routine will be removed in the next major release [-Wdeprecated-declarations]
64239 | __pyx_v_status = cusparseZbsric02(((cusparseHandle_t)__pyx_v_handle), ((cusparseDirection_t)__pyx_v_dirA), __pyx_v_mb, __pyx_v_nnzb, ((cusparseMatDescr_t const )__pyx_v_descrA), ((cuDoubleComplex *)__pyx_v_bsrSortedVal), ((int const *)__pyx_v_bsrSortedRowPtr), ((int const *)__pyx_v_bsrSortedColInd), __pyx_v_blockDim, ((bsric02Info_t)__pyx_v_info), ((cusparseSolvePolicy_t)__pyx_v_policy), ((void *)__pyx_v_pBuffer));
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from cupy_backends/cuda/libs/../../cuda/cupy_cusparse.h:5,
from cupy_backends/cuda/libs/../../cupy_sparse.h:6,
from cupy_backends/cuda/libs/cusparse.cpp:825:
/usr/local/cuda/include/cusparse.h:2360:1: note: declared here
2360 | cusparseZbsric02(cusparseHandle_t handle,
| ^~~~~~~~~~~~~~~~
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/libs/nvrtc.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy_backends/cuda/libs/nvrtc.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy_backends.cuda.stream' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy_backends/cuda/stream.cpp -o build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/stream.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/api/runtime.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy_backends/cuda/api/runtime.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy_backends.cuda._softlink' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy_backends/cuda/_softlink.cpp -o build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/_softlink.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/stream.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy_backends/cuda/stream.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core._accelerator' extension
creating build/temp.linux-x86_64-cpython-310/cupy
creating build/temp.linux-x86_64-cpython-310/cupy/_core
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/_accelerator.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/_accelerator.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/_softlink.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy_backends/cuda/_softlink.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core._carray' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/_carray.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/_carray.o
creating build/lib.linux-x86_64-cpython-310/cupy
creating build/lib.linux-x86_64-cpython-310/cupy/_core
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/_accelerator.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/_accelerator.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core._cub_reduction' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/_cub_reduction.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/_cub_reduction.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/_carray.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/_carray.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core._dtype' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/_dtype.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/_dtype.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/libs/cublas.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy_backends/cuda/libs/cublas.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core._fusion_kernel' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/_fusion_kernel.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/_fusion_kernel.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/_dtype.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/_dtype.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core._fusion_thread_local' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/_fusion_thread_local.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/_fusion_thread_local.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/_fusion_thread_local.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/_fusion_thread_local.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core._fusion_trace' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/_fusion_trace.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/_fusion_trace.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/_cub_reduction.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/_cub_reduction.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core._fusion_variable' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/_fusion_variable.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/_fusion_variable.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/_fusion_kernel.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/_fusion_kernel.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core._kernel' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/_kernel.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/_kernel.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/_fusion_variable.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/_fusion_variable.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core._memory_range' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/_memory_range.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/_memory_range.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/_memory_range.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/_memory_range.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core._optimize_config' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/_optimize_config.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/_optimize_config.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/_fusion_trace.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/_fusion_trace.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core._reduction' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/_reduction.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/_reduction.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/_optimize_config.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/_optimize_config.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core._routines_binary' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/_routines_binary.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/_routines_binary.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/_routines_binary.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/_routines_binary.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core._routines_indexing' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/_routines_indexing.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/_routines_indexing.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/_reduction.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/_reduction.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core._routines_linalg' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/_routines_linalg.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/_routines_linalg.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/_routines_indexing.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/_routines_indexing.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core._routines_logic' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/_routines_logic.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/_routines_logic.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/_kernel.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/_kernel.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core._routines_manipulation' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/_routines_manipulation.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/_routines_manipulation.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/_routines_logic.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/_routines_logic.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core._routines_math' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/_routines_math.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/_routines_math.o
cupy/_core/_routines_manipulation.cpp: In function ‘__pyx_obj_4cupy_5_core_4core__ndarray_base* __pyx_f_4cupy_5_core_22_routines_manipulation_concatenate_method(PyObject*, int, int, __pyx_opt_args_4cupy_5_core_22_routines_manipulation_concatenate_method*)’:
cupy/_core/_routines_manipulation.cpp:13003:44: warning: comparison of integer expressions of different signedness: ‘std::vector<long int>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
13003 | __pyx_t_1 = ((__pyx_v_a->_shape.size() != __pyx_v_ndim0) != 0);
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/libs/cusparse.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy_backends/cuda/libs/cusparse.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core._routines_sorting' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/_routines_sorting.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/_routines_sorting.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/_routines_math.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/_routines_math.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core._routines_statistics' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/_routines_statistics.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/_routines_statistics.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/_routines_linalg.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/_routines_linalg.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core._scalar' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/_scalar.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/_scalar.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/_routines_sorting.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/_routines_sorting.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core.core' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/core.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/core.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/_routines_manipulation.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/_routines_manipulation.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core.flags' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/flags.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/flags.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/flags.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/flags.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core.internal' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/internal.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/internal.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/_scalar.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/_scalar.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core.fusion' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/fusion.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/fusion.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/_routines_statistics.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/_routines_statistics.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core.new_fusion' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/new_fusion.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/new_fusion.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/internal.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/internal.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core.raw' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/raw.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/raw.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/new_fusion.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/new_fusion.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy.cuda.common' extension
creating build/temp.linux-x86_64-cpython-310/cupy/cuda
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/cuda/common.cpp -o build/temp.linux-x86_64-cpython-310/cupy/cuda/common.o
creating build/lib.linux-x86_64-cpython-310/cupy/cuda
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/cuda/common.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/cuda/common.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy.cuda.cufft' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/cuda/cufft.cpp -o build/temp.linux-x86_64-cpython-310/cupy/cuda/cufft.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/raw.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/raw.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy.cuda.device' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/cuda/device.cpp -o build/temp.linux-x86_64-cpython-310/cupy/cuda/device.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/cuda/device.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/cuda/device.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy.cuda.memory' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/cuda/memory.cpp -o build/temp.linux-x86_64-cpython-310/cupy/cuda/memory.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/fusion.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/fusion.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy.cuda.memory_hook' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/cuda/memory_hook.cpp -o build/temp.linux-x86_64-cpython-310/cupy/cuda/memory_hook.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/core.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_core/core.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy.cuda.pinned_memory' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/cuda/pinned_memory.cpp -o build/temp.linux-x86_64-cpython-310/cupy/cuda/pinned_memory.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/cuda/cufft.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/cuda/cufft.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy.cuda.function' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/cuda/function.cpp -o build/temp.linux-x86_64-cpython-310/cupy/cuda/function.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/cuda/memory_hook.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/cuda/memory_hook.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy.cuda.stream' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/cuda/stream.cpp -o build/temp.linux-x86_64-cpython-310/cupy/cuda/stream.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/cuda/pinned_memory.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/cuda/pinned_memory.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy.cuda.graph' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/cuda/graph.cpp -o build/temp.linux-x86_64-cpython-310/cupy/cuda/graph.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/cuda/stream.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/cuda/stream.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy.cuda.texture' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/cuda/texture.cpp -o build/temp.linux-x86_64-cpython-310/cupy/cuda/texture.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/cuda/function.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/cuda/function.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy.fft._cache' extension
creating build/temp.linux-x86_64-cpython-310/cupy/fft
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/fft/_cache.cpp -o build/temp.linux-x86_64-cpython-310/cupy/fft/_cache.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/cuda/graph.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/cuda/graph.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy.fft._callback' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/fft/_callback.cpp -o build/temp.linux-x86_64-cpython-310/cupy/fft/_callback.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/cuda/texture.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/cuda/texture.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy.lib._polynomial' extension
creating build/temp.linux-x86_64-cpython-310/cupy/lib
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/lib/_polynomial.cpp -o build/temp.linux-x86_64-cpython-310/cupy/lib/_polynomial.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/cuda/memory.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/cuda/memory.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._util' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_util.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_util.o
creating build/lib.linux-x86_64-cpython-310/cupy/fft
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/fft/_cache.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/fft/_cache.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy_backends.cuda.libs.cusolver' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy_backends/cuda/libs/cusolver.cpp -o build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/libs/cusolver.o --std=c++11 -fopenmp
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_util.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/_util.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupyx.cusolver' extension
creating build/temp.linux-x86_64-cpython-310/cupyx
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupyx/cusolver.cpp -o build/temp.linux-x86_64-cpython-310/cupyx/cusolver.o --std=c++11 -fopenmp
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/fft/_callback.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/fft/_callback.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy_backends.cuda.libs.cudnn' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy_backends/cuda/libs/cudnn.cpp -o build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/libs/cudnn.o
cupy_backends/cuda/libs/cudnn.cpp:2338:71: error: ‘cudnnRNNPaddingMode_t’ was not declared in this scope; did you mean ‘cudnnPaddingMode_t’?
2338 | static CYTHON_INLINE PyObject* __Pyx_PyInt_From_cudnnRNNPaddingMode_t(cudnnRNNPaddingMode_t value);
| ^~~~~~~~~~~~~~~~~~~~~
| cudnnPaddingMode_t
creating build/lib.linux-x86_64-cpython-310/cupy/lib
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/lib/_polynomial.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -lcublas -lcufft -lcurand -lcusparse -o build/lib.linux-x86_64-cpython-310/cupy/lib/_polynomial.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
cupy_backends/cuda/libs/cudnn.cpp: In function ‘size_t __pyx_f_13cupy_backends_4cuda_4libs_5cudnn_createPersistentRNNPlan(size_t, int, int, int)’:
cupy_backends/cuda/libs/cudnn.cpp:26640:3: error: ‘cudnnPersistentRNNPlan_t’ was not declared in this scope
26640 | cudnnPersistentRNNPlan_t __pyx_v_plan;
| ^~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cudnn.cpp:26657:155: error: ‘__pyx_v_plan’ was not declared in this scope; did you mean ‘__pyx_k_plan’?
26657 | stentRNNPlan(((cudnnRNNDescriptor_t)__pyx_v_rnnDesc), ((int)__pyx_v_minibatch), ((cudnnDataType_t)__pyx_v_dataType), (&__pyx_v_plan));
| ^~~~~~~~~~~~
| __pyx_k_plan
building 'cupyx.cudnn' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupyx/cudnn.cpp -o build/temp.linux-x86_64-cpython-310/cupyx/cudnn.o
cupy_backends/cuda/libs/cudnn.cpp:26657:20: error: ‘cudnnCreatePersistentRNNPlan’ was not declared in this scope
26657 | __pyx_v_status = cudnnCreatePersistentRNNPlan(((cudnnRNNDescriptor_t)__pyx_v_rnnDesc), ((int)__pyx_v_minibatch), ((cudnnDataType_t)__pyx_v_dataType), (&__pyx_v_plan));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cudnn.cpp: In function ‘PyObject* __pyx_f_13cupy_backends_4cuda_4libs_5cudnn_setPersistentRNNPlan(size_t, size_t, int)’:
cupy_backends/cuda/libs/cudnn.cpp:26828:89: error: ‘cudnnPersistentRNNPlan_t’ was not declared in this scope
26828 | __pyx_v_status = cudnnSetPersistentRNNPlan(((cudnnRNNDescriptor_t)__pyx_v_rnnDesc), ((cudnnPersistentRNNPlan_t)__pyx_v_plan));
| ^~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cudnn.cpp:26828:114: error: expected ‘)’ before ‘__pyx_v_plan’
26828 | __pyx_v_status = cudnnSetPersistentRNNPlan(((cudnnRNNDescriptor_t)__pyx_v_rnnDesc), ((cudnnPersistentRNNPlan_t)__pyx_v_plan));
| ~ ^~~~~~~~~~~~
| )
cupy_backends/cuda/libs/cudnn.cpp: In function ‘PyObject* __pyx_f_13cupy_backends_4cuda_4libs_5cudnn_destroyPersistentRNNPlan(size_t, int)’:
cupy_backends/cuda/libs/cudnn.cpp:26979:52: error: ‘cudnnPersistentRNNPlan_t’ was not declared in this scope
26979 | __pyx_v_status = cudnnDestroyPersistentRNNPlan(((cudnnPersistentRNNPlan_t)__pyx_v_plan));
| ^~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cudnn.cpp:26979:77: error: expected ‘)’ before ‘__pyx_v_plan’
26979 | __pyx_v_status = cudnnDestroyPersistentRNNPlan(((cudnnPersistentRNNPlan_t)__pyx_v_plan));
| ~ ^~~~~~~~~~~~
| )
cupy_backends/cuda/libs/cudnn.cpp: In function ‘PyObject* __pyx_f_13cupy_backends_4cuda_4libs_5cudnn_setRNNDescriptor_v6(intptr_t, size_t, int, int, size_t, int, int, int, int, int, int)’:
cupy_backends/cuda/libs/cudnn.cpp:27309:20: error: ‘cudnnSetRNNDescriptor_v6’ was not declared in this scope; did you mean ‘cudnnSetRNNDescriptor_v8’?
27309 | __pyx_v_status = cudnnSetRNNDescriptor_v6(((cudnnHandle_t)__pyx_v_handle), ((cudnnRNNDescriptor_t)__pyx_v_rnnDesc), __pyx_v_hiddenSize, __pyx_v_numLayers, ((cudnnDropoutDescriptor_t)__pyx_v_dropoutDesc), ((cudnnRNNInputMode_t)__pyx_v_inputMode), ((cudnnDirectionMode_t)__pyx_v_direction), ((cudnnRNNMode_t)__pyx_v_mode), ((cudnnRNNAlgo_t)__pyx_v_algo), ((cudnnDataType_t)__pyx_v_dataType));
| ^~~~~~~~~~~~~~~~~~~~~~~~
| cudnnSetRNNDescriptor_v8
cupy_backends/cuda/libs/cudnn.cpp: In function ‘PyObject* __pyx_f_13cupy_backends_4cuda_4libs_5cudnn_setRNNPaddingMode(size_t, int, int)’:
cupy_backends/cuda/libs/cudnn.cpp:27548:86: error: ‘cudnnRNNPaddingMode_t’ was not declared in this scope; did you mean ‘cudnnPaddingMode_t’?
27548 | __pyx_v_status = cudnnSetRNNPaddingMode(((cudnnRNNDescriptor_t)__pyx_v_rnnDesc), ((cudnnRNNPaddingMode_t)__pyx_v_paddingMode));
| ^~~~~~~~~~~~~~~~~~~~~
| cudnnPaddingMode_t
cupy_backends/cuda/libs/cudnn.cpp:27548:108: error: expected ‘)’ before ‘__pyx_v_paddingMode’
27548 | __pyx_v_status = cudnnSetRNNPaddingMode(((cudnnRNNDescriptor_t)__pyx_v_rnnDesc), ((cudnnRNNPaddingMode_t)__pyx_v_paddingMode));
| ~ ^~~~~~~~~~~~~~~~~~~
| )
cupy_backends/cuda/libs/cudnn.cpp: In function ‘PyObject* __pyx_f_13cupy_backends_4cuda_4libs_5cudnn_getRNNPaddingMode(size_t, int)’:
cupy_backends/cuda/libs/cudnn.cpp:27683:3: error: ‘cudnnRNNPaddingMode_t’ was not declared in this scope; did you mean ‘cudnnPaddingMode_t’?
27683 | cudnnRNNPaddingMode_t __pyx_v_paddingMode;
| ^~~~~~~~~~~~~~~~~~~~~
| cudnnPaddingMode_t
cupy_backends/cuda/libs/cudnn.cpp:27700:86: error: ‘__pyx_v_paddingMode’ was not declared in this scope; did you mean ‘__pyx_k_paddingMode’?
27700 | __pyx_v_status = cudnnGetRNNPaddingMode(((cudnnRNNDescriptor_t)__pyx_v_rnnDesc), (&__pyx_v_paddingMode));
| ^~~~~~~~~~~~~~~~~~~
| __pyx_k_paddingMode
cupy_backends/cuda/libs/cudnn.cpp:27700:20: error: ‘cudnnGetRNNPaddingMode’ was not declared in this scope; did you mean ‘cudnnPaddingMode_t’?
27700 | __pyx_v_status = cudnnGetRNNPaddingMode(((cudnnRNNDescriptor_t)__pyx_v_rnnDesc), (&__pyx_v_paddingMode));
| ^~~~~~~~~~~~~~~~~~~~~~
| cudnnPaddingMode_t
cupy_backends/cuda/libs/cudnn.cpp:27721:53: error: ‘__Pyx_PyInt_From_cudnnRNNPaddingMode_t’ cannot be used as a function
27721 | __pyx_t_1 = __Pyx_PyInt_From_cudnnRNNPaddingMode_t(__pyx_v_paddingMode); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 2094, __pyx_L1_error)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cudnn.cpp: In function ‘PyObject* __pyx_f_13cupy_backends_4cuda_4libs_5cudnn_getRNNWorkspaceSize(intptr_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cudnn.cpp:28494:20: error: ‘cudnnGetRNNWorkspaceSize’ was not declared in this scope; did you mean ‘cudnnGetRNNWeightSpaceSize’?
28494 | __pyx_v_status = cudnnGetRNNWorkspaceSize(((cudnnHandle_t)__pyx_v_handle), ((cudnnRNNDescriptor_t)__pyx_v_rnnDesc), __pyx_v_seqLength, ((cudnnTensorDescriptor_t *)__pyx_v_xDesc), (&__pyx_v_sizeInBytes));
| ^~~~~~~~~~~~~~~~~~~~~~~~
| cudnnGetRNNWeightSpaceSize
cupy_backends/cuda/libs/cudnn.cpp: In function ‘PyObject* __pyx_f_13cupy_backends_4cuda_4libs_5cudnn_getRNNTrainingReserveSize(intptr_t, size_t, int, size_t, int)’:
cupy_backends/cuda/libs/cudnn.cpp:28680:20: error: ‘cudnnGetRNNTrainingReserveSize’ was not declared in this scope
28680 | __pyx_v_status = cudnnGetRNNTrainingReserveSize(((cudnnHandle_t)__pyx_v_handle), ((cudnnRNNDescriptor_t)__pyx_v_rnnDesc), __pyx_v_seqLength, ((cudnnTensorDescriptor_t *)__pyx_v_xDesc), (&__pyx_v_sizeInBytes));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cudnn.cpp: In function ‘PyObject* __pyx_f_13cupy_backends_4cuda_4libs_5cudnn_getRNNParamsSize(intptr_t, size_t, size_t, int, int)’:
cupy_backends/cuda/libs/cudnn.cpp:28866:20: error: ‘cudnnGetRNNParamsSize’ was not declared in this scope; did you mean ‘cudnnGetRNNTempSpaceSizes’?
28866 | __pyx_v_status = cudnnGetRNNParamsSize(((cudnnHandle_t)__pyx_v_handle), ((cudnnRNNDescriptor_t)__pyx_v_rnnDesc), ((cudnnTensorDescriptor_t)__pyx_v_xDesc), (&__pyx_v_sizeInBytes), ((cudnnDataType_t)__pyx_v_dataType));
| ^~~~~~~~~~~~~~~~~~~~~
| cudnnGetRNNTempSpaceSizes
cupy_backends/cuda/libs/cudnn.cpp: In function ‘PyObject* __pyx_f_13cupy_backends_4cuda_4libs_5cudnn_getRNNLinLayerMatrixParams(intptr_t, size_t, int, size_t, size_t, size_t, int, size_t, size_t, int)’:
cupy_backends/cuda/libs/cudnn.cpp:29051:20: error: ‘cudnnGetRNNLinLayerMatrixParams’ was not declared in this scope
29051 | __pyx_v_status = cudnnGetRNNLinLayerMatrixParams(((cudnnHandle_t)__pyx_v_handle), ((cudnnRNNDescriptor_t)__pyx_v_rnnDesc), __pyx_v_layer, ((cudnnTensorDescriptor_t)__pyx_v_xDesc), ((cudnnFilterDescriptor_t)__pyx_v_wDesc), ((void *)__pyx_v_w), __pyx_v_linLayerID, ((cudnnFilterDescriptor_t)__pyx_v_linLayerMatDesc), ((void **)__pyx_v_linLayerMat));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cudnn.cpp: In function ‘PyObject* __pyx_f_13cupy_backends_4cuda_4libs_5cudnn_getRNNLinLayerBiasParams(intptr_t, size_t, int, size_t, size_t, size_t, int, size_t, size_t, int)’:
cupy_backends/cuda/libs/cudnn.cpp:29279:20: error: ‘cudnnGetRNNLinLayerBiasParams’ was not declared in this scope
29279 | __pyx_v_status = cudnnGetRNNLinLayerBiasParams(((cudnnHandle_t)__pyx_v_handle), ((cudnnRNNDescriptor_t)__pyx_v_rnnDesc), __pyx_v_layer, ((cudnnTensorDescriptor_t)__pyx_v_xDesc), ((cudnnFilterDescriptor_t)__pyx_v_wDesc), ((void *)__pyx_v_w), __pyx_v_linLayerID, ((cudnnFilterDescriptor_t)__pyx_v_linLayerBiasDesc), ((void **)__pyx_v_linLayerBias));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cudnn.cpp: In function ‘PyObject* __pyx_f_13cupy_backends_4cuda_4libs_5cudnn_RNNForwardInference(intptr_t, size_t, int, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, int)’:
cupy_backends/cuda/libs/cudnn.cpp:29533:26: error: ‘cudnnRNNForwardInference’ was not declared in this scope
29533 | __pyx_v_status = cudnnRNNForwardInference(((cudnnHandle_t)__pyx_v_handle), ((cudnnRNNDescriptor_t)__pyx_v_rnnDesc), __pyx_v_seqLength, ((cudnnTensorDescriptor_t *)__pyx_v_xDesc), ((void *)__pyx_v_x), ((cudnnTensorDescriptor_t)__pyx_v_hxDesc), ((void *)__pyx_v_hx), ((cudnnTensorDescriptor_t)__pyx_v_cxDesc), ((void *)__pyx_v_cx), ((cudnnFilterDescriptor_t)__pyx_v_wDesc), ((void *)__pyx_v_w), ((cudnnTensorDescriptor_t *)__pyx_v_yDesc), ((void *)__pyx_v_y), ((cudnnTensorDescriptor_t)__pyx_v_hyDesc), ((void *)__pyx_v_hy), ((cudnnTensorDescriptor_t)__pyx_v_cyDesc), ((void *)__pyx_v_cy), ((void *)__pyx_v_workspace), __pyx_v_workSpaceSizeInBytes);
| ^~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cudnn.cpp: In function ‘PyObject* __pyx_f_13cupy_backends_4cuda_4libs_5cudnn_RNNForwardTraining(intptr_t, size_t, int, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, int)’:
cupy_backends/cuda/libs/cudnn.cpp:29917:26: error: ‘cudnnRNNForwardTraining’ was not declared in this scope; did you mean ‘cudnnRNNForward’?
29917 | __pyx_v_status = cudnnRNNForwardTraining(((cudnnHandle_t)__pyx_v_handle), ((cudnnRNNDescriptor_t)__pyx_v_rnnDesc), __pyx_v_seqLength, ((cudnnTensorDescriptor_t *)__pyx_v_xDesc), ((void *)__pyx_v_x), ((cudnnTensorDescriptor_t)__pyx_v_hxDesc), ((void *)__pyx_v_hx), ((cudnnTensorDescriptor_t)__pyx_v_cxDesc), ((void *)__pyx_v_cx), ((cudnnFilterDescriptor_t)__pyx_v_wDesc), ((void *)__pyx_v_w), ((cudnnTensorDescriptor_t *)__pyx_v_yDesc), ((void *)__pyx_v_y), ((cudnnTensorDescriptor_t)__pyx_v_hyDesc), ((void *)__pyx_v_hy), ((cudnnTensorDescriptor_t)__pyx_v_cyDesc), ((void *)__pyx_v_cy), ((void *)__pyx_v_workspace), __pyx_v_workSpaceSizeInBytes, ((void *)__pyx_v_reserveSpace), __pyx_v_reserveSpaceSizeInBytes);
| ^~~~~~~~~~~~~~~~~~~~~~~
| cudnnRNNForward
cupy_backends/cuda/libs/cudnn.cpp: In function ‘PyObject* __pyx_f_13cupy_backends_4cuda_4libs_5cudnn_RNNBackwardData(intptr_t, size_t, int, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, int)’:
cupy_backends/cuda/libs/cudnn.cpp:30323:26: error: ‘cudnnRNNBackwardData’ was not declared in this scope; did you mean ‘cudnnRNNBackwardData_v8’?
30323 | __pyx_v_status = cudnnRNNBackwardData(((cudnnHandle_t)__pyx_v_handle), ((cudnnRNNDescriptor_t)__pyx_v_rnnDesc), __pyx_v_seqLength, ((cudnnTensorDescriptor_t *)__pyx_v_yDesc), ((void *)__pyx_v_y), ((cudnnTensorDescriptor_t *)__pyx_v_dyDesc), ((void *)__pyx_v_dy), ((cudnnTensorDescriptor_t)__pyx_v_dhyDesc), ((void *)__pyx_v_dhy), ((cudnnTensorDescriptor_t)__pyx_v_dcyDesc), ((void *)__pyx_v_dcy), ((cudnnFilterDescriptor_t)__pyx_v_wDesc), ((void *)__pyx_v_w), ((cudnnTensorDescriptor_t)__pyx_v_hxDesc), ((void *)__pyx_v_hx), ((cudnnTensorDescriptor_t)__pyx_v_cxDesc), ((void *)__pyx_v_cx), ((cudnnTensorDescriptor_t *)__pyx_v_dxDesc), ((void *)__pyx_v_dx), ((cudnnTensorDescriptor_t)__pyx_v_dhxDesc), ((void *)__pyx_v_dhx), ((cudnnTensorDescriptor_t)__pyx_v_dcxDesc), ((void *)__pyx_v_dcx), ((void *)__pyx_v_workspace), __pyx_v_workSpaceSizeInBytes, ((void *)__pyx_v_reserveSpace), __pyx_v_reserveSpaceSizeInBytes);
| ^~~~~~~~~~~~~~~~~~~~
| cudnnRNNBackwardData_v8
cupy_backends/cuda/libs/cudnn.cpp: In function ‘PyObject* __pyx_f_13cupy_backends_4cuda_4libs_5cudnn_RNNBackwardWeights(intptr_t, size_t, int, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, int)’:
cupy_backends/cuda/libs/cudnn.cpp:30795:26: error: ‘cudnnRNNBackwardWeights’ was not declared in this scope; did you mean ‘cudnnRNNBackwardWeights_v8’?
30795 | __pyx_v_status = cudnnRNNBackwardWeights(((cudnnHandle_t)__pyx_v_handle), ((cudnnRNNDescriptor_t)__pyx_v_rnnDesc), __pyx_v_seqLength, ((cudnnTensorDescriptor_t *)__pyx_v_xDesc), ((void *)__pyx_v_x), ((cudnnTensorDescriptor_t)__pyx_v_hxDesc), ((void *)__pyx_v_hx), ((cudnnTensorDescriptor_t *)__pyx_v_yDesc), ((void *)__pyx_v_y), ((void *)__pyx_v_workspace), __pyx_v_workSpaceSizeInBytes, ((cudnnFilterDescriptor_t)__pyx_v_dwDesc), ((void *)__pyx_v_dw), ((void *)__pyx_v_reserveSpace), __pyx_v_reserveSpaceSizeInBytes);
| ^~~~~~~~~~~~~~~~~~~~~~~
| cudnnRNNBackwardWeights_v8
cupy_backends/cuda/libs/cudnn.cpp: In function ‘PyObject* __pyx_f_13cupy_backends_4cuda_4libs_5cudnn_RNNForwardInferenceEx(intptr_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, int)’:
cupy_backends/cuda/libs/cudnn.cpp:31135:26: error: ‘cudnnRNNForwardInferenceEx’ was not declared in this scope
31135 | __pyx_v_status = cudnnRNNForwardInferenceEx(((cudnnHandle_t)__pyx_v_handle), ((cudnnRNNDescriptor_t)__pyx_v_rnnDesc), ((cudnnRNNDataDescriptor_t)__pyx_v_xDesc), ((void const *)__pyx_v_x), ((cudnnTensorDescriptor_t)__pyx_v_hxDesc), ((void const *)__pyx_v_hx), ((cudnnTensorDescriptor_t)__pyx_v_cxDesc), ((void const *)__pyx_v_cx), ((cudnnFilterDescriptor_t)__pyx_v_wDesc), ((void const *)__pyx_v_w), ((cudnnRNNDataDescriptor_t)__pyx_v_yDesc), ((void *)__pyx_v_y), ((cudnnTensorDescriptor_t)__pyx_v_hyDesc), ((void *)__pyx_v_hy), ((cudnnTensorDescriptor_t)__pyx_v_cyDesc), ((void *)__pyx_v_cy), ((cudnnRNNDataDescriptor_t)__pyx_v_kDesc), ((void const *)__pyx_v_keys), ((cudnnRNNDataDescriptor_t)__pyx_v_cDesc), ((void *)__pyx_v_cAttn), ((cudnnRNNDataDescriptor_t)__pyx_v_iDesc), ((void *)__pyx_v_iAttn), ((cudnnRNNDataDescriptor_t)__pyx_v_qDesc), ((void *)__pyx_v_queries), ((void *)__pyx_v_workSpace), __pyx_v_workSpaceSizeInBytes);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cudnn.cpp: In function ‘PyObject* __pyx_f_13cupy_backends_4cuda_4libs_5cudnn_RNNForwardTrainingEx(intptr_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, int)’:
cupy_backends/cuda/libs/cudnn.cpp:31596:26: error: ‘cudnnRNNForwardTrainingEx’ was not declared in this scope
31596 | __pyx_v_status = cudnnRNNForwardTrainingEx(((cudnnHandle_t)__pyx_v_handle), ((cudnnRNNDescriptor_t)__pyx_v_rnnDesc), ((cudnnRNNDataDescriptor_t)__pyx_v_xDesc), ((void const *)__pyx_v_x), ((cudnnTensorDescriptor_t)__pyx_v_hxDesc), ((void const *)__pyx_v_hx), ((cudnnTensorDescriptor_t)__pyx_v_cxDesc), ((void const *)__pyx_v_cx), ((cudnnFilterDescriptor_t)__pyx_v_wDesc), ((void const *)__pyx_v_w), ((cudnnRNNDataDescriptor_t)__pyx_v_yDesc), ((void *)__pyx_v_y), ((cudnnTensorDescriptor_t)__pyx_v_hyDesc), ((void *)__pyx_v_hy), ((cudnnTensorDescriptor_t)__pyx_v_cyDesc), ((void *)__pyx_v_cy), ((cudnnRNNDataDescriptor_t)__pyx_v_kDesc), ((void const *)__pyx_v_keys), ((cudnnRNNDataDescriptor_t)__pyx_v_cDesc), ((void *)__pyx_v_cAttn), ((cudnnRNNDataDescriptor_t)__pyx_v_iDesc), ((void *)__pyx_v_iAttn), ((cudnnRNNDataDescriptor_t)__pyx_v_qDesc), ((void *)__pyx_v_queries), ((void *)__pyx_v_workSpace), __pyx_v_workSpaceSizeInBytes, ((void *)__pyx_v_reserveSpace), __pyx_v_reserveSpaceSizeInBytes);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cudnn.cpp: In function ‘PyObject* __pyx_f_13cupy_backends_4cuda_4libs_5cudnn_RNNBackwardDataEx(intptr_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, int)’:
cupy_backends/cuda/libs/cudnn.cpp:32079:26: error: ‘cudnnRNNBackwardDataEx’ was not declared in this scope; did you mean ‘cudnnRNNBackwardData_v8’?
32079 | __pyx_v_status = cudnnRNNBackwardDataEx(((cudnnHandle_t)__pyx_v_handle), ((cudnnRNNDescriptor_t)__pyx_v_rnnDesc), ((cudnnRNNDataDescriptor_t)__pyx_v_yDesc), ((void const *)__pyx_v_y), ((cudnnRNNDataDescriptor_t)__pyx_v_dyDesc), ((void const *)__pyx_v_dy), ((cudnnRNNDataDescriptor_t)__pyx_v_dcDesc), ((void const *)__pyx_v_dcAttn), ((cudnnTensorDescriptor_t)__pyx_v_dhyDesc), ((void const *)__pyx_v_dhy), ((cudnnTensorDescriptor_t)__pyx_v_dcyDesc), ((void const *)__pyx_v_dcy), ((cudnnFilterDescriptor_t)__pyx_v_wDesc), ((void const *)__pyx_v_w), ((cudnnTensorDescriptor_t)__pyx_v_hxDesc), ((void const *)__pyx_v_hx), ((cudnnTensorDescriptor_t)__pyx_v_cxDesc), ((void const *)__pyx_v_cx), ((cudnnRNNDataDescriptor_t)__pyx_v_dxDesc), ((void *)__pyx_v_dx), ((cudnnTensorDescriptor_t)__pyx_v_dhxDesc), ((void *)__pyx_v_dhx), ((cudnnTensorDescriptor_t)__pyx_v_dcxDesc), ((void *)__pyx_v_dcx), ((cudnnRNNDataDescriptor_t)__pyx_v_dkDesc), ((void *)__pyx_v_dkeys), ((void *)__pyx_v_workSpace), __pyx_v_workSpaceSizeInBytes, ((void *)__pyx_v_reserveSpace), __pyx_v_reserveSpaceSizeInBytes);
| ^~~~~~~~~~~~~~~~~~~~~~
| cudnnRNNBackwardData_v8
cupy_backends/cuda/libs/cudnn.cpp: In function ‘PyObject* __pyx_f_13cupy_backends_4cuda_4libs_5cudnn_RNNBackwardWeightsEx(intptr_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t, int)’:
cupy_backends/cuda/libs/cudnn.cpp:32584:26: error: ‘cudnnRNNBackwardWeightsEx’ was not declared in this scope; did you mean ‘cudnnRNNBackwardWeights_v8’?
32584 | __pyx_v_status = cudnnRNNBackwardWeightsEx(((cudnnHandle_t)__pyx_v_handle), ((cudnnRNNDescriptor_t)__pyx_v_rnnDesc), ((cudnnRNNDataDescriptor_t)__pyx_v_xDesc), ((void const *)__pyx_v_x), ((cudnnTensorDescriptor_t)__pyx_v_hxDesc), ((void const *)__pyx_v_hx), ((cudnnRNNDataDescriptor_t)__pyx_v_yDesc), ((void const *)__pyx_v_y), ((void *)__pyx_v_workSpace), __pyx_v_workSpaceSizeInBytes, ((cudnnFilterDescriptor_t)__pyx_v_dwDesc), ((void *)__pyx_v_dw), ((void *)__pyx_v_reserveSpace), __pyx_v_reserveSpaceSizeInBytes);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| cudnnRNNBackwardWeights_v8
cupy_backends/cuda/libs/cudnn.cpp: At global scope:
cupy_backends/cuda/libs/cudnn.cpp:43346:32: error: redefinition of ‘PyObject* __Pyx_PyInt_From_cudnnRNNPaddingMode_t’
43346 | static CYTHON_INLINE PyObject* __Pyx_PyInt_From_cudnnRNNPaddingMode_t(cudnnRNNPaddingMode_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cudnn.cpp:2338:32: note: ‘PyObject* __Pyx_PyInt_From_cudnnRNNPaddingMode_t’ previously defined here
2338 | static CYTHON_INLINE PyObject* __Pyx_PyInt_From_cudnnRNNPaddingMode_t(cudnnRNNPaddingMode_t value);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cupy_backends/cuda/libs/cudnn.cpp:43346:71: error: ‘cudnnRNNPaddingMode_t’ was not declared in this scope; did you mean ‘cudnnPaddingMode_t’?
43346 | static CYTHON_INLINE PyObject* __Pyx_PyInt_From_cudnnRNNPaddingMode_t(cudnnRNNPaddingMode_t value) {
| ^~~~~~~~~~~~~~~~~~~~~
| cudnnPaddingMode_t
building 'cupy_backends.cuda.libs.nvtx' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy_backends/cuda/libs/nvtx.cpp -o build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/libs/nvtx.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/libs/nvtx.o -L/usr/local/cuda/lib64 -o build/lib.linux-x86_64-cpython-310/cupy_backends/cuda/libs/nvtx.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
cupy.cuda.cub: Device code: cupy/cuda/cupy_cub.cu
cupy.cuda.cub: Building: build/temp.device_objects/cupy/cuda/cupy_cub.cu.o
NVCC options: ['-Xfatbin=-compress-all', '-O2', '--compiler-options="-fPIC"', '--std=c++14', '-t2', '-Xcompiler=-fno-gnu-unique']
Command: ['/usr/local/cuda/bin/nvcc', '-D_FORCE_INLINES=1', '-DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446', '-DCUPY_CUB_VERSION_CODE=200200', '-DCUPY_JITIFY_VERSION_CODE=174f1602c', '-I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx', '-I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust', '-I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub', '-I/home/ev-br/repos/cupy/cupy/_core/include', '-I/usr/local/cuda/include', '-c', 'cupy/cuda/cupy_cub.cu', '-o', 'build/temp.device_objects/cupy/cuda/cupy_cub.cu.o', '-Xfatbin=-compress-all', '-O2', '--compiler-options="-fPIC"', '--std=c++14', '-t2', '-Xcompiler=-fno-gnu-unique']
creating build/lib.linux-x86_64-cpython-310/cupyx
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupyx/cusolver.o -L/usr/local/cuda/lib64 -lcusolver -o build/lib.linux-x86_64-cpython-310/cupyx/cusolver.cpython-310-x86_64-linux-gnu.so -fopenmp -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy.cuda.jitify' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/cuda/jitify.cpp -o build/temp.linux-x86_64-cpython-310/cupy/cuda/jitify.o --std=c++11
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/cuda/jitify.o -L/usr/local/cuda/lib64 -lcuda -lnvrtc -lcudart_static -lpthread -lrt -ldl -o build/lib.linux-x86_64-cpython-310/cupy/cuda/jitify.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy.random._bit_generator' extension
creating build/temp.linux-x86_64-cpython-310/cupy/random
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/random/_bit_generator.cpp -o build/temp.linux-x86_64-cpython-310/cupy/random/_bit_generator.o
creating build/lib.linux-x86_64-cpython-310/cupy/random
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/random/_bit_generator.o -L/usr/local/cuda/lib64 -lcurand -lcudart_static -lpthread -lrt -ldl -o build/lib.linux-x86_64-cpython-310/cupy/random/_bit_generator.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
cupy.random._generator_api: Device code: cupy/random/cupy_distributions.cu
cupy.random._generator_api: Building: build/temp.device_objects/cupy/random/cupy_distributions.cu.o
NVCC options: ['-Xfatbin=-compress-all', '-O2', '--compiler-options="-fPIC"', '--std=c++14', '-t2', '-Xcompiler=-fno-gnu-unique']
Command: ['/usr/local/cuda/bin/nvcc', '-D_FORCE_INLINES=1', '-DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446', '-DCUPY_CUB_VERSION_CODE=200200', '-DCUPY_JITIFY_VERSION_CODE=174f1602c', '-I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx', '-I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust', '-I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub', '-I/home/ev-br/repos/cupy/cupy/_core/include', '-I/usr/local/cuda/include', '-c', 'cupy/random/cupy_distributions.cu', '-o', 'build/temp.device_objects/cupy/random/cupy_distributions.cu.o', '-Xfatbin=-compress-all', '-O2', '--compiler-options="-fPIC"', '--std=c++14', '-t2', '-Xcompiler=-fno-gnu-unique']
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupyx/cudnn.o -L/usr/local/cuda/lib64 -lcudnn -o build/lib.linux-x86_64-cpython-310/cupyx/cudnn.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
cupy.cuda.thrust: Device code: cupy/cuda/cupy_thrust.cu
cupy.cuda.thrust: Building: build/temp.device_objects/cupy/cuda/cupy_thrust.cu.o
NVCC options: ['-Xfatbin=-compress-all', '-O2', '--compiler-options="-fPIC"', '--std=c++14', '-t2', '-Xcompiler=-fno-gnu-unique']
Command: ['/usr/local/cuda/bin/nvcc', '-D_FORCE_INLINES=1', '-DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446', '-DCUPY_CUB_VERSION_CODE=200200', '-DCUPY_JITIFY_VERSION_CODE=174f1602c', '-I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx', '-I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust', '-I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub', '-I/home/ev-br/repos/cupy/cupy/_core/include', '-I/usr/local/cuda/include', '-c', 'cupy/cuda/cupy_thrust.cu', '-o', 'build/temp.device_objects/cupy/cuda/cupy_thrust.cu.o', '-Xfatbin=-compress-all', '-O2', '--compiler-options="-fPIC"', '--std=c++14', '-t2', '-Xcompiler=-fno-gnu-unique']
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy_backends/cuda/libs/cusolver.o -L/usr/local/cuda/lib64 -lcusolver -o build/lib.linux-x86_64-cpython-310/cupy_backends/cuda/libs/cusolver.cpython-310-x86_64-linux-gnu.so -fopenmp -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy._core.dlpack' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/_core/dlpack.cpp -o build/temp.linux-x86_64-cpython-310/cupy/_core/dlpack.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/_core/dlpack.o -L/usr/local/cuda/lib64 -o build/lib.linux-x86_64-cpython-310/cupy/_core/dlpack.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy.random._generator_api' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/random/_generator_api.cpp -o build/temp.linux-x86_64-cpython-310/cupy/random/_generator_api.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/random/_generator_api.o build/temp.device_objects/cupy/random/cupy_distributions.cu.o -L/usr/local/cuda/lib64 -lcurand -lcudart_static -lpthread -lrt -ldl -o build/lib.linux-x86_64-cpython-310/cupy/random/_generator_api.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy.cuda.cub' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/cuda/cub.cpp -o build/temp.linux-x86_64-cpython-310/cupy/cuda/cub.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/cuda/cub.o build/temp.device_objects/cupy/cuda/cupy_cub.cu.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -o build/lib.linux-x86_64-cpython-310/cupy/cuda/cub.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
building 'cupy.cuda.thrust' extension
gcc -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -O2 -isystem /home/ev-br/.conda/envs/cupyx_ng/include -fPIC -D_FORCE_INLINES=1 -DCUPY_CACHE_KEY=c1dd808300cf25e56a32798995fa333ef27c5446 -DCUPY_CUB_VERSION_CODE=200200 -DCUPY_JITIFY_VERSION_CODE=174f1602c -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/libcudacxx -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/thrust -I/home/ev-br/repos/cupy/cupy/_core/include/cupy/_cccl/cub -I/home/ev-br/repos/cupy/cupy/_core/include -I/usr/local/cuda/include -I/home/ev-br/.conda/envs/cupyx_ng/include/python3.10 -c cupy/cuda/thrust.cpp -o build/temp.linux-x86_64-cpython-310/cupy/cuda/thrust.o
g++ -pthread -B /home/ev-br/.conda/envs/cupyx_ng/compiler_compat -shared -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath,/home/ev-br/.conda/envs/cupyx_ng/lib -Wl,-rpath-link,/home/ev-br/.conda/envs/cupyx_ng/lib -L/home/ev-br/.conda/envs/cupyx_ng/lib build/temp.linux-x86_64-cpython-310/cupy/cuda/thrust.o build/temp.device_objects/cupy/cuda/cupy_thrust.cu.o -L/usr/local/cuda/lib64 -lcudart_static -lpthread -lrt -ldl -o build/lib.linux-x86_64-cpython-310/cupy/cuda/thrust.cpython-310-x86_64-linux-gnu.so -Wl,--disable-new-dtags,-rpath,/usr/local/cuda/lib64
error: command '/usr/bin/gcc' failed with exit code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment