-
Notifications
You must be signed in to change notification settings - Fork 40
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
Fix MPSNDArrayDescriptor
wrapper
#502
base: main
Are you sure you want to change the base?
Conversation
MPSNDArrayDescriptor
wrapper
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #502 +/- ##
==========================================
+ Coverage 71.04% 77.46% +6.42%
==========================================
Files 36 57 +21
Lines 1143 2742 +1599
==========================================
+ Hits 812 2124 +1312
- Misses 331 618 +287 ☔ View full report in Codecov by Sentry. |
65077c1
to
8654f9f
Compare
@maleadt It seems like PR benchmark jobs are not commenting and are being uploaded because Metal.jl/.github/workflows/Benchmark.yml Line 45 in 5a8daaa
Metal.jl/.github/workflows/Benchmark.yml Line 49 in 5a8daaa
pull_request to pull_request_target .
Should I add it to this PR or would it be better for you to commit the fix directly? |
Ah oops. Feel free to commit directly on master, because the modified We should probably also edit out or revert the upload on the |
Done. I assume the benchmark page will update next time a benchmark action runs?
I don't think I have permission to commit directly to main. I tried and got the following error:
|
I realized automatically reversing dimensions in the descriptor as part of the low-level wrappers is a terrible idea.
Also a few more improvements
Also using this as an opportunity to test the [skip benchmark] and benchmarking from a fork. Edit: It works