Conversation
259a5a3 to
346cc92
Compare
346cc92 to
191ebbb
Compare
4005fdf to
fbdf60e
Compare
|
@hanno-becker Will take a look. |
The supported native functions include: 1. MLK_USE_NATIVE_NTT (ntt_ppc.S) 2. MLK_USE_NATIVE_INTT (intt_ppc.S) 3. MLK_USE_NATIVE_POLY_REDUCE (reduce.S) 4. MLK_USE_NATIVE_POLY_TOMONT (poly_tomont.S) And other interface functions and headers. Signed-off-by: Danny Tsen <dtsen@us.ibm.com>
This commit prepares scripts/autogen and scripts/cfify for the work-in-progress addition of riscv64 and ppc64le backends. Specifically, simpasm needs to be invoked with the right cross compiler for those architectures, and scripts/cfify needs to accept riscv64 and ppc64le architecture parameters. Signed-off-by: Hanno Becker <beckphan@amazon.co.uk>
Signed-off-by: Hanno Becker <beckphan@amazon.co.uk>
Signed-off-by: Hanno Becker <beckphan@amazon.co.uk>
Signed-off-by: Hanno Becker <beckphan@amazon.co.uk>
Signed-off-by: Hanno Becker <beckphan@amazon.co.uk>
fbdf60e to
07e9c81
Compare
Courtesy of Basil Hess/IBM, we know have a self-hosted POWER10 runner. This commit adds functional tests to CI. I had attempted to add it to the existign "kat_tests", but the sanitizer tests don't work properly on that platform. Note that opt tests are already enabled so that #1193 can simply be rebased on top of this. Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
Courtesy of Basil Hess/IBM, we know have a self-hosted POWER10 runner. This commit adds functional tests to CI. I had attempted to add it to the existign "kat_tests", but the sanitizer tests don't work properly on that platform. Note that opt tests are already enabled so that #1193 can simply be rebased on top of this. Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
Courtesy of Basil Hess/IBM, we know have a self-hosted POWER10 runner. This commit adds functional tests to CI. I had attempted to add it to the existign "kat_tests", but the sanitizer tests don't work properly on that platform. Note that opt tests are already enabled so that #1193 can simply be rebased on top of this. Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
Courtesy of Basil Hess/IBM, we know have a self-hosted POWER10 runner. This commit adds functional tests to CI. I had attempted to add it to the existign "kat_tests", but the sanitizer tests don't work properly on that platform. Note that opt tests are already enabled so that #1193 can simply be rebased on top of this. Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
Courtesy of Basil Hess/IBM, we know have a self-hosted POWER10 runner. This commit adds functional tests to CI. I had attempted to add it to the existign "kat_tests", but the sanitizer tests don't work properly on that platform. Note that opt tests are already enabled so that #1193 can simply be rebased on top of this. Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
|
Marking this as draft - @bhess, please feel free to continue here or start your own branch. Please mark it as ready for review when you need some feedback. |
|
@mkannwischer I don't have write access to this branch, ppc64le_backend so I can't commit my patch. Or do you prefer I create another PR? Thanks. |
|
@mkannwischer OK. I just created a new PR against this branch, #1647 . Please review the code. @bhess Please also review the code. Thanks. |
@mkannwischer @bhess I'm sorry. I may have created a PR from a wrong branch of my repo. I have to close it and re-do. |
|
@mkannwischer @bhess I have re-created a new PR against the main branch which is much cleaner, #1648. Please review. |
This PR is a continuation of #1184, taking care of integration and testing.
autogenas done for the other backends