Skip to content
Success

#86 (Dec 20, 2025, 11:53:47 PM)

Distributing Tarball
Started 2 mo 12 days ago
Took 19 min
Build Artifacts
cfa-cc-1.0.0.108.tar.gz2.20 MiB view

Started by upstream project Cforall Full Build build number 108
originally caused by:

  • Started by timer

This run spent:

  • 9 sec waiting;
  • 19 min build duration;
  • 20 min total from scheduled to completion.
Revision: eb0d9b7d937213cd3bc39235c18121a496cbb52f
Repository: cforall@plg.uwaterloo.ca:software/cfa/cfa-cc
  • refs/remotes/origin/master
Revise array's overload-selection comment now that #247 is closed.

The set of overloads required is unaffected, just there's a simpler derivation of this set.
mlbrooks at
Improve libcfa-array's bound-check removal and write that thesis section.

The libcfa change adds a more performant alternative for a subset of multidimensional indexing cases that were already functionally correct.
That the new alternative is more performant is not shown in the test suite.
There is an associated new high-performance option for passing an array-or-slice to a function.
The added test cases cover those options.

The added in-thesis demos rely on the new more-performant alternative for multidimensional indexing.
mlbrooks at