SPHExample icon indicating copy to clipboard operation
SPHExample copied to clipboard

Improve thread scheduling and pad thread arrays

Open AhmedSalih3d opened this issue 5 months ago • 0 comments

Summary

  • Use dynamic thread scheduling with cell ordering to balance workload
  • Pad per-thread accumulator arrays to avoid false sharing

Testing

  • julia --project=. -e 'using Pkg; Pkg.test()'

https://chatgpt.com/codex/tasks/task_e_68c574a1557c8323bc434b9ea506a317

AhmedSalih3d avatar Sep 13 '25 21:09 AhmedSalih3d