LICENSE
README.md
setup.py
CrossPy.egg-info/PKG-INFO
CrossPy.egg-info/SOURCES.txt
CrossPy.egg-info/dependency_links.txt
CrossPy.egg-info/requires.txt
CrossPy.egg-info/top_level.txt
crosspy/__init__.py
crosspy/context.py
crosspy/core/__init__.py
crosspy/core/ndarray.py
crosspy/core/x1darray.py
crosspy/device/__init__.py
crosspy/device/detail.py
crosspy/device/device.py
crosspy/device/memory.py
crosspy/device/cpu/__init__.py
crosspy/device/cpu/generic.py
crosspy/device/gpu/__init__.py
crosspy/device/gpu/component.py
crosspy/device/gpu/cuda/__init__.py
crosspy/device/gpu/cuda/cuda_based.py
crosspy/device/gpu/cuda/cupy_based.py
crosspy/partition/__init__.py
crosspy/partition/ldevice.py
crosspy/partition/placement.py
crosspy/transfer/__init__.py
crosspy/transfer/cache.py
crosspy/transfer/collective.py
crosspy/utils/__init__.py
crosspy/utils/array.py
crosspy/utils/attr.py
crosspy/utils/construction.py
crosspy/utils/cupy.py
crosspy/utils/indexing.py
crosspy/utils/wrapper.py
tests/test.py
tests/test0.py
tests/test1.py
tests/test2.py
tests/test_communication.py
tests/test_create.py
tests/test_device.py
tests/test_norm.py
tests/test_partition.py
tests/test_property.py
tests/test_slicing.py
tests/test_ufunc.py
tests/test_x1d.py