Conversation
Signed-off-by: chensuyue <suyue.chen@intel.com>
for more information, see https://pre-commit.ci
Contributor
There was a problem hiding this comment.
Pull request overview
Adds LLMC integration tests targeting Intel XPU execution and adjusts the CUDA test suite layout to support updated CI coverage.
Changes:
- Added new XPU integration tests for
llmcompressor.oneshotwith multipleAutoRoundModifierrecipes. - Added XPU multi-device coverage via
device_ids. - Removed the CUDA integration test stub that previously redirected to the CPU integration test.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 13 comments.
| File | Description |
|---|---|
test/test_xpu/test_llmc_integration.py |
New XPU integration tests validating quantization config + targeted layer quantization after oneshot(). |
test/test_cuda/integrations/test_llmc_integration.py |
Removes the CUDA integration test redirect to the CPU integration test module. |
Comments suppressed due to low confidence (1)
test/test_cuda/integrations/test_llmc_integration.py:1
- Removing this CUDA integration test redirect likely stops CUDA CI from executing the LLMC integration coverage that previously ran via the CPU test module. If CUDA CI is still expected to validate LLMC integration, keep an equivalent CUDA entry point (e.g., a thin wrapper/import) or add a CUDA-specific test module so the integration tests remain discoverable under the CUDA test path.
Signed-off-by: chensuyue <suyue.chen@intel.com>
Signed-off-by: chensuyue <suyue.chen@intel.com>
Signed-off-by: chensuyue <suyue.chen@intel.com>
for more information, see https://pre-commit.ci
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Enhance llmc CI on GPU and XPU
Type of Change
Related Issues
#1149
Fixes or relates to #
Checklist Before Submitting