opencilk
There are 7 repositories under opencilk topic.
OpenCilk/opencilk-project
Monorepo for the OpenCilk compiler. Forked from llvm/llvm-project and based on Tapir/LLVM.
chenxuhao/SpeedCodeBench
Benchmark Suite for SpeedCode (Software Performance Engineering Education via Coding Of Didactic Exercises)
alex-unofficial/scc
A program to find sccs in a graph
Billkyriaf/pds_assignment_4
Huffman file compression using parallel programming for better performance
kchristin22/Graph_minor
Compute the graph minor when given the cluster configuration. Implemented in three versions using OpenMPI, pthreads and OpenCilk.
styltsou/sparse_graph_triangle_counting
Calculate number of triangles in sparse graphs, in parallel