Skip to content

Commit

Permalink
Rendering fixes
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitriy Sobolev <[email protected]>
  • Loading branch information
timmiesmith and dmitriy-sobolev authored Sep 19, 2024
1 parent 1db8c2d commit 58add75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Fixed Issues
- Fixed a build error with ``oneapi::dpl::begin`` and ``oneapi::dpl::end`` in combination with MSVC STL and with C++20
enabled.
- Fixed an issue with ``histogram`` algorithm, reordering template parameters to match function parameter order. Users
are encouraged to remove explicit specification of template parameters where they may exist from their histogram calls
and instead add any explicit type conversions of their arguments as required.
are encouraged to remove explicit specification of template parameters where they may exist from their histogram calls
and instead add any explicit type conversions of their arguments as required.
- ``radix_sort`` and ``radix_sort_by_key`` kernel templates residing in the
``oneapi::dpl::experimental::kt::gpu::esimd`` now throw ``std::bad_alloc`` if they fail to allocate global memory.
- Fixed a potential hanging occurring with ``radix_sort`` and ``radix_sort_by_key`` kernel templates residing in
Expand Down

0 comments on commit 58add75

Please sign in to comment.