Skip to content

Tags: uxlfoundation/oneDPL

Tags

oneDPL-2022.8.0-release

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix circular dependency between utils_ranges_sycl.h and ranges_defs.h (

…#2065) (#2067)

---------
Signed-off-by: Matthew Michel <matthew.michel@intel.com>

Co-authored-by: Matthew Michel <106704043+mmichel11@users.noreply.github.com>

oneDPL-2022.7.1-release

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cherry pick fix for warning and compilation errors (#1849) (#1947)

oneDPL-2022.7.0-release

[RNG] A note about distributions that can't be used on GPUs not suppo…

…rting FP64 precision (#1863)

Co-authored-by: Alina Elizarova <alina.elizarova@intel.com>

oneDPL-2022.7.0-rc1

Initial RC version

oneDPL-2022.6.0-rc1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[tests] Fix test compile errors for C++20 (#1567)

oneDPL-2022.5.0-rc1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[test] Fix Kernel names in tests (#1389)

oneDPL-2022.4.0-rc1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Address issues in algorithms identified by static analysis (#1340) (#…

…1343)

oneDPL-2022.3.0-rc1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Integration] Minor fixes in modulefile (#1196)

Signed-off-by: Dmitriy Sobolev <dmitriy.sobolev@intel.com>

oneDPL-2022.2.0-rc1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Overriding -fiopenmp and -Qiopenmp with -fopenmp and -Qopenmp (#978)

Overriding  -fiopenmp with -fopenmp in cmake

The same with /Qiopenmp and /Qopenmp.  Due to minor correctness issues, reverting back to using -fopenmp and /Qopenmp for current versions of the icx/icpx compiler.

Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>

oneDPL-2022.1.0-rc3

Adjust local memory requirement for single-group scan, sort and reduce (

#833)

* Adjust local memory requirement for single-group scan, sort and reduce

* Remove unused variable

* auto -> ::std::size_t

* Change floating point multiply to integer divide

* Fix underflow in SLM size check in radix sort

* Guard single-work-group radix sort with _ONEDPL_USE_SINGLE_GROUP_RADIX_SORT macro set to 0