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

Document functions #8

Closed SimeonEhrig closed 3 years ago

SimeonEhrig commented 3 years ago

Please document the function behavior and parameters on top of the functions and CUDA kernels. I would suggest the doxygen style.

SimeonEhrig commented 3 years ago

solved with PR #12