• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

NVIDIA / MatX / 771 / 1
93%
main: 93%

Build:
DEFAULT BRANCH: main
Ran 26 Aug 2024 07:46PM UTC
Files 165
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

26 Aug 2024 06:34PM UTC coverage: 93.39% (+0.07%) from 93.323%
771.1

push

jenkins

web-flow
Add in-place transform support for inv() (#736)

Change the behavior of the inv() transform as follows:

- No longer unconditionally overwrite the input with factorized data.
  Previously, (Ainv = inv(A)).run() would write the inverse to A and
  the LU factorization to A.
- Support in-place transforms like (A = inv(A)).run(). Previously,
  this would run, but the results would be incorrect because the
  underlying cuBLAS calls only support out-of-place solves.
- The above are achieved by always creating a temporary workbuffer
  and copying the input into that work buffer.
- Add support for input operators (i.e., not just tensors). The
  operator runs when populating the temporary input work buffer.

6612 of 7080 relevant lines covered (93.39%)

20893098.98 hits per line

Source Files on job 771.1
  • Tree
  • List 0
  • Changed 66
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 771
  • 4468820c on github
  • Prev Job for on main (#766.1)
  • Next Job for on main (#773.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc