JACC v0.1.0
What's Changed
- Reorder GPU grid indices by @williamfgc in #104
- Reorder AMDGPU gridsize by @williamfgc in #105
- Revert reordering by @williamfgc in #106
- swapped thread dimension by @ygtangg in #107
- Changed thread dimension to: 1-32-32 by @ygtangg in #108
- Reverted GPU thread dimension: 32-32-1 by @ygtangg in #109
- Promoted JACC.shared for CUDA backend. Added test case in tests_cuda by @pedrovalerolara in #111
- Promoted JACC.shared for AMDGPU backend. Test added by @pedrovalerolara in #112
- Promoted JACC.shared OneAPI implementation. Added testing. by @pedrovalerolara in #113
- Blas level1 by @hetmankad in #110
- Added JACC.multi for CUDA. Testing doesn't work, I got a segmentation… by @pedrovalerolara in #116
- Added JACC.multi implementation for the AMDGPU backend, non-included … by @pedrovalerolara in #124
- Update JACCMULTI.jl by @pedrovalerolara in #125
- Update to latest checkout action by @williamfgc in #126
- Added stencil-aware funtions for JACC.multi on CUDA back ends. There … by @pedrovalerolara in #127
- Integrate other PRs for fixing extensions by @PhilipFackler in #123
- Bump Julia to 1.10 on AMD GPU CI on cousteau by @williamfgc in #128
- Added ghost cells support for JACC.multi on AMDGPU backend. There is … by @pedrovalerolara in #132
- Added range checks to parallel_for implementations by @PhilipFackler in #131
- Moved and refactored most tests as common portable versions by @PhilipFackler in #135
- Custom operators for
parallel_reduce
by @PhilipFackler in #120 - Capitalized modules Multi and Experimental and applied formatting by @PhilipFackler in #146
- Release v0.1.0 by @PhilipFackler in #147
- Fixed [compat] entry for julia by @PhilipFackler in #148
New Contributors
- @ygtangg made their first contribution in #107
- @hetmankad made their first contribution in #110
Full Changelog: v0.0.5...v0.1.0