[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [microblaze-uclinux] application's execution time
Consider matrix multiplication has a cubic computation time using the Gauss algorithm.
Following this: if a 6x6 matrix (computation time 6^3) takes 0.01 sec, a 100x100 matrix (computation time 100^3) will aproximately 50 sec. If you also consider the cache issue, I can imagine a few hours of computation.
CU, Falk
> -----Original Message-----
> From: Faiza Ait-Kaci
>
> Hi,
>
> no, I am not using floats, only integers. the caches are
> implemented and enabled but of small size (2K I/D).
> If there is no incidence about noMMU configuration, what can
> cause a so large time execution? (actually I'm even wondering
> if my application would have ever stopped)
> How can I speed up this? (except increasing cache size)
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/