Tao B. Schardl
Tao B. Schardl
Ah, OK. (Sorry, I realized in hindsight that my question was silly.) Thanks again for the info. Now I know where to look. I suspect there's some issue with Tapir...
OK, I think I've identified the problem, and it is with exception handling. A quick work around (that preserves the `cilk_for` you identified before) is to add `__attribute__((noinline))` to `init_matrix`...
Wanted to give you a quick update. I'm currently testing a fix to Tapir's integration with exception-handling code. On my machine, I can now successfully build this test case without...
Hey Lin, A couple of questions: - After you built snappy from source, did you install snappy onto your system? - Assuming you installed snappy, did you then clear out...
At a guess, this looks like an artifact of cherry-picking some commit from another branch. But I would need to look deeper to figure out what happened.
Can we get a regression test for this bug?
Isn't this an issue with the Clang front end, rather than LLVM?
Thank you for trying out OpenCilk and for reaching out about this issue. I'll address your second question first, because that answer is more straightforward. By default — e.g., if...
In this case, the `get` script is cloning the OpenCilk source repositories at the `opencilk/v2.0.1` tag. I recommend following the detailed instructions (https://github.com/OpenCilk/infrastructure/blob/release/INSTALLING.md#obtaining-the-opencilk-source-code-detailed-instructions) so you can explicitly download the `dev/14.x`...
We have a new release of OpenCilk that includes a fix for the issue you ran into. You can use this shell archive to install the new version of OpenCilk:...