Abracudabra: Convert Tensors, Arrays and DataFrames Between CPU and CUDA#
Abracudabra is a Python package designed to simplify the conversion of NumPy/CuPy arrays, pandas/cuDF dataframes, and PyTorch tensors between CPU and CUDA devices.
It might come useful to developing code that can run on both CPU and CUDA devices.
Install the package with:
pip install abracudabra
Contents:
API Reference