alpaka-group / alpaka

Abstraction Library for Parallel Kernel Acceleration :llama:
https://alpaka.readthedocs.io
Mozilla Public License 2.0
337 stars 69 forks source link

windows CI release broken #2291

Closed psychocoderHPC closed 2 weeks ago

psychocoderHPC commented 2 weeks ago

All our tests run into segfault for windows release runs with windows_cl-2022_release where the corresponding debug version is runnning fine. Since github actions updated the MSVC version to MSVC 19.39.33523.0 we observe this issue.

This issue sounds equal to: https://developercommunity.visualstudio.com/t/Release-builds-with-MSVC-1940338110-s/10678572?sort=newest&topics=Fixed-in%3A+Visual+Studio+2017+version+15.2&q=MSVC+19.40.33811.0

psychocoderHPC commented 2 weeks ago

maybe this is similar too: https://github.com/actions/runner-images/issues/10004 and post: https://github.com/actions/runner-images/issues/10004#issuecomment-2153238190

psychocoderHPC commented 2 weeks ago

In the last post i was mentioned that the image got fixed. Fixed with image 20240610.1.0 https://github.com/actions/runner-images/commit/f610e46b01d37211623135ba61aec27f8b634652

I saw also that our last CI job https://github.com/alpaka-group/alpaka/pull/2290 used already the new image and passed the tests.

psychocoderHPC commented 2 weeks ago

I will enforce passing test windows_cl-2022_release for alpaka again.