-
Notifications
You must be signed in to change notification settings - Fork 217
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
[CI] use sklearnex azure pipelines template for sklearnex CI step #2950
Merged
icfaust
merged 45 commits into
uxlfoundation:main
from
icfaust:dev/use_sklearnex_testing
Dec 10, 2024
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
f090e79
Update ci.yml
icfaust 3accb1b
Update ci.yml
icfaust 35f06d0
Update ci.yml
icfaust c55ed6d
Update ci.yml
icfaust 3712fd8
Update ci.yml
icfaust a3ec692
Update ci.yml
icfaust b80336f
Update ci.yml
icfaust ffd1477
Update ci.yml
icfaust 7882048
Update ci.yml
icfaust 997277d
Update ci.yml
icfaust bc679e3
Update ci.yml
icfaust a9f84ed
Update ci.yml
icfaust a0ec883
Update ci.yml
icfaust 8c11015
Update ci.yml
icfaust ea94d36
Update ci.yml
icfaust 5db2a48
Merge branch 'main' into dev/use_sklearnex_testing
icfaust 6d3153d
Update ci.yml
icfaust 7a70904
Update ci.yml
icfaust 4357439
Update ci.yml
icfaust 7946276
Update ci.yml
icfaust aaad2d3
Update ci.yml
icfaust 4fb04bb
Update ci.yml
icfaust b07c807
Update ci.yml
icfaust 3bab93b
Update ci.yml
icfaust 540e9dd
Merge branch 'oneapi-src:main' into dev/use_sklearnex_testing
icfaust e3d9e37
Update ci.yml
icfaust 955a7bc
Update ci.yml
icfaust 2f5f327
Update ci.yml
icfaust 99fbf92
Update ci.yml
icfaust dc8be7b
Update apt.sh
icfaust 9988328
Update ci.yml
icfaust d0551ea
Merge branch 'oneapi-src:main' into dev/use_sklearnex_testing
icfaust a31b23d
Update ci.yml
icfaust 325d86f
Update ci.yml
icfaust 186aa77
Update ci.yml
icfaust de29e51
Update ci.yml
icfaust 6f1522d
Update ci.yml
icfaust fe1877f
Update ci.yml
icfaust 54c4214
remove sklearn conformance scripts
icfaust d3f8fd4
Merge branch 'oneapi-src:main' into dev/use_sklearnex_testing
icfaust e015867
Merge branch 'uxlfoundation:main' into dev/use_sklearnex_testing
icfaust 2cba4cd
Update apt.sh
icfaust 3873780
Update ci.yml
icfaust a44d99a
Merge branch 'main' into dev/use_sklearnex_testing
icfaust f77ea7e
Update apt.sh
icfaust File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
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.
should it be called here? May be its better to call both functions? And why we must include it in MKL?
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.
Good question @Alexandr-Solovev, why tbb install was included in mkl I do not know (included in the 2025.0 update I think), but I called one function in the other so that we only have to change the tbb version in one location going forward. Let me know if I should change it.
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.
current changes look good for me