Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX-#7272: Remove HDK engine #7275

Merged
merged 2 commits into from
May 16, 2024

Conversation

YarShev
Copy link
Collaborator

@YarShev YarShev commented May 16, 2024

What do these changes do?

  • first commit message and PR title follow format outlined here

    NOTE: If you edit the PR title to match this format, you need to add another commit (even if it's empty) or amend your last commit for the CI job that checks the PR title to pick up the new PR title.

  • passes flake8 modin/ asv_bench/benchmarks scripts/doc_checker.py
  • passes black --check modin/ asv_bench/benchmarks scripts/doc_checker.py
  • signed commit with git commit -s
  • Resolves Remove HDK engine #7272
  • tests passing
  • module layout described at docs/development/architecture.rst is up-to-date

Signed-off-by: Igoshev, Iaroslav <iaroslav.igoshev@intel.com>
Signed-off-by: Igoshev, Iaroslav <iaroslav.igoshev@intel.com>
Comment on lines -184 to -186
With ``conda`` it is also possible to install `Intel Distribution of Modin`_, a special version of Modin
that is part of Intel\ |reg| oneAPI AI Analytics Toolkit. This version of Modin is powered by :doc:`HDK</development/using_hdk>`
engine that contains a bunch of optimizations for Intel hardware. More details to get started can be found in the `Intel Distribution of Modin Getting Started`_ guide.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you planning to remove mention of Intel Distribution of Modin completely?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see a need to mention it as Intel Distribution of Modin mostly relied on HDK engine, as well as we were supporting modin package on conda intel channel. Since HDK is no longer supported and we are stopping support for modin package on conda intel channel, there is no need to refer to Intel Distribution of Modin as some special/different package. Instead, we will refer from Intel Distribution of Modin docs to the official Modin documentation, which is public.

@anmyachev anmyachev merged commit 685f7ba into modin-project:main May 16, 2024
53 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove HDK engine
2 participants