Do you want to learn about the new features in OpenMP 6.0?

Today, Michael Klemm (AMD) and myself (RWTH) will present the 31st POP webinar titles "OpenMP 6.0 Part 1: New Host-side Features and Enhancements".

https://pop-coe.eu/news/events/31st-pop-webinar-openmp-60-part-1-new-host-side-features-and-enhancements

#HPC #webinar #OpenMP

31st POP Webinar - OpenMP 6.0 Part 1: New Host-side Features and Enhancements | Performance Optimisation and Productivity

Thursday, 19 December 2024, 15:00 CET The webinar will start with a discussion on OpenMP's development process, highlighting the strategic roadmap and the continuum of control that guides the evolution of this powerful API.

31st POP Webinar - OpenMP 6.0 Part 1: New Host-side Features and Enhancements | Performance Optimisation and Productivity

The webinar started with a discussion on OpenMP's development process, highlighting the strategic roadmap and the continuum of control that guides the evolution of this powerful API.

@cterboven

If I may be a pedant, on slide 21, shouldn't the example on the left transform to:

subroutine loop()
call body(1)
call body(2)
call body(3)
call body(4)
end subroutine loop

?

@hattom

Hi Tom. You are right.

Thank you for pointing out the error. Appreciated! We'll use the corrected code example going forward.