Thread Links | Date Links | ||||
---|---|---|---|---|---|
Thread Prev | Thread Next | Thread Index | Date Prev | Date Next | Date Index |
Dear colleagues,
I wonder whether your computing model is realistic. I agree that interrupting a computation may be necessary, and on small speed computers even during a dot product computation. But I have doubts whether on a modern computer this is necessary. Let us assume that the vectors have one million components each, what is a quite large number. Then computing a dot product requires twice as many arithmetic oprations. By pipelining the time for their execution even can be reduced by 1/2. On a modern processor that performs 10 to the power of 15 operations in a second these can be done in really a very tiny portion of a second. Best regards Ulrich Am 28.01.2016 um 02:38 schrieb David Biancolin:
-- Karlsruher Institut für Technologie (KIT) Institut für Angewandte und Numerische Mathematik D-76128 Karlsruhe, Germany Prof. Ulrich Kulisch Telefon: +49 721 608-42680 Fax: +49 721 608-46679 E-Mail: ulrich.kulisch@xxxxxxx www.kit.edu www.math.kit.edu/ianm2/~kulisch/ KIT - Universität des Landes Baden-Württemberg und nationales Großforschungszentrum in der Helmholtz-Gesellschaft |