[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
Metalup 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
Float64typing in NDTensors.