1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
% test eWise
% SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved.
% http://suitesparse.com See GraphBLAS/Doc/License.txt for license.
clear all ; make
addpath ('~/ssget') ;
addpath ('spok') ;
for k = [2 1]
nthreads_set (k) ;
grbinfo
test15
test72
testc8
test68 % eWiseMult performance
test105
% test20
% test26
test34
test58 % eWiseAdd performance
test61 % eWiseMult performance
test18
test39 % eWiseAdd performance
test111 % eWiseAdd performance
end
|