bots icon indicating copy to clipboard operation
bots copied to clipboard

Barcelona OpenMP Task Suite is a collection of applications that allow to test OpenMP tasking implementations and compare its behaviour under certain circumstances: task tiedness, throttle and cut-off...

Results 2 bots issues
Sort by recently updated
recently updated
newest added

Strassen should compute a matrix multiplication C = A * B. Right now, matrices A and B are initialized, but then both strassen_main_par and strassen_main_seq are called to compute A...

Health and nQueens sources leads to produce always executables with UNTIED tasks when compiling with IF-Clause or Final Cut-Off, even when executables with TIED tasks should be produced. I generated...