Skip to content

Add 'Random' to skip_tests in kernelabstractions#1

Merged
christiangnrd merged 1 commit into
christiangnrd:intrinsicsfrom
simeonschaub:patch-2
Jun 12, 2026
Merged

Add 'Random' to skip_tests in kernelabstractions#1
christiangnrd merged 1 commit into
christiangnrd:intrinsicsfrom
simeonschaub:patch-2

Conversation

@simeonschaub

Copy link
Copy Markdown

Needed to make JuliaGPU/KernelAbstractions.jl#659 pass CI. We should eventually add RNG support to oneAPI by using a similar approach to OpenCL.jl, but lets skip these tests for now

@github-actions

Copy link
Copy Markdown

Your PR requires formatting changes to meet the project's style guidelines.
Please consider running Runic (git runic intrinsics) to apply these changes.

Click here to view the suggested changes.
diff --git a/test/kernelabstractions.jl b/test/kernelabstractions.jl
index 591fd42..9b9f1cb 100644
--- a/test/kernelabstractions.jl
+++ b/test/kernelabstractions.jl
@@ -4,6 +4,6 @@ include(joinpath(dirname(pathof(KernelAbstractions)), "..", "test", "testsuite.j
 skip_tests=Set([
     "sparse",
     "Convert", # Need to opt out of i128
-    "Random",
+        "Random",
 ])
 Testsuite.testsuite(oneAPIBackend, "oneAPI", oneAPI, oneArray, oneDeviceArray; skip_tests)

@simeonschaub

Copy link
Copy Markdown
Author

Bump, @christiangnrd

@christiangnrd

Copy link
Copy Markdown
Owner

Thanks for the bump I completely missed this. I'll merge after I make sure I don't have an unpushed rebase.

Needed to make JuliaGPU/KernelAbstractions.jl#659 pass CI. We should eventually add RNG support to oneAPI by using a similar approach to OpenCL.jl, but lets skip these tests for now
@christiangnrd christiangnrd merged commit e1e026c into christiangnrd:intrinsics Jun 12, 2026
1 check passed
@christiangnrd

Copy link
Copy Markdown
Owner

Thanks!

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.

3 participants