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

[midend/lib/Conversion/ConvVectorization] Add 4-D transpose vectorization pass. #447

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

FloatingcloudKnight
Copy link
Contributor

Under O3, the execution time of the transpose original file is 0.00019908, the execution time of the handwritten file is 0.00019908, and the expected best execution time of the file obtained by pass drop is 0.000041008, but this requires adjusting the location of the rtclock file.
The path to each file:
next-transpose.mlir, next-transpose-vec-manual.mlir: examples/BuddyNext

TransposeVectorization.cpp: midend/lib/Conversion/ConvVectorization

FloatingcloudKnight and others added 4 commits January 7, 2025 11:36
Under O3, the execution time of the transpose original file is 0.00019908, the execution time of the handwritten file is 0.00019908, and the expected best execution time of the file obtained by pass drop is 0.000041008, but this requires adjusting the location of the rtclock file.
The path to each file:
next-transpose.mlir, next-transpose-vec-manual.mlir: examples/BuddyNext

TransposeVectorization.cpp: midend/lib/Conversion/ConvVectorization
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant