alpaka-group / alpaka

Abstraction Library for Parallel Kernel Acceleration :llama:
https://alpaka.readthedocs.io
Mozilla Public License 2.0
356 stars 74 forks source link

rename `threadsPerGrid` to `elementsPerGrid` #2362

Closed psychocoderHPC closed 3 months ago

psychocoderHPC commented 3 months ago

The name was missleading because the number of elments are not required to be threads. Number of threads depend also on the number of elements one thread is handling.

nameing change was requested by @fwyzard https://github.com/alpaka-group/alpaka/pull/2349#pullrequestreview-2238118398