[Bug-apl] ScalarBenchmark for inner and outer products

2014-10-17 Thread David B. Lamkins
I'm seeing zero start-up costs for inner and outer products when running ScalarBenchmark.apl. = Mat1_IRC +.× Mat1_IRC === Benchmarking start-up cost for Mat1_IRC +.× Mat1_IRC ... Length Sequ Cycles Para Cycles Linear Sequ Linear Para ==

Re: [Bug-apl] ScalarBenchmark for inner and outer products

2014-10-17 Thread Juergen Sauermann
Hi David, you may see a non-zero startup cost even though an operation shows cost 0. This is because startup cost is averaged over all monadic or all dyadic operations. The reason for zero startup cost on the products is most likely due t

Re: [Bug-apl] ScalarBenchmark for inner and outer products

2014-10-17 Thread David Lamkins
Thank you. On Fri, Oct 17, 2014 at 9:48 AM, Juergen Sauermann < juergen.sauerm...@t-online.de> wrote: > Hi David, > > you may see a non-zero startup cost even though an operation shows cost 0. > This is because startup cost is averaged over all monadic or all dyadic > operations. > > The reason