octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #66882] Convolution code path improvements


From: Arun Giridhar
Subject: [Octave-bug-tracker] [bug #66882] Convolution code path improvements
Date: Sat, 19 Apr 2025 08:22:51 -0400 (EDT)

Follow-up Comment #44, bug #66882 (group octave):

After testing enough number of times, they look pretty indistinguishable. The
slowdown earlier was likely being caused by repeated testing causing the CPU's
temperature throttling to activate. When I randomized the testing order and
allowed the CPU fans to settle down between tests, the difference
disappeared.

I have not seen the construction "&a[idx + p*q]" before. Usually if some
function needed an address, the calling location would do pointer arithmetic
like "base + delta * sizeof type" or something, but I don't think it would
make a difference.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?66882>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]