Skip to content

[release-0.9] Test correct backend with examples tests #593

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

Open
wants to merge 13 commits into
base: release-0.9
Choose a base branch
from

Conversation

christiangnrd
Copy link
Member

@christiangnrd christiangnrd commented May 2, 2025

Made against release-0.9 so tests will actually run.

Before:

From worker 2:	(backend, backend_str) = (KernelAbstractions.CPU(false), "oneAPI") # oneAPI
From worker 2:	(backend, backend_str) = (KernelAbstractions.CPU(false), "Metal") # Metal
From worker 2:	(backend, backend_str) = (CUDABackend(false, false), "CUDA") # CUDA
Succeeds? # AMD

After:

From worker 2:	(backend, backend_str) = (oneAPIBackend(), "oneAPI") # oneAPI
From worker 2:	(backend, backend_str) = (MetalBackend(), "Metal") # Metal
From worker 2:	(backend, backend_str) = (CUDABackend(false, false), "CUDA") # CUDA
Succeeds? # AMD

@christiangnrd christiangnrd changed the title Test correct backend with examples tests [release-0.9] Test correct backend with examples tests May 2, 2025
@christiangnrd
Copy link
Member Author

Ok Seems like CUDA is still broken, I'll wait for that to be fixed. I don't understand the oneAPI failure in 1.11. Maybe it would be fixed on the main branch? However I can't test that easily.

Revert the last 3 commits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant