-
Notifications
You must be signed in to change notification settings - Fork 169
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] Enhancements and Optimizations and [Examples] Added MLIRLinalg Examples for Various Optimization Options #384
Commits on Jun 18, 2024
-
Somehow6 committed
Jun 18, 2024 Configuration menu - View commit details
-
Copy full SHA for e402e12 - Browse repository at this point
Copy the full SHA e402e12View commit details
Commits on Jul 21, 2024
-
Somehow6 committed
Jul 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 695e971 - Browse repository at this point
Copy the full SHA 695e971View commit details
Commits on Aug 4, 2024
-
Somehow6 committed
Aug 4, 2024 Configuration menu - View commit details
-
Copy full SHA for e943030 - Browse repository at this point
Copy the full SHA e943030View commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e11bab - Browse repository at this point
Copy the full SHA 6e11babView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29586f9 - Browse repository at this point
Copy the full SHA 29586f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cebe95 - Browse repository at this point
Copy the full SHA 7cebe95View commit details -
Configuration menu - View commit details
-
Copy full SHA for f73f1ca - Browse repository at this point
Copy the full SHA f73f1caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c737ac - Browse repository at this point
Copy the full SHA 6c737acView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce2fc20 - Browse repository at this point
Copy the full SHA ce2fc20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f66741 - Browse repository at this point
Copy the full SHA 9f66741View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 115bea1 - Browse repository at this point
Copy the full SHA 115bea1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb17f67 - Browse repository at this point
Copy the full SHA bb17f67View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a3ce471 - Browse repository at this point
Copy the full SHA a3ce471View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aed5e43 - Browse repository at this point
Copy the full SHA aed5e43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 328038a - Browse repository at this point
Copy the full SHA 328038aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1724c98 - Browse repository at this point
Copy the full SHA 1724c98View commit details -
Configuration menu - View commit details
-
Copy full SHA for da048f5 - Browse repository at this point
Copy the full SHA da048f5View commit details
Commits on Aug 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b97d1e - Browse repository at this point
Copy the full SHA 0b97d1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb6d594 - Browse repository at this point
Copy the full SHA fb6d594View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8f8f1f - Browse repository at this point
Copy the full SHA c8f8f1fView commit details
Commits on Sep 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 70ff6b4 - Browse repository at this point
Copy the full SHA 70ff6b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b4ff8a - Browse repository at this point
Copy the full SHA 1b4ff8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bb895e - Browse repository at this point
Copy the full SHA 5bb895eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b7a2fe - Browse repository at this point
Copy the full SHA 7b7a2feView commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5e4bafd - Browse repository at this point
Copy the full SHA 5e4bafdView commit details -
[midend] Update batchmatmal unroll,tile and vectorization version and…
… scf version for further work. Update conv2dnhwcfhwc vectorization and tile. Update depthwise_conv2dnhwchwc vectorization and tile
Configuration menu - View commit details
-
Copy full SHA for 4e6ad71 - Browse repository at this point
Copy the full SHA 4e6ad71View commit details -
[examples] add MLIRLinalg example for options: 1.conv-nhwc-fhwc-optim…
…ize 2.conv-nhwc-fhwc-tile-optimize 3.depthwise-conv-nhwc-hwc-optimize 4.batchmatmul-tile-optimize 5.batchmatmul-scf-optimize . Example mlir: batchmatmul conv2d_nhwc_fhwc depthwise_conv_2d_nhwc_hwc
Configuration menu - View commit details
-
Copy full SHA for 955c3e8 - Browse repository at this point
Copy the full SHA 955c3e8View commit details -
[examples] add MLIRLinalg example for options: 1.conv-nhwc-fhwc-optim…
…ize 2.conv-nhwc-fhwc-tile-optimize 3.depthwise-conv-nhwc-hwc-optimize 4.batchmatmul-tile-optimize 5.batchmatmul-scf-optimize . Example mlir: batchmatmul conv2d_nhwc_fhwc depthwise_conv_2d_nhwc_hwc
Configuration menu - View commit details
-
Copy full SHA for d7f7bdb - Browse repository at this point
Copy the full SHA d7f7bdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71fa356 - Browse repository at this point
Copy the full SHA 71fa356View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ef66a0 - Browse repository at this point
Copy the full SHA 2ef66a0View commit details
Commits on Sep 19, 2024
-
[Midend] Enhancements and Optimizations for batch matmul and convolut…
…ion [Examples] Added MLIRLinalg Examples for Various Optimization Options
Configuration menu - View commit details
-
Copy full SHA for 71fdf29 - Browse repository at this point
Copy the full SHA 71fdf29View commit details -
[Midend] Enhancements and Optimizations for batch matmul and convolut…
…ion [Examples] Added MLIRLinalg Examples for Various Optimization Options
Configuration menu - View commit details
-
Copy full SHA for 317bede - Browse repository at this point
Copy the full SHA 317bedeView commit details -
[Midend] Enhancements and Optimizations for batch matmul and convolut…
…ion [Examples] Added MLIRLinalg Examples for Various Optimization Options. fixed thirdparty.
Configuration menu - View commit details
-
Copy full SHA for 6fd5c91 - Browse repository at this point
Copy the full SHA 6fd5c91View commit details