You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
[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>
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>
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