Skip to content

Conversation

@vchuravy
Copy link
Member

@github-actions
Copy link
Contributor

github-actions bot commented Jun 16, 2025

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/lib/intrinsics/src/utils.jl b/lib/intrinsics/src/utils.jl
index c0191d6..9927e5f 100644
--- a/lib/intrinsics/src/utils.jl
+++ b/lib/intrinsics/src/utils.jl
@@ -85,7 +85,7 @@ Base.Experimental.@MethodTable(method_table)
 
 macro device_override(ex)
     esc(quote
-        Base.Experimental.@overlay(method_table, $ex)
+            Base.Experimental.@overlay(method_table, $ex)
     end)
 end
 

@maleadt
Copy link
Member

maleadt commented Jul 10, 2025

Seems to work as expected:

julia> using OpenCL

julia> OpenCL.method_table
# 26 methods for callable object

julia> OpenCL.SPIRVIntrinsics.method_table
# 331 methods for callable object

@codecov
Copy link

codecov bot commented Jul 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.07%. Comparing base (d1637ce) to head (b7a8584).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #325   +/-   ##
=======================================
  Coverage   79.07%   79.07%           
=======================================
  Files          12       12           
  Lines         669      669           
=======================================
  Hits          529      529           
  Misses        140      140           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@maleadt maleadt merged commit 7344ad8 into master Jul 10, 2025
42 of 44 checks passed
@maleadt maleadt deleted the vc/mtv branch July 10, 2025 07:05
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