Paul Robinson
|
977c6f7867
|
[mlir] Convert tests to check 'target=...'
Part of the project to eliminate special handling for triples in lit
expressions.
|
2022-12-15 14:49:54 -08:00 |
|
Andrzej Warzynski
|
99324611f3
|
[mlir][aarch64] XFAIL correctness.mlir
There are some discrepancies between the expected and the generated
output on AArch64 for this test. I reported these on GitHub:
* https://github.com/llvm/llvm-project/issues/58531
I'm XFAILing this test as a temporary measure while this is being
investigated.
Differential Revision: https://reviews.llvm.org/D136458
|
2022-10-28 10:01:01 +00:00 |
|
Christian Sigg
|
0f2ec35691
|
[MLIR] Switch lit tests to %mlir_lib_dir and %mlir_src_dir replacements.
The old replacements will be removed soon:
- `%linalg_test_lib_dir`
- `%cuda_wrapper_library_dir`
- `%spirv_wrapper_library_dir`
- `%vulkan_wrapper_library_dir`
- `%mlir_runner_utils_dir`
- `%mlir_integration_test_dir`
Reviewed By: herhut
Differential Revision: https://reviews.llvm.org/D133270
|
2022-09-06 12:34:14 +02:00 |
|
Lewuathe
|
8fa2e67979
|
[mlir][complex] complex.arg op to calculate the angle of complex number
Add complex.arg op which calculates the angle of complex number. The op name is inspired by the function carg in libm.
See: https://sourceware.org/newlib/libm.html#carg
Differential Revision: https://reviews.llvm.org/D128531
|
2022-06-27 16:45:41 +02:00 |
|
Benjamin Kramer
|
abcf1496ad
|
Fix complex.conj integration test
- It doesn't actually print the fractional part if the result is a whole number
- One of the expectations was just wrong
|
2022-06-09 13:11:10 +02:00 |
|
lewuathe
|
fff27d181c
|
[mlir][complex] Correctness check for complex.conj
Add correctness check for complex.conj operation
Reviewed By: pifon2a
Differential Revision: https://reviews.llvm.org/D127377
|
2022-06-09 11:11:56 +02:00 |
|
bixia1
|
6c6eddb617
|
[mlir] Lower complex.power and complex.rsqrt to standard dialect.
Add conversion tests and correctness tests.
Reviewed By: pifon2a
Differential Revision: https://reviews.llvm.org/D127255
|
2022-06-08 10:53:53 -07:00 |
|
lewuathe
|
d4141c93a8
|
[mlir][complex] Check the correctness of tanh in complex dialect
Correctness check for tanh operation in complex dialect.
Ref: https://reviews.llvm.org/D126858
Reviewed By: pifon2a
Differential Revision: https://reviews.llvm.org/D126946
|
2022-06-03 14:04:48 +02:00 |
|
Alexander Belyaev
|
f711785e61
|
[mlir] Add conversion and tests for complex.[sqrt|atan2] to Arith.
Differential Revision: https://reviews.llvm.org/D126799
|
2022-06-01 20:21:51 +02:00 |
|