|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #54465] Short Circuit Operators not working with negation operator |
| Date: | Tue, 28 Aug 2018 11:32:16 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0 |
Follow-up Comment #6, bug #54465 (project octave):
@jwe: This patch seems to have introduced a regression in performance which is
documented at bug #45890.
Is there a way to be more clever about this so that certain compound
expressions like
A * B'
can be recognized as a single operation (pass multiply with appropriate flag
to BLAS) rather than two operations (multiply done by BLAS, transpose done by
Octave)?
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?54465>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |