Skip to content

Commit

Permalink
Update Tutorials “introduction-to-cilk-programming”
Browse files Browse the repository at this point in the history
  • Loading branch information
behoppe committed Jul 20, 2022
1 parent 03df1e0 commit 4c81ede
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/doc/tutorials/introduction-to-cilk-programming.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
layout: layouts/page.njk
title: Introduction to Cilk programming
tagline: OpenCilk extends C/C++ with a few Cilk keywords to support
task-parallel programming, a simple and efficient model for writing fast code
for multicore computers.
tagline: With a few Cilk keywords, OpenCilk extends C/C++ to support fork-join
parallel programming, a simple and efficient model for writing fast code for
multicore computers.
author: Bruce Hoppe
date: 2022-07-15T18:13:01.322Z
image: /img/p-fib-4-trace.png
Expand Down

0 comments on commit 4c81ede

Please sign in to comment.