Skip to content
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

[Codegen] Drop TransformStrategies #18820

Merged
merged 2 commits into from
Oct 18, 2024

Conversation

qedawkins
Copy link
Contributor

The strategies in TransformStrategies have been off by default for some time and are unmaintained. Drop all related code and tests. Some previous pipeline tests are combined into existing pipeline tests and simplified so that they are no longer change detectors.

The strategies in TransformStrategies have been off by default for some
time and are unmaintained. Drop all related code and tests. Some
previous pipeline tests are combined into existing pipeline tests and
simplified so that they are no longer change detectors.
Copy link
Collaborator

@benvanik benvanik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Copy link
Contributor

@MaheshRavishankar MaheshRavishankar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woohoo!!

Copy link
Member

@ScottTodd ScottTodd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Love deleting code :D

Comment on lines -104 to -107
llvm::cl::opt<bool> clEnableTransformDialectJit(
"iree-llvmcpu-enable-transform-dialect-jit",
llvm::cl::desc("enable the usage of the transform dialect JIT"),
llvm::cl::init(false));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could add a bullet point to the pending release notes at #18432 mentioning this deprecation/removal. If some of this was user-facing (e.g. if flags like this were set in other repositories that we know of), could also include migration instructions.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I went ahead and edited the release notes message there, let me know if that looks good.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Edited a bit:

  • The --iree-codegen-*-transform-dialect-jit flags have been off by default for a while and were removed across all backends: 012f8a6

@ScottTodd ScottTodd added codegen Shared code generation infrastructure and dialects cleanup 🧹 labels Oct 17, 2024
Copy link
Contributor

@hanhanW hanhanW left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

woohoo!

@qedawkins qedawkins merged commit 012f8a6 into iree-org:main Oct 18, 2024
36 checks passed
@qedawkins qedawkins deleted the drop_transform_jit branch October 18, 2024 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup 🧹 codegen Shared code generation infrastructure and dialects
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants