[Torch5-bugs] [ torch5-Bugs-1807801 ] no matrix-matrix multiply without BLAS
Status: Pre-Alpha
Brought to you by:
andresy
|
From: SourceForge.net <no...@so...> - 2007-10-08 21:08:03
|
Bugs item #1807801, was opened at 2007-10-04 22:59 Message generated for change (Comment added) made by andresy You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=905598&aid=1807801&group_id=183526 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 9 Private: No Submitted By: thespermwhale (thespermwhale) Assigned to: Raoul d'Andresy (andresy) Summary: no matrix-matrix multiply without BLAS Initial Comment: Not exactly a bug except I already coded this but it was removed in the last update of Torch. I don't want to have to install BLAS but I need this operation (as do others). Ronan, if you won't implement it can I just put my old code somehow back in Torch? ---------------------------------------------------------------------- >Comment By: Raoul d'Andresy (andresy) Date: 2007-10-08 21:08 Message: Logged In: YES user_id=1651867 Originator: NO i programmed the stuff when there is no blas. apparently it works. note that the name of functions like "addTxdotTx" where "x" is a number are going to change in the future, when i will find a consistent way of naming these functions. ---------------------------------------------------------------------- Comment By: thespermwhale (thespermwhale) Date: 2007-10-04 23:38 Message: Logged In: YES user_id=1660532 Originator: YES thanks! ---------------------------------------------------------------------- Comment By: thespermwhale (thespermwhale) Date: 2007-10-04 23:38 Message: Logged In: YES user_id=1660532 Originator: YES thanks! ---------------------------------------------------------------------- Comment By: Raoul d'Andresy (andresy) Date: 2007-10-04 23:36 Message: Logged In: YES user_id=1651867 Originator: NO i forgot about it. it is not really possible to put back your code, as for compatibility with blas code i need some code which also handles matrix transpositions. i will do that asap. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=905598&aid=1807801&group_id=183526 |