Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Fix a regression in test shells#217

Merged
danieldk merged 1 commit into
mainfrom
fix-cuda-test-shells
Sep 15, 2025
Merged

Fix a regression in test shells#217
danieldk merged 1 commit into
mainfrom
fix-cuda-test-shells

Conversation

@danieldk

Copy link
Copy Markdown
Member

The XPU support PR changed stdenv selection to choose the default stdenv when one of the kernels is an XPU kernel. However, this does not work for mixed XPU/CUDA projects, since we need to select the CUDA backend stdenv when building for CUDA.

Change the logic to always use the stdenv for the backend that we are building for.

The XPU support PR changed stdenv selection to choose the default stdenv
when one of the kernels is an XPU kernel. However, this does not work
for mixed XPU/CUDA projects, since we need to select the CUDA backend
stdenv when building for CUDA.

Change the logic to always use the stdenv for the backend that we are
building for.
@danieldk danieldk merged commit 5f63d41 into main Sep 15, 2025
10 checks passed
@danieldk danieldk deleted the fix-cuda-test-shells branch September 15, 2025 11:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant