-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
Hey @szha , Thanks for submitting the PR
CI supported jobs: [centos-gpu, windows-gpu, miscellaneous, clang, unix-cpu, website, unix-gpu, centos-cpu, sanity, edge, windows-cpu] Note: |
3df1764
to
c801113
Compare
@TaoLv @PatricZhao large tensor build for MKL builds seems to be failing. See the CI checks. |
@szha, do you mean the errors below? As I mentioned in #18645 (comment), we need also enable
|
@TaoLv thanks. I will wait for that PR to be resolved. |
@access2rohit - Please help review. Thanks. |
@sandeep-krishnamurthy the CI is currently stuck on build issue that @TaoLv pointed out. @access2rohit 's PR on the build fix is needed to address the issue but it seems that there has been no progress in #18645. What's the plan? |
As discussed in this issue #17331 (comment) as a first step we are focussed on OpenBLAS updates only as it is the primary BLAS engine we ship with PyPi. MKL updates is next. |
@szha |
@sandeep-krishnamurthy I'm not asking about MKL as feature request. I'm saying that the current build is broken and it needs fix. |
Overall functionality seems fine. Can you run all the tests in the file |
@access2rohit will do. We still need to fix the CI for enabling large tensor first. |
Basically I will disable large tensor build with MKL in CI when enabling Large Tensor by default and that should fix it(Since we are currently focusing on making Large Tensor work with openBLAS). For now you can remove your change to make USE_INT64_TENSOR_SIZE=ON as default from CMakeLists.txt and your PR should pass CI. Sounds good ? |
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.
LGTM! BTW codecov is failing, does it block us from merging the PR ?
@access2rohit thanks for the review. no codecov isn't enforced yet. |
Description
(Brief description on what this PR is about)
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments