jzarnett / ece459

ECE 459: Programming for Performance
436 stars 136 forks source link

Fix default values for min/max OpenMP reductions #48

Closed kennethsinder closed 4 years ago

kennethsinder commented 4 years ago

Summary

According to Section 19.2 of this, the default values for the min and max reductions should be MAX and MIN respectively, not the other way around. This PR is a minor fix that updates this in both the slides and non-slides .tex files for lecture L13.

Test Plan