ComputationalRadiationPhysics / student_project_python_bindings

The student project investigates the performance and memory handling of Python bindings for CUDA C++ code created with pybind11.
GNU General Public License v3.0
1 stars 0 forks source link

Initial cupy and cupy_ref interface #24

Closed afif-ishamsyah closed 3 years ago

afif-ishamsyah commented 3 years ago

This is the initial try of creating cupy and cupy_ref interface. There is still problem with how do enable a pybind function globally

afif-ishamsyah commented 3 years ago

cuda_array_interface is now implemented in test 8, so it can be converted back to cupy

SimeonEhrig commented 3 years ago

@afif-ishamsyah Nice job. Hopefully, I can test it in real world application in the new future.