-
Hi team -- I hope this is the right place for this issue. A professor who uses OpenCilk has asked if we can please create a rootless docker image as part of our release. Please let me know if there's …
-
**Issues**
Most pages are configured with Netlify CMS to require an author, and the value is selected from a drop-down list. But this is not always appropriate. For example, who is the author of the …
-
**Issues**
Over the last week or two I have struggled with configuration issues of Netlify CMS (or bugs? hard to tell sometimes), and I am seeing broader issues with the tool.
- Just a few days ag…
-
It might be nice to comment or give feedback on a site page without sifting through the issues (like this one). For example, with Chrome and [Numici](https://chrome.google.com/webstore/detail/numici-a…
-
The FAQ links to http://supertech.csail.mit.edu/cilk/ but that page now redirects to http://supertech.mit.edu/ instead. Is there a new page this could be updated to?
-
**Issues**
We have discussed several possible enhancements that probably involve some additional layer of process to evaluate site content:
- Integrate glossary entries and tags automatically #103…
-
See https://web.archive.org/web/20081227235517/http://www.cilk.com/multicore-blog/bid/4983/The-Multicore-Software-Triad
-
The following code
```
#include
int main() {
cilk_for(int i = 0; i < 10; i++) {}
return 0;
}
```
gives the warning of
```
del.cpp:3:5: warning: CodeGen found Tapir instruction…
-
I created the [Convert a C++ program](https://sage-licorice-6da44d.netlify.app/doc/users-guide/convert-a-c-program/) page based on Dorothy's updates to the Cilk Plus programmer's guide. It could use a…
-
### Describe the bug
I noticed I was getting slower than expected performance in a fairly simple parallel sum and compared it to comparative code using [parlaylib's](https://github.com/cmuparlay/parl…