alpaka-group / alpaka

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

remove unnecessary assignments inside the loop #2297

Closed mehmetyusufoglu closed 3 months ago

mehmetyusufoglu commented 3 months ago

Assignment should have been put outside the loop. It was not changing the result.