Fix PipelinePass usage in pass pipeline#1179
Merged
whitneywhtsang merged 1 commit intollvm-targetfrom May 23, 2024
Merged
Conversation
Signed-off-by: Whitney Tsang <whitney.tsang@intel.com>
pbchekin
approved these changes
May 22, 2024
wdziurdz
pushed a commit
that referenced
this pull request
Apr 7, 2026
These changes are needed for #1179 to run llama kernels on simulator with performance traces. They are ported from corresponding JGS files with no modifications. --------- Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com>
wdziurdz
pushed a commit
that referenced
this pull request
Apr 7, 2026
This change is needed for #1179. In unified DPCPP_JGS environment we don't have onednn and xetla required libraries so they fail to link. Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com>
wdziurdz
pushed a commit
that referenced
this pull request
Apr 7, 2026
This fix is needed for #1179. Currently ocloc installed in CRI environment as a part of NEO has support only for CRI architecture and no other GPUs are recognized by it, so this is a quick change to allow benchmarks to build for CRI. --------- Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com>
wdziurdz
pushed a commit
that referenced
this pull request
Apr 7, 2026
Reverts intel-tools/intel-xpu-backend-for-triton#1130 This change causes problems in main-js CI when it is merged into main-js. Also with #1179 we will have a different way of scheduled running llama_kernels with profiling.
wdziurdz
pushed a commit
that referenced
this pull request
Apr 7, 2026
This is necessary for #1179 --------- Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com>
wdziurdz
pushed a commit
that referenced
this pull request
Apr 7, 2026
This helps with #1179 to get allow tests to timeout early when simulator crashes in blitter engine and adds log file to thread dump for CI failures analyzes. --------- Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com>
wdziurdz
pushed a commit
that referenced
this pull request
Apr 7, 2026
Required for #1179. At least once today I finally got the full suite to finish successfully with this skiplist. --------- Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com>
wdziurdz
pushed a commit
that referenced
this pull request
Apr 7, 2026
Required for #1179 --------- Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com>
wdziurdz
pushed a commit
that referenced
this pull request
Apr 7, 2026
Fixes #1179 Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com>
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.
9682dea added a new pass option to PipelinePass. This PR fixes the usage of
PipelinePassin pass pipeline with the additional pass option.