[BACK]Return to efficient.tex CVS log [TXT][DIR] Up to [local] / OpenXM / doc / calc2000p

Diff for /OpenXM/doc/calc2000p/efficient.tex between version 1.2 and 1.3

version 1.2, 2000/07/22 08:11:09 version 1.3, 2000/07/31 07:26:12
Line 1 
Line 1 
 % $OpenXM: OpenXM/doc/calc2000p/efficient.tex,v 1.1 2000/07/21 08:27:11 noro Exp $  % $OpenXM: OpenXM/doc/calc2000p/efficient.tex,v 1.2 2000/07/22 08:11:09 noro Exp $
 \documentclass{slides}  \documentclass{slides}
   \topmargin -0.5cm
   \textheight 9.5in
 \usepackage{color}  \usepackage{color}
 \usepackage{rgb}  \usepackage{rgb}
 \usepackage{graphicx}  \usepackage{graphicx}
 \usepackage{epsfig}  \usepackage{epsfig}
 \begin{document}  \begin{document}
 \parskip 3pt  \parskip 3pt
 \fbox{{\huge \color{blue} We Are Efficient}}  \fbox{\large \color{blue} Efficient Computation with OpenXM}
   \vskip 2pt
   
 {\color {red} Real speedup by parallelism}  {\color {red} Real speedup by parallelism}
   
Line 23  the product of dense univariate polynomials with 3000b
Line 26  the product of dense univariate polynomials with 3000b
 \vskip 8pt  \vskip 8pt
 {\color{green} Algorithm}(Shoup) : FFT+Chinese Remainder  {\color{green} Algorithm}(Shoup) : FFT+Chinese Remainder
 \vskip 5pt  \vskip 5pt
 {\color{green} Parallel computing time} : $O((n\log n)/L+n{\color{red}\log L})$\\  {\color{green} Communication cost} :\\
 No collective operations : $O((n\log n)/L+n{\color{red}L})$\\  \quad  $O(n{\color{red}\log L})$ with collective operations\\
 ($L$: number of processes, $n$: degree)  \quad  $O(n{\color{red}L})$ without collective operations\\
   \quad ($L$: number of processes, $n$: degree)
   
 \vskip 8pt  \vskip 5pt
   
 \epsfxsize=17cm  \epsfxsize=17cm
 \epsffile{3k.ps}  \epsffile{3k.ps}
   
 \rightline{ {\color{red} {\tt http://www.openxm.org} }}  \rightline{ {\color{red} {\tt http://www.openxm.org} }}
 \end{document}  \end{document}

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>