openhackathons-org / gpubootcamp

This repository consists for gpu bootcamp material for HPC and AI
Apache License 2.0
524 stars 253 forks source link

[HPC] [NWays] Stdpar code simplification #15

Open bharatk-parallel opened 3 years ago

bharatk-parallel commented 3 years ago

A developer trying to adopt stdpar should ideally start with a c++ version. the current code shown is C-based and the users are then expected to convert using templates and lambda. Doing the following will make it simpler to understand for stdpar developer -- Start with code which is already C++ based -- Change from using lambda to functor which is more easily understood

markram1729 commented 2 years ago

Hii is this issue still active?