Skip to content
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

Use GPUToolbox.jl #2646

Merged
merged 2 commits into from
Feb 17, 2025
Merged

Use GPUToolbox.jl #2646

merged 2 commits into from
Feb 17, 2025

Conversation

christiangnrd
Copy link
Contributor

@christiangnrd christiangnrd commented Feb 7, 2025

Should be gtg if tests pass.

TODO:

  • Remove [sources] entry
  • Add compat entry

@christiangnrd christiangnrd marked this pull request as draft February 7, 2025 16:40
@christiangnrd christiangnrd marked this pull request as ready for review February 15, 2025 02:39
Copy link
Contributor

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

Click here to view the suggested changes.
diff --git a/src/device/intrinsics/cooperative_groups.jl b/src/device/intrinsics/cooperative_groups.jl
index b1b5b215e..635f1549c 100644
--- a/src/device/intrinsics/cooperative_groups.jl
+++ b/src/device/intrinsics/cooperative_groups.jl
@@ -32,7 +32,7 @@ using ..LLVMLoopInfo
 
 using Core: LLVMPtr
 
-using GPUToolbox: @sv_str
+    using GPUToolbox: @sv_str
 
 const cg_debug = false
 if cg_debug

@christiangnrd christiangnrd changed the title Use GPUUtils.jl Use GPUToolbox.jl Feb 15, 2025
@christiangnrd
Copy link
Contributor Author

Is there a CUDA.jl equivalent to JuliaGPU/Metal.jl#503 where I can report the benchmark segfault?

@maleadt
Copy link
Member

maleadt commented Feb 17, 2025

No, feel free to create an issue.

@maleadt maleadt merged commit 3d42ca2 into JuliaGPU:master Feb 17, 2025
2 of 3 checks passed
@christiangnrd christiangnrd deleted the gpuutils branch February 17, 2025 12:12
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.

2 participants