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

Argparse intitial commit. #14

Closed afif-ishamsyah closed 3 years ago

afif-ishamsyah commented 3 years ago
  1. Argument for mask added
  2. Create argument to choose either python or CUDA
  3. implement assertion for mode and type
SimeonEhrig commented 3 years ago

Really useful work. I played a little bit around with different parameters and found out, that the mathematical algorithm is pretty instable for other values :sweat_smile: