LICENSE
MANIFEST.in
README.md
cupy_setup_build.py
setup.cfg
setup.py
cupy/__init__.py
cupy/_environment.py
cupy/_version.py
cupy/cudnn.cpp
cupy/cusparse.py
cupy/cutensor.py
cupy/util.cpp
cupy.egg-info/PKG-INFO
cupy.egg-info/SOURCES.txt
cupy.egg-info/dependency_links.txt
cupy.egg-info/not-zip-safe
cupy.egg-info/requires.txt
cupy.egg-info/top_level.txt
cupy/binary/__init__.py
cupy/binary/elementwise.py
cupy/binary/packing.py
cupy/core/__init__.py
cupy/core/_dtype.cpp
cupy/core/_errors.py
cupy/core/_kernel.cpp
cupy/core/_memory_range.cpp
cupy/core/_routines_indexing.cpp
cupy/core/_routines_logic.cpp
cupy/core/_routines_manipulation.cpp
cupy/core/_routines_math.cpp
cupy/core/_routines_sorting.cpp
cupy/core/_routines_statistics.cpp
cupy/core/_scalar.cpp
cupy/core/_ufuncs.py
cupy/core/core.cpp
cupy/core/dlpack.cpp
cupy/core/flags.cpp
cupy/core/fusion.cpp
cupy/core/halffloat.h
cupy/core/internal.cpp
cupy/core/raw.cpp
cupy/core/include/cupy/atomics.cuh
cupy/core/include/cupy/carray.cuh
cupy/core/include/cupy/complex.cuh
cupy/core/include/cupy/cuComplex_bridge.h
cupy/core/include/cupy/_cuda/cuda-10.0/cuda_fp16.h
cupy/core/include/cupy/_cuda/cuda-10.0/cuda_fp16.hpp
cupy/core/include/cupy/_cuda/cuda-10.1/cuda_fp16.h
cupy/core/include/cupy/_cuda/cuda-10.1/cuda_fp16.hpp
cupy/core/include/cupy/_cuda/cuda-10.2/cuda_fp16.h
cupy/core/include/cupy/_cuda/cuda-10.2/cuda_fp16.hpp
cupy/core/include/cupy/_cuda/cuda-9.2/cuda_fp16.h
cupy/core/include/cupy/_cuda/cuda-9.2/cuda_fp16.hpp
cupy/core/include/cupy/complex/arithmetic.h
cupy/core/include/cupy/complex/catrig.h
cupy/core/include/cupy/complex/catrigf.h
cupy/core/include/cupy/complex/ccosh.h
cupy/core/include/cupy/complex/ccoshf.h
cupy/core/include/cupy/complex/cexp.h
cupy/core/include/cupy/complex/cexpf.h
cupy/core/include/cupy/complex/clog.h
cupy/core/include/cupy/complex/clogf.h
cupy/core/include/cupy/complex/complex.h
cupy/core/include/cupy/complex/complex_inl.h
cupy/core/include/cupy/complex/cpow.h
cupy/core/include/cupy/complex/cproj.h
cupy/core/include/cupy/complex/csinh.h
cupy/core/include/cupy/complex/csinhf.h
cupy/core/include/cupy/complex/csqrt.h
cupy/core/include/cupy/complex/csqrtf.h
cupy/core/include/cupy/complex/ctanh.h
cupy/core/include/cupy/complex/ctanhf.h
cupy/core/include/cupy/complex/math_private.h
cupy/creation/__init__.py
cupy/creation/basic.py
cupy/creation/from_data.py
cupy/creation/matrix.py
cupy/creation/ranges.py
cupy/cuda/__init__.py
cupy/cuda/_environment.py
cupy/cuda/compiler.py
cupy/cuda/cublas.cpp
cupy/cuda/cudnn.cpp
cupy/cuda/cufft.cpp
cupy/cuda/cupy_common.h
cupy/cuda/cupy_cuComplex.h
cupy/cuda/cupy_cub.h
cupy/cuda/cupy_cuda.h
cupy/cuda/cupy_cuda_common.h
cupy/cuda/cupy_cudnn.h
cupy/cuda/cupy_cufft.h
cupy/cuda/cupy_cusolver.h
cupy/cuda/cupy_cusparse.h
cupy/cuda/cupy_cutensor.h
cupy/cuda/cupy_hip.h
cupy/cuda/cupy_hip_common.h
cupy/cuda/cupy_hiprtc.h
cupy/cuda/cupy_nccl.h
cupy/cuda/cupy_nvrtc.h
cupy/cuda/cupy_thrust.cu
cupy/cuda/cupy_thrust.h
cupy/cuda/curand.cpp
cupy/cuda/cusolver.cpp
cupy/cuda/cusparse.cpp
cupy/cuda/device.cpp
cupy/cuda/driver.cpp
cupy/cuda/function.cpp
cupy/cuda/memory.cpp
cupy/cuda/memory_hook.cpp
cupy/cuda/nccl.cpp
cupy/cuda/nvrtc.cpp
cupy/cuda/nvtx.cpp
cupy/cuda/pinned_memory.cpp
cupy/cuda/profiler.cpp
cupy/cuda/runtime.cpp
cupy/cuda/stream.cpp
cupy/cuda/texture.cpp
cupy/cuda/thrust.cpp
cupy/cuda/thrust.h
cupy/cuda/memory_hooks/__init__.py
cupy/cuda/memory_hooks/debug_print.py
cupy/cuda/memory_hooks/line_profile.py
cupy/ext/__init__.py
cupy/ext/scatter.py
cupy/fft/__init__.py
cupy/fft/config.py
cupy/fft/fft.py
cupy/indexing/__init__.py
cupy/indexing/generate.py
cupy/indexing/indexing.py
cupy/indexing/insert.py
cupy/io/__init__.py
cupy/io/formatting.py
cupy/io/npz.py
cupy/io/text.py
cupy/lib/__init__.py
cupy/lib/stride_tricks.py
cupy/linalg/__init__.py
cupy/linalg/decomposition.py
cupy/linalg/eigenvalue.py
cupy/linalg/einsum.py
cupy/linalg/einsum_opt.py
cupy/linalg/norms.py
cupy/linalg/product.py
cupy/linalg/solve.py
cupy/linalg/util.py
cupy/logic/__init__.py
cupy/logic/comparison.py
cupy/logic/content.py
cupy/logic/ops.py
cupy/logic/truth.py
cupy/logic/type_test.py
cupy/manipulation/__init__.py
cupy/manipulation/add_remove.py
cupy/manipulation/basic.py
cupy/manipulation/dims.py
cupy/manipulation/join.py
cupy/manipulation/kind.py
cupy/manipulation/rearrange.py
cupy/manipulation/shape.py
cupy/manipulation/split.py
cupy/manipulation/tiling.py
cupy/manipulation/transpose.py
cupy/math/__init__.py
cupy/math/arithmetic.py
cupy/math/explog.py
cupy/math/floating.py
cupy/math/hyperbolic.py
cupy/math/misc.py
cupy/math/rounding.py
cupy/math/special.py
cupy/math/sumprod.py
cupy/math/trigonometric.py
cupy/math/ufunc.py
cupy/math/window.py
cupy/misc/__init__.py
cupy/misc/memory_ranges.py
cupy/padding/__init__.py
cupy/padding/pad.py
cupy/prof/__init__.py
cupy/prof/time_range.py
cupy/random/__init__.py
cupy/random/_kernels.py
cupy/random/distributions.py
cupy/random/generator.py
cupy/random/permutations.py
cupy/random/sample.py
cupy/sorting/__init__.py
cupy/sorting/count.py
cupy/sorting/search.py
cupy/sorting/sort.py
cupy/sparse/__init__.py
cupy/sparse/linalg/__init__.py
cupy/statistics/__init__.py
cupy/statistics/correlation.py
cupy/statistics/histogram.py
cupy/statistics/meanvar.py
cupy/statistics/order.py
cupy/testing/__init__.py
cupy/testing/_bundle.py
cupy/testing/array.py
cupy/testing/attr.py
cupy/testing/condition.py
cupy/testing/helper.py
cupy/testing/hypothesis.py
cupy/testing/parameterized.py
cupy/testing/random.py
cupyx/__init__.py
cupyx/_ufunc_config.py
cupyx/rsqrt.py
cupyx/runtime.py
cupyx/scatter.py
cupyx/fallback_mode/__init__.py
cupyx/fallback_mode/fallback.py
cupyx/linalg/__init__.py
cupyx/linalg/solve.py
cupyx/linalg/sparse/__init__.py
cupyx/linalg/sparse/solve.py
cupyx/scipy/__init__.py
cupyx/scipy/fft/__init__.py
cupyx/scipy/fft/fft.py
cupyx/scipy/fftpack/__init__.py
cupyx/scipy/fftpack/fft.py
cupyx/scipy/linalg/__init__.py
cupyx/scipy/linalg/decomp_lu.py
cupyx/scipy/linalg/solve_triangular.py
cupyx/scipy/ndimage/__init__.py
cupyx/scipy/ndimage/filters.py
cupyx/scipy/ndimage/interpolation.py
cupyx/scipy/sparse/__init__.py
cupyx/scipy/sparse/base.py
cupyx/scipy/sparse/compressed.py
cupyx/scipy/sparse/construct.py
cupyx/scipy/sparse/coo.py
cupyx/scipy/sparse/csc.py
cupyx/scipy/sparse/csr.py
cupyx/scipy/sparse/data.py
cupyx/scipy/sparse/dia.py
cupyx/scipy/sparse/sputils.py
cupyx/scipy/sparse/util.py
cupyx/scipy/sparse/linalg/__init__.py
cupyx/scipy/sparse/linalg/solve.py
cupyx/scipy/special/__init__.py
cupyx/scipy/special/bessel.py
cupyx/scipy/special/digamma.py
cupyx/scipy/special/erf.py
cupyx/scipy/special/gamma.py
cupyx/scipy/special/gammaln.py
cupyx/scipy/special/polygamma.py
cupyx/scipy/special/statistics.py
cupyx/scipy/special/zeta.py
docs/LICENSE_THIRD_PARTY
docs/source/license.rst
install/__init__.py
install/build.py
install/utils.py
tests/conftest.py
tests/cupy_tests/__init__.py
tests/cupy_tests/test_cudnn.py
tests/cupy_tests/test_cusparse.py
tests/cupy_tests/test_init.py
tests/cupy_tests/test_numpy_interop.py
tests/cupy_tests/test_type_routines.py
tests/cupy_tests/binary_tests/__init__.py
tests/cupy_tests/binary_tests/test_elementwise.py
tests/cupy_tests/binary_tests/test_packing.py
tests/cupy_tests/core_tests/__init__.py
tests/cupy_tests/core_tests/test_array_function.py
tests/cupy_tests/core_tests/test_carray.py
tests/cupy_tests/core_tests/test_core.py
tests/cupy_tests/core_tests/test_dlpack.py
tests/cupy_tests/core_tests/test_elementwise.py
tests/cupy_tests/core_tests/test_flags.py
tests/cupy_tests/core_tests/test_function.py
tests/cupy_tests/core_tests/test_internal.py
tests/cupy_tests/core_tests/test_iter.py
tests/cupy_tests/core_tests/test_ndarray.py
tests/cupy_tests/core_tests/test_ndarray_adv_indexing.py
tests/cupy_tests/core_tests/test_ndarray_complex_ops.py
tests/cupy_tests/core_tests/test_ndarray_contiguity.py
tests/cupy_tests/core_tests/test_ndarray_conversion.py
tests/cupy_tests/core_tests/test_ndarray_copy_and_view.py
tests/cupy_tests/core_tests/test_ndarray_cuda_array_interface.py
tests/cupy_tests/core_tests/test_ndarray_elementwise_op.py
tests/cupy_tests/core_tests/test_ndarray_get.py
tests/cupy_tests/core_tests/test_ndarray_indexing.py
tests/cupy_tests/core_tests/test_ndarray_math.py
tests/cupy_tests/core_tests/test_ndarray_owndata.py
tests/cupy_tests/core_tests/test_ndarray_reduction.py
tests/cupy_tests/core_tests/test_ndarray_scatter.py
tests/cupy_tests/core_tests/test_ndarray_ufunc.py
tests/cupy_tests/core_tests/test_ndarray_unary_op.py
tests/cupy_tests/core_tests/test_raw.py
tests/cupy_tests/core_tests/test_reduction.py
tests/cupy_tests/core_tests/test_scan.py
tests/cupy_tests/core_tests/test_userkernel.py
tests/cupy_tests/core_tests/fusion_tests/__init__.py
tests/cupy_tests/core_tests/fusion_tests/fusion_utils.py
tests/cupy_tests/core_tests/fusion_tests/test_array.py
tests/cupy_tests/core_tests/fusion_tests/test_function.py
tests/cupy_tests/core_tests/fusion_tests/test_ufunc.py
tests/cupy_tests/creation_tests/__init__.py
tests/cupy_tests/creation_tests/test_basic.py
tests/cupy_tests/creation_tests/test_from_data.py
tests/cupy_tests/creation_tests/test_matrix.py
tests/cupy_tests/creation_tests/test_ranges.py
tests/cupy_tests/cuda_tests/__init__.py
tests/cupy_tests/cuda_tests/test_compiler.py
tests/cupy_tests/cuda_tests/test_cublas.py
tests/cupy_tests/cuda_tests/test_cudnn.py
tests/cupy_tests/cuda_tests/test_cufft.py
tests/cupy_tests/cuda_tests/test_curand.py
tests/cupy_tests/cuda_tests/test_cusolver.py
tests/cupy_tests/cuda_tests/test_cusparse.py
tests/cupy_tests/cuda_tests/test_cutensor.py
tests/cupy_tests/cuda_tests/test_device.py
tests/cupy_tests/cuda_tests/test_driver.py
tests/cupy_tests/cuda_tests/test_memory.py
tests/cupy_tests/cuda_tests/test_memory_hook.py
tests/cupy_tests/cuda_tests/test_nccl.py
tests/cupy_tests/cuda_tests/test_nvrtc.py
tests/cupy_tests/cuda_tests/test_nvtx.py
tests/cupy_tests/cuda_tests/test_pinned_memory.py
tests/cupy_tests/cuda_tests/test_profile.py
tests/cupy_tests/cuda_tests/test_stream.py
tests/cupy_tests/cuda_tests/test_texture.py
tests/cupy_tests/cuda_tests/memory_hooks_tests/__init__.py
tests/cupy_tests/cuda_tests/memory_hooks_tests/test_debug_print.py
tests/cupy_tests/cuda_tests/memory_hooks_tests/test_line_profile.py
tests/cupy_tests/ext_tests/__init__.py
tests/cupy_tests/ext_tests/test_scatter.py
tests/cupy_tests/fft_tests/__init__.py
tests/cupy_tests/fft_tests/test_fft.py
tests/cupy_tests/indexing_tests/__init__.py
tests/cupy_tests/indexing_tests/test_generate.py
tests/cupy_tests/indexing_tests/test_indexing.py
tests/cupy_tests/indexing_tests/test_insert.py
tests/cupy_tests/io_tests/__init__.py
tests/cupy_tests/io_tests/test_base_n.py
tests/cupy_tests/io_tests/test_formatting.py
tests/cupy_tests/io_tests/test_npz.py
tests/cupy_tests/io_tests/test_text.py
tests/cupy_tests/lib_tests/__init__.py
tests/cupy_tests/lib_tests/test_strided_tricks.py
tests/cupy_tests/linalg_tests/__init__.py
tests/cupy_tests/linalg_tests/test_decomposition.py
tests/cupy_tests/linalg_tests/test_eigenvalue.py
tests/cupy_tests/linalg_tests/test_einsum.py
tests/cupy_tests/linalg_tests/test_norms.py
tests/cupy_tests/linalg_tests/test_product.py
tests/cupy_tests/linalg_tests/test_solve.py
tests/cupy_tests/logic_tests/__init__.py
tests/cupy_tests/logic_tests/test_comparison.py
tests/cupy_tests/logic_tests/test_content.py
tests/cupy_tests/logic_tests/test_ops.py
tests/cupy_tests/logic_tests/test_truth.py
tests/cupy_tests/logic_tests/test_type_test.py
tests/cupy_tests/manipulation_tests/__init__.py
tests/cupy_tests/manipulation_tests/test_add_remove.py
tests/cupy_tests/manipulation_tests/test_basic.py
tests/cupy_tests/manipulation_tests/test_dims.py
tests/cupy_tests/manipulation_tests/test_join.py
tests/cupy_tests/manipulation_tests/test_kind.py
tests/cupy_tests/manipulation_tests/test_rearrange.py
tests/cupy_tests/manipulation_tests/test_shape.py
tests/cupy_tests/manipulation_tests/test_split.py
tests/cupy_tests/manipulation_tests/test_tiling.py
tests/cupy_tests/manipulation_tests/test_transpose.py
tests/cupy_tests/math_tests/__init__.py
tests/cupy_tests/math_tests/test_arithmetic.py
tests/cupy_tests/math_tests/test_explog.py
tests/cupy_tests/math_tests/test_floating.py
tests/cupy_tests/math_tests/test_hyperbolic.py
tests/cupy_tests/math_tests/test_matmul.py
tests/cupy_tests/math_tests/test_misc.py
tests/cupy_tests/math_tests/test_rounding.py
tests/cupy_tests/math_tests/test_special.py
tests/cupy_tests/math_tests/test_sumprod.py
tests/cupy_tests/math_tests/test_trigonometric.py
tests/cupy_tests/math_tests/test_window.py
tests/cupy_tests/misc_tests/__init__.py
tests/cupy_tests/misc_tests/test_memory_ranges.py
tests/cupy_tests/padding_tests/__init__.py
tests/cupy_tests/padding_tests/test_pad.py
tests/cupy_tests/prof_tests/__init__.py
tests/cupy_tests/prof_tests/test_range.py
tests/cupy_tests/random_tests/__init__.py
tests/cupy_tests/random_tests/test_distributions.py
tests/cupy_tests/random_tests/test_generator.py
tests/cupy_tests/random_tests/test_permutations.py
tests/cupy_tests/random_tests/test_random.py
tests/cupy_tests/random_tests/test_sample.py
tests/cupy_tests/sorting_tests/__init__.py
tests/cupy_tests/sorting_tests/test_count.py
tests/cupy_tests/sorting_tests/test_search.py
tests/cupy_tests/sorting_tests/test_sort.py
tests/cupy_tests/statics_tests/__init__.py
tests/cupy_tests/statics_tests/test_correlation.py
tests/cupy_tests/statics_tests/test_histogram.py
tests/cupy_tests/statics_tests/test_meanvar.py
tests/cupy_tests/statics_tests/test_order.py
tests/cupy_tests/testing_tests/__init__.py
tests/cupy_tests/testing_tests/test_array.py
tests/cupy_tests/testing_tests/test_condition.py
tests/cupy_tests/testing_tests/test_helper.py
tests/cupy_tests/testing_tests/test_parameterized.py
tests/cupyx_tests/__init__.py
tests/cupyx_tests/test_cupyx.py
tests/cupyx_tests/test_rsqrt.py
tests/cupyx_tests/test_runtime.py
tests/cupyx_tests/test_scatter.py
tests/cupyx_tests/fallback_mode_tests/__init__.py
tests/cupyx_tests/fallback_mode_tests/test_fallback.py
tests/cupyx_tests/linalg_tests/__init__.py
tests/cupyx_tests/linalg_tests/test_solve.py
tests/cupyx_tests/linalg_tests/sparse_tests/__init__.py
tests/cupyx_tests/linalg_tests/sparse_tests/test_solve.py
tests/cupyx_tests/scipy_tests/__init__.py
tests/cupyx_tests/scipy_tests/test_get_array_module.py
tests/cupyx_tests/scipy_tests/fft_tests/__init__.py
tests/cupyx_tests/scipy_tests/fft_tests/test_fft.py
tests/cupyx_tests/scipy_tests/fftpack_tests/__init__.py
tests/cupyx_tests/scipy_tests/fftpack_tests/test_fftpack.py
tests/cupyx_tests/scipy_tests/linalg_tests/__init__.py
tests/cupyx_tests/scipy_tests/linalg_tests/test_decomp_lu.py
tests/cupyx_tests/scipy_tests/linalg_tests/test_solve_triangular.py
tests/cupyx_tests/scipy_tests/ndimage_tests/__init__.py
tests/cupyx_tests/scipy_tests/ndimage_tests/test_filters.py
tests/cupyx_tests/scipy_tests/ndimage_tests/test_interpolation.py
tests/cupyx_tests/scipy_tests/sparse_tests/__init__.py
tests/cupyx_tests/scipy_tests/sparse_tests/test_base.py
tests/cupyx_tests/scipy_tests/sparse_tests/test_construct.py
tests/cupyx_tests/scipy_tests/sparse_tests/test_coo.py
tests/cupyx_tests/scipy_tests/sparse_tests/test_csc.py
tests/cupyx_tests/scipy_tests/sparse_tests/test_csr.py
tests/cupyx_tests/scipy_tests/sparse_tests/test_dia.py
tests/cupyx_tests/scipy_tests/sparse_tests/test_linalg.py
tests/cupyx_tests/scipy_tests/special_tests/__init__.py
tests/cupyx_tests/scipy_tests/special_tests/test_bessel.py
tests/cupyx_tests/scipy_tests/special_tests/test_digamma.py
tests/cupyx_tests/scipy_tests/special_tests/test_erf.py
tests/cupyx_tests/scipy_tests/special_tests/test_gamma.py
tests/cupyx_tests/scipy_tests/special_tests/test_gammaln.py
tests/cupyx_tests/scipy_tests/special_tests/test_polygamma.py
tests/cupyx_tests/scipy_tests/special_tests/test_statistics.py
tests/cupyx_tests/scipy_tests/special_tests/test_zeta.py
tests/example_tests/__init__.py
tests/example_tests/example_test.py
tests/example_tests/test_finance.py
tests/example_tests/test_gemm.py
tests/example_tests/test_gmm.py
tests/example_tests/test_kmeans.py
tests/install_tests/__init__.py
tests/install_tests/test_build.py
tests/install_tests/test_utils.py