Skip to content

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.

@christiangnrd
Copy link
Member Author

No longer needed

@christiangnrd christiangnrd deleted the corrback branch June 4, 2025 19:13
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