Tao B. Schardl

Results 43 comments of Tao B. Schardl

Nevermind, I replicated the error once I resolved a different problem with a missing header file. I've figured out the issue, and I'll work on a fix tomorrow.

A minor point: tapir-llvm:release_60 is based on a release candidate of LLVM 6, whereas tapir-llvm:release_60-release is based on the actual LLVM 6.0.0 release. (Rebasing onto a release candidate was my...

You mean "cilk sanitizer" and "stealable" function attributes? I think you'll want to pull those in as well, though I don't think they should be too much trouble. We use...

Thanks for pointing this out. I don't think Tapir should disable instruction sinking across detaches in general. Without taking task-invocation overhead into account, this form of instruction sinking on its...

I'm not familiar with GCC 10. From what I can tell, GCC 10 has not been official released; it's still a work-in-progress. You might try installing the current stable release...

You should not need Cilk on the machine to build and install Tapir. Can you provide more context for that error message? (In other words, what were the commands you...

Regarding the first problem, it appears that GCC is deprecating Cilk in a manner that messes up CMake's ability to tell whether or not the compiler supports Cilk. For now,...

Apologies for the delay. I'm glad to hear there's a workaround for this issue in the meantime before the PPA is updated.

I managed to recreate this error. I'll try to dive into the issue and see what's going wrong.

Thanks for the info. Is this the IR you get from -O2 compilation?