Ferdinand Lemaire

Results 10 comments of Ferdinand Lemaire

Would someone know why the MacOS build is failing? The error seems to come from stablehlo and to be self-contained in a file from there so I would assume it's...

> `long` and `long long` can be different or the same depending on the compiler, OS, and arch. So one really shouldn't make any assumption about whether they are the...

> Unless they already knew about the problem, I think opening an issue at stablehlo is probably the way to go. Just checked and it appears they fixed it already....

> > > Unless they already knew about the problem, I think opening an issue at stablehlo is probably the way to go. > > > > > > Just...

@chentong319 I see `conversion/onnx_to_krnl/Sequence/Sequence_with_dealloc.mlir` failing on MacOS only - would you have an idea what could cause it? I've seen you mentionned in discussions surrounding this test before so I...

> @flemairen6 New issue... it seems like the following backend tests are failing: > > ``` > =========================== short test summary info ============================ > Debug/test.py::OnnxBackendNodeModelTest::test_unique_not_sorted_without_axis_cpu > Debug/test.py::OnnxBackendNodeModelTest::test_unique_sorted_with_axis_3d_cpu > Debug/test.py::OnnxBackendNodeModelTest::test_unique_sorted_with_axis_cpu -...

> When a lit test failed only on Mac, it is usually caused by the different order of DAG operations. The solution is either to avoid ambiguity in code gen...

> @flemairen6 Do you have the exact error message that you can post here? I see `Segmentation fault` in the stack trace I don't have a lot to work with,...