You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the fprettify issue discovered in #272, we currently lack CI/CD coverage for the CUDA backend. This means build-breaking changes (like the triple-chevron syntax corruption) can go unnoticed until manual testing is performed.
Proposal
Add a CI/CD pipeline stage that:
Builds the project with the NVHPC compiler targeting the CUDA backend
Description
Following the fprettify issue discovered in #272, we currently lack CI/CD coverage for the CUDA backend. This means build-breaking changes (like the triple-chevron syntax corruption) can go unnoticed until manual testing is performed.
Proposal
Add a CI/CD pipeline stage that:
Motivation