-
Notifications
You must be signed in to change notification settings - Fork 125
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
[NDTensorsMetalExt] Fix more scalar indexing issues on Metal #1264
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1264 +/- ##
===========================================
- Coverage 84.06% 53.94% -30.13%
===========================================
Files 99 98 -1
Lines 8542 8489 -53
===========================================
- Hits 7181 4579 -2602
- Misses 1361 3910 +2549 ☔ View full report in Codecov by Sentry. |
…e in numerical stability
@mtfishman To recap our conversation and as a refresher for me. The notes for changes are as follows
|
…jl into kmp5/debug/scalar_metal
@mtfishman I believe this is ready for review |
@mtfishman I am not sure why these tests are failing. When I test with Julia 1.9 all pass but it looks like theres an issue with |
May be related to JuliaLang/Compat.jl#812 and JuliaLang/julia#52010, sorting tuples was temporarily supporting in Base Julia but then removed. In places where |
Thanks for the quick fix to the tuple sorting issue. I'll merge this so we can register a new version. |
Description
Trying to get
Metal
up to speed as CUDA is and have it be testable in the NDTensors/test suite.Fixes #(issue)
Remove scalar indexing but also running into issues with
Float64
typing in NDTensors.