Skip to content

Conversation

@christiangnrd
Copy link
Member

Seems like it was accidentally undone in #379. I added a comment to let people know it's intentional.

@github-actions
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/lib/intrinsics/src/utils.jl b/lib/intrinsics/src/utils.jl
index 3a132d9..ba31818 100644
--- a/lib/intrinsics/src/utils.jl
+++ b/lib/intrinsics/src/utils.jl
@@ -65,7 +65,7 @@ Base.Experimental.@MethodTable(method_table)
 macro device_override(ex)
     # `method_table` is not interpolated so that the local backend method_table is used
     esc(quote
-        Base.Experimental.@overlay(method_table, $ex)
+            Base.Experimental.@overlay(method_table, $ex)
     end)
 end
 

@codecov
Copy link

codecov bot commented Nov 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.27%. Comparing base (89ad72f) to head (e7df145).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #404   +/-   ##
=======================================
  Coverage   80.27%   80.27%           
=======================================
  Files          12       12           
  Lines         730      730           
=======================================
  Hits          586      586           
  Misses        144      144           

☔ 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.

@vchuravy vchuravy merged commit 71cf159 into JuliaGPU:master Nov 19, 2025
29 of 37 checks passed
@christiangnrd christiangnrd deleted the fixtable branch November 19, 2025 13:02
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