-
I am trying to build the cheetah runtime and on the `cmake --build .` step I get the following log:
```
CMakeFiles/cheetah_shared.dir/closure.c.o:/home/giannis/cilk/opencilk-project/cheetah/runtim…
-
tapir seems to crash whenever I try and compile something that uses profiles and has a cilk_for loop in it.
I used the following small example
```
#include
int main() {
int sum = 0;
cil…
-
### Observed behavior
Cilksan reports races when updating a 2D array in random row-order. This only seems to happen when certain loop optimizations (vectorization, loop unrolling) are turned on.
…
-
I ran into the following error message:
`/usr/bin/ld.gold: error: hidden symbol 'get_workerwarn_msg' is not defined locally`
After removing lines https://github.com/OpenCilk/cheetah/blob/release…
-
This crashes with various forms of stack corruption when not run serially.
```
#include
#include
#include
#include
#include
void fill(unsigned char *data, unsigned length, unsigned char …
-
make with -O0 and CSI instrumentation fails
ubuntu@6172vm:~/homework6$ make -B CSI=1 LINREG=1 ./fib_serial
clang -o fib_serial.o -flto -fcsi -c fib_serial.c -march=native -O0 -g
Unknown type!
U…
-
I get undefined references when I try and compile with cilkscale
For a minimal example I created a one line file
main.cpp
`int main() { return 0; }`
I compiled it with the command
`../Op…
-
Hey, I am having some trouble using the precompiled binary release.
### Tried
After downloading and extracting the beta3 release I tried to validate the install.
```
$ ./OpenCilk-9.0.1-Linux/b…
lbhdc updated
4 years ago
-
Hi,
I get no values in the output file.
I have pasted the log below. Do have an idea why does it show `nan` for error?
```
Number of vertices: 3564403
Embedding dimensions: 2
Rescaling param…
-
The following code causes a crash in the compiler
```
#include
#include "cilk/cilk.h"
class NeighborIterator {
public:
NeighborIterator(int v);
int operator*…