-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[Doc] Add a section on CI to the GitHub documentation #85376
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
Conversation
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.
Sounds pretty reasonable to me.
b42887c
to
117da67
Compare
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
ec74f76
to
78a1d6a
Compare
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.
Thanks!
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.
This seems fine to me.
Changes in C++ mostly handle changes done in llvm/llvm-project@4b56345 that combines SCFTilingResult and SCFReductionTilingResult. This PR also carries the following reverts - llvm/llvm-project#119671 - llvm/llvm-project#119970 The first one is a from the previous integrate. The last one is a new error being tracked in iree-org#19498. Signed-off-by: Stanley Winata <[email protected]>
Changes in C++ mostly handle changes done in llvm/llvm-project@4b56345 that combines SCFTilingResult and SCFReductionTilingResult. This PR also carries the following reverts - llvm/llvm-project#119671 - llvm/llvm-project#119970 The first one is a from the previous integrate. The last one is a new error being tracked in iree-org#19498. Signed-off-by: Stanley Winata <[email protected]>
Changes in C++ mostly handle changes done in llvm/llvm-project@4b56345 that combines SCFTilingResult and SCFReductionTilingResult. This PR also carries the following reverts - llvm/llvm-project#119970 The issue related to the revert is being tracked in iree-org#19498. Signed-off-by: Stanley Winata <[email protected]>
Update LLVM to llvm/llvm-project@b13592219c421820b (llvm/llvm-project#85376) Changes done to resolve mlirbc issue in iree-org#19498 This PR also carries the following reverts: llvm/llvm-project#120115 The main issue with this PR is it breaks matvec codegen generating scf.if instead of scf.for(s). An issue will be pushed up for repro. Signed-off-by: Stanley Winata <[email protected]>
Update LLVM to llvm/llvm-project@b13592219c421820b (llvm/llvm-project#85376) Changes done to resolve mlirbc issue in iree-org#19498 This PR also carries the following reverts: llvm/llvm-project#120115 The main issue with this PR is it breaks matvec codegen generating scf.if instead of scf.for(s). An issue will be pushed up for repro. Signed-off-by: Stanley Winata <[email protected]>
Update LLVM to llvm/llvm-project@b13592219c421820b (llvm/llvm-project#85376) Changes done to resolve mlirbc issue in iree-org#19498 This PR also carries the following reverts: llvm/llvm-project#120115 The main issue with this PR is it breaks matvec codegen generating scf.if instead of scf.for(s). An issue will be pushed up for repro. Signed-off-by: Stanley Winata <[email protected]>
See https://discourse.llvm.org/t/rfc-add-a-warning-when-bypassing-the-premerge-testing/77610
for context.