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

NVIDIA / MatX / 771
93%

Build:
DEFAULT BRANCH: main
Ran 26 Aug 2024 07:46PM UTC
Jobs 1
Files 165
Run time 1min
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

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

Jobs
ID Job ID Ran Files Coverage
1 771.1 26 Aug 2024 07:46PM UTC 0
93.39
Source Files on build 771
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #771
  • 4468820c on github
  • Prev Build on main (#766)
  • Next Build on main (#773)
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