-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Tutorials “introduction-to-cilk_for” #141
base: main
Are you sure you want to change the base?
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