User Details
- User Since
- Aug 18 2017, 8:12 AM (248 w, 1 d)
Mar 25 2022
Mar 10 2022
Mar 9 2022
Context: https://reviews.llvm.org/D120380
Feb 23 2022
Capture options.sectionMemoryMapper by value instead of by reference
Feb 22 2022
Feb 17 2022
Feb 16 2022
Jan 13 2022
Dec 6 2021
Oct 28 2021
Thanks for this! Just some nits below, feel free to ignore.
Oct 22 2021
- Re-indented test/Dialect/Math/polynomial-approximation-avx2.mlir as suggested by pifon2a.
Oct 21 2021
- Remove stray comments from a previous iteration
- Rename flag from avx2 to enableAvx2/enable-avx2
- Document the enableAvx2 bool in the Options struct
- Use FileCheck --check-prefix; remove the now-redundant _avx2.mlir file
- Fix coding style issues
Oct 20 2021
Add missing newline's at EOFs
Oct 18 2021
Oct 8 2021
After discussing with Mehdi and Aart, I'm withdrawing this change in favor of https://reviews.llvm.org/D111461
Oct 7 2021
Oct 4 2021
Aug 11 2021
Jun 29 2021
May 7 2021
Thanks Tobias for the quick reply. Can you please commit this change? I don't yet have commit access to the repo.
May 5 2021
Rebase onto HEAD
Fix file header + trailing newline
May 4 2021
May 3 2021
Ping.
I just added log1p's approximation (https://reviews.llvm.org/D101765). I'd like this patch to go in so that I can also add expm1's approximation.
mention inf in the comment
Apr 13 2021
Apr 12 2021
- Use std.constant dense
- Mention https://bugs.llvm.org/show_bug.cgi?id=49906 in test-rsqrt.mlir
Add TODO comments that refer to the reported bug.
Fix AMX tests as well
fix newline
Rebase on X86Vector
So far I only have immediate plans of adding avx.rsqrt to the dialect. I'd expect AVX, AVX512 and SSE ops to be added to this dialect in the future.
Apr 9 2021
Fix overly long comments
Apr 8 2021
The previous push used a different diffbase than the original push,
which messed up the diff. Push a diff with the original diffbase now.
- [mlir] Rename AVX512 dialect to X86Vector
Context: https://reviews.llvm.org/D99818
Apr 6 2021
Address some reviewer comments
Apr 2 2021
Mar 16 2021
Mar 10 2021
- Fix typo in comment.
- Test fixes as suggested by mehdi_amini.
- Log base class as suggested by ezhulenev.
Mar 9 2021
s/LOG_OP/Op/
Update D98282: [mlir] Add polynomial approximation for math::Log2
Mar 9 2020
I have no commit access -- please merge it, thanks!