
6 May
2010
6 May
'10
6:08 p.m.
on 06.05.2010 at 21:54 joel falcou wrote :
Sound slike you just trash cache ... doing matrix product in i,j,k order is like, well, bad as all grad student should know ... i believe for small matrices i,j,k is as efficient as any other for relatively large matrices i go i,k,j (to minimize cache issues) but still that may be the case
i haven't tried tiling yet, maybe it will save the day -- Pavel