Create Tutorials “introduction-to-cilk_for”#141
Conversation
✅ Deploy Preview for sage-licorice-6da44d ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
|
@ailiop I created this PR to hold |
1 similar comment
|
@ailiop I created this PR to hold |
|
@dcurtisatmit, based on feedback last week from Charles, have started an introduction to |
|
@behoppe Thank you for starting this! I will work on testing and editing the current page. |
|
The supported example under "The loop control variable must not be modified in the loop body." currently has a race. unsigned int j;
cilk_for (unsigned int i = 1; i < 16; ++i) j = f();This is probably fine since it is showing what the compiler supports, but maybe this should be pointed out since its not a great example to follow. |
|
@neboat I wonder if you recommend assigning anyone to this issue as a way to kick-start our documentation of |
Automatically generated by Netlify CMS