We are happy to announce the availability of Dew Lab Studio 2025 update R2. This latest update delivers
JIT-ed matrix multiply. The kernels will be created on the first call to the TMtx.Mul and will be used automatically in most algorithms, where it matters. Considering how frequently is this function used, this does make a big difference for many algorithms. Multiplication of small matrices was a problem for a long time due to the overhead of encapsulation. The total performance improvement in best case can be close to a factor of 100x for matrices of size 2x2, but even at a size 50x50 an improvement of 30% is noticeable. This release is further complemented with the first official support for
AI assisted programming for MtxVec.
Weiterlesen...