-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feature: enabling oneDPL and sort primitive refactoring #3046
base: main
Are you sure you want to change the base?
feature: enabling oneDPL and sort primitive refactoring #3046
Conversation
Before merging, please remember to add this new dependency to the installation instructions in |
/intelci: run |
/azp run CI |
Azure Pipelines failed to run 1 pipeline(s). |
@@ -23,6 +23,7 @@ Required Software: | |||
* BLAS and LAPACK libraries - both provided by oneMKL | |||
* Python version 3.9 or higher | |||
* TBB library (repository contains script to download it) | |||
* oneDPL library |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Alexandr-Solovev Please remember to update also the conda instructions that appear towards the end of this file.
The package name for conda should be onedpl-devel
, and it needs to update the list of environment variables to add DPL_ROOT
.
/intelci: run |
@icfaust currently it works only with custom ci branch: |
@@ -113,9 +114,25 @@ is available as an alternative to the manual setup. | |||
|
|||
./dev/download_tbb.sh | |||
|
|||
6. Download and install Python (version 3.9 or higher). | |||
6. Set up Intel(R) Threading Building Blocks (Intel(R) TBB): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6. Set up Intel(R) Threading Building Blocks (Intel(R) TBB): | |
6. Set up Intel(R) OneDPL |
Description:
Feature: enabling oneDPL and sort primitive refactoring
Summary:
This PR introduces oneDPL enabling and radix sort replacement.
PR completeness and readability
Testing
Performance