Muthu
Muthu
C99 compiler required apparently and there's lot going on that's non-standard; I give up too :(
Take a first attempt at this https://github.com/google/heir/pull/932
note sure if this is still a bug: ```bash while [ 1 -gt 0 ]; do heir-opt --straight-line-vectorize tests/cggi/straight_line_vectorizer.mlir | FileCheck tests/cggi/straight_line_vectorizer.mlir echo $? sleep 1 done ``` this loop...
Thanks for the fix! From: asraa ***@***.***> Date: Monday, August 26, 2024 at 6:16 AM To: google/heir ***@***.***> Cc: Muthu Annamalai ***@***.***>, Comment ***@***.***> Subject: [EXTERNAL] Re: [google/heir] `//tests/cggi:straight_line_vectorizer.mlir.test` flakes...
Current reproduction steps fail and I suspect the bug is not manifest anymore; should you consider to close it ?
Okay we can take a look at if some inherent STL unordered containers are leaking this non determinism as a easy source of bug and apply a fix Get Outlook...
any update ?
@WoutLegiest - can you consider adding the CMake files for the new dialect and the transform pass ? It should be straight forward
adding a PR https://github.com/WoutLegiest/heir/pull/1 into your branch to enable CMake build in order
@raghav198 CGGICanonicalizeToLuts.h may not be necessary after #877