/* dot product of two arrays. * maurice:CIVL zmanchun$ civl verify -por=new examples/cuda/dotProduct.cvl -inputBNPG=4 -inputK=8 -inputTNPB=4 CIVL v0.6 of 2014-02-01 -- http://vsl.cis.udel.edu/civl gpu done. =================== Stats =================== validCalls : 140788 proverCalls : 1 memory (bytes) : 332398592 time (s) : 11.79 maxProcs : 21 statesInstantiated : 98602 statesSaved : 6466 statesSeen : 6463 statesMatched : 3889 steps : 27627 transitions : 10351 */ //#include "../common/book.h" #include #include #define imin(a,b) (a