jzarnett / ece459

ECE 459: Programming for Performance
419 stars 133 forks source link

Up-to-date compile of lec12.tex #76

Closed SteveArias closed 2 years ago

SteveArias commented 2 years ago

Current lecture 12 compiled PDF is out of date (specifically, the compare_and_swap code)

patricklam commented 2 years ago

That's weird, that should never happen: there should be CI that auto-generates the PDFs on all changes. We should look at the CI output I guess.

On Wed, Feb 16, 2022, 3:26 PM Steve Arias @.***> wrote:

Current lecture 12 compiled PDF is out of date (specifically, the compare_and_swap code)

You can view, comment on, or merge this pull request online at:

https://github.com/jzarnett/ece459/pull/76 Commit Summary

File Changes

(1 file https://github.com/jzarnett/ece459/pull/76/files)

Patch Links:

— Reply to this email directly, view it on GitHub https://github.com/jzarnett/ece459/pull/76, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOKE5UKNFNWV4ADXLY7KY3U3QB5PANCNFSM5OSV7TJA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

jzarnett commented 2 years ago

Sometimes GH actions go down. I know this from my other work. It is frustrating. Thanks for catching this!