Skip to content

Instantly share code, notes, and snippets.

@matthias-springer
Last active November 21, 2023 10:25
Show Gist options
  • Save matthias-springer/8b84d4969b9e7633a4dbf211f0a028f7 to your computer and use it in GitHub Desktop.
Save matthias-springer/8b84d4969b9e7633a4dbf211f0a028f7 to your computer and use it in GitHub Desktop.
MLIR Bufferization: From Tensors to MemRefs
Debugging Spurious Copies: Mini Example
https://gist.github.com/matthias-springer/81748fe1e530974dd5ff6b3ad57e3eeb
Debugging Spurious Copies: Matmul, Tiled
https://gist.github.com/matthias-springer/372162baa30e79c49180bb3ace216995
https://gist.github.com/matthias-springer/b664feb23be0159f72726025923bb9ca
Empty Tensor Elimination
https://gist.github.com/matthias-springer/b3f40d1667c977c29a76cc7a469cc1a0
https://gist.github.com/matthias-springer/e531580242d27f14e0a239e0b6fe80ae
https://gist.github.com/matthias-springer/35e54346cb6374bf417e7224259dc77e
Buffer Deallocation
https://gist.github.com/maerhart/e8d29fb3d483aa98ab511aefcfb7fd9c
https://gist.github.com/maerhart/c608792add1ca6bce012d9734e2ee4d3
https://gist.github.com/maerhart/532fa2f6801f49663dfb3762af190130
Slides
https://drive.google.com/file/d/1STchXZmJLi2OvTnMCZ3lBuHn1uxC23wE/view?usp=sharing
-----
Debugging Spurious Copies: Element-wise, Tiled
https://gist.github.com/matthias-springer/50f5cc3a7b8ad85054c19b96770042dd
https://gist.github.com/matthias-springer/5cc5b29c1bd727a272a78d71f1e6e19a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment