Skip to content

feat: add compilation algorithms#443

Merged
minettekaum merged 9 commits intomainfrom
feat/compilation-algorithms
Feb 23, 2026
Merged

feat: add compilation algorithms#443
minettekaum merged 9 commits intomainfrom
feat/compilation-algorithms

Conversation

@minettekaum
Copy link
Copy Markdown
Contributor

Description

Added x fast and ipex llm to Pruna.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

It has been tested in as the other algorithms.

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Comment @cursor review or bugbot run to trigger another review on this PR

Comment thread src/pruna/algorithms/x_fast.py
Copy link
Copy Markdown
Member

@johannaSommer johannaSommer left a comment

Choose a reason for hiding this comment

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

Looks supergood already, just had two quick comments! 🌻😊

Comment thread src/pruna/algorithms/ipex_llm.py
Comment thread src/pruna/algorithms/x_fast.py Outdated
@johannaSommer johannaSommer changed the title Compilation Algorithms feat: add compilation algorithms Nov 27, 2025
@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 8, 2025

This PR has been inactive for 10 days and is now marked as stale.

@github-actions github-actions bot added the stale label Dec 8, 2025
@minettekaum minettekaum force-pushed the feat/compilation-algorithms branch from af1db40 to b5a14c1 Compare December 11, 2025 15:00
@github-actions github-actions bot removed the stale label Dec 12, 2025
@ParagEkbote
Copy link
Copy Markdown
Contributor

Unfortunately, it seems that the IPEX backend will be deprecated soon. While there is no specific indication about the IPEX LLM library being deprecated, perhaps there could be a re-consideration to add this backend? WDYT?

@minettekaum minettekaum force-pushed the feat/compilation-algorithms branch from b5a14c1 to 9c1572e Compare December 16, 2025 14:29
@minettekaum
Copy link
Copy Markdown
Contributor Author

Hi @ParagEkbote,

Thanks so much for the feedback! 🙌

IPEX LLM was previously part of Pruna Pro, and we're excited to open-source it alongside many of the algorithms we’re bringing into the Pruna package.

Given Intel’s deprecation timeline (EOL March 2026) and their recommendation to use PyTorch directly, we're still evaluating whether this backend makes sense to maintain long-term in the open-source version. For now, we're including it so users can benefit from the functionality today, but we may phase it out in the future as Intel’s features continue to be upstreamed into PyTorch.

@github-actions
Copy link
Copy Markdown

This PR has been inactive for 10 days and is now marked as stale.

@github-actions github-actions bot added the stale label Dec 28, 2025
@github-actions github-actions bot closed this Jan 5, 2026
@minettekaum minettekaum reopened this Jan 5, 2026
@github-actions github-actions bot removed the stale label Jan 7, 2026
@minettekaum minettekaum force-pushed the feat/compilation-algorithms branch from fa5ce1f to b68947b Compare January 15, 2026 08:59
@minettekaum minettekaum requested review from johnrachwan123, llcnt and sharpenb and removed request for johnrachwan123 and sharpenb January 15, 2026 10:11
Copy link
Copy Markdown
Collaborator

@llcnt llcnt left a comment

Choose a reason for hiding this comment

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

Thanks for the work! I only left a minor question :)

Comment thread pyproject.toml Outdated
@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 1, 2026

This PR has been inactive for 10 days and is now marked as stale.

@github-actions github-actions bot added the stale label Feb 1, 2026
@minettekaum minettekaum force-pushed the feat/compilation-algorithms branch from 7c51aad to 68cefbc Compare February 5, 2026 17:00
@github-actions github-actions bot removed the stale label Feb 6, 2026
@minettekaum
Copy link
Copy Markdown
Contributor Author

@johannaSommer could you take a quick look? I've made the changes that you pointed out ☺️

@minettekaum minettekaum force-pushed the feat/compilation-algorithms branch from 3014bb6 to 4d0a7ba Compare February 10, 2026 13:57
@github-actions
Copy link
Copy Markdown

This PR has been inactive for 10 days and is now marked as stale.

@github-actions github-actions bot added the stale label Feb 21, 2026
Ubuntu and others added 9 commits February 23, 2026 14:14
@minettekaum minettekaum force-pushed the feat/compilation-algorithms branch from 4d0a7ba to 0368f50 Compare February 23, 2026 14:15
@minettekaum minettekaum merged commit 11bae28 into main Feb 23, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants