Skip to content
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

GPU CI Updates, main branch (2024.05.31.) #603

Merged
merged 2 commits into from
May 31, 2024

Conversation

krasznaa
Copy link
Member

Switched the "GPU builds" to the latest Acts Docker images. At the same time I removed a CUDA build that I just didn't understand why we had. 😕 I just enabled -DTRACCC_ENABLE_NVTX_PROFILING=TRUE for our "standard" Release and Debug CUDA build instead.

I instead added a oneAPI based build with an Intel backend. Since until now we've only been testing the build for NVIDIA and AMD backends in the CI for some reason. 😕 While the Intel backend allows us to do both Release and Debug builds, which should be good for the CI's test coverage. 🤔 (The NVIDIA and AMD backends still have issues with assert(...) calls unfortunately. 😦 Making Debug builds impossible with them.)

The big goal here is to finally revive #442, which should (hopefully...) start working with this new setup. 🤔

@krasznaa krasznaa added the cicd Changes related to the CI system label May 31, 2024
Copy link
Member

@stephenswat stephenswat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks solid! 👍

They now use the latest Acts Docker images, and set up
their build environments in a slightly updated way.
@krasznaa krasznaa force-pushed the CIUpdate-main-20240530 branch from ade7110 to aeae7b8 Compare May 31, 2024 12:08
@stephenswat stephenswat enabled auto-merge May 31, 2024 12:28
@stephenswat stephenswat merged commit 90b974d into acts-project:main May 31, 2024
20 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cicd Changes related to the CI system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants