mirror of
https://github.com/amd/blis.git
synced 2026-04-20 07:38:53 +00:00
Minor updates and fixes to test/3/octave scripts.
Details: - Fixed an issue where the wrong string was being passed in for the vendor legend string. - Changed the graph in which the legends appear. - Updates to runthese.m.
This commit is contained in:
@@ -6,7 +6,7 @@ function r_val = plot_panel_4x5 ...
|
||||
thr_str, ...
|
||||
dirpath, ...
|
||||
arch_str, ...
|
||||
vend_str ...
|
||||
vend_leg_str ...
|
||||
)
|
||||
|
||||
impl = 'octave';
|
||||
@@ -25,11 +25,13 @@ else
|
||||
position = [100 100 1864 1540];
|
||||
papersize = [15.6 19.4];
|
||||
%leg_pos_st = [1.15 8.70 2.1 1.2 ]; % (dgemm)
|
||||
leg_pos_st = [1.60 8.80 2.1 1.2 ]; % (dgemm)
|
||||
%leg_pos_st = [1.60 8.80 2.1 1.2 ]; % (dgemm)
|
||||
leg_pos_st = [15.90 13.60 2.1 1.2 ]; % (strsm)
|
||||
%leg_pos_mt = [12.20 13.60 2.1 1.2 ]; % (strmm)
|
||||
%leg_pos_mt = [5.30 12.60 2.1 1.2 ]; % (ssymm)
|
||||
%leg_pos_mt = [8.50 13.62 2.1 1.2 ]; % (ssyrk)
|
||||
leg_pos_mt = [5.30 5.10 2.1 1.2 ]; % (chemm)
|
||||
%leg_pos_mt = [5.30 5.10 2.1 1.2 ]; % (chemm)
|
||||
leg_pos_mt = [15.90 13.60 2.1 1.2 ]; % (strsm)
|
||||
sp_margins = [ 0.068 0.051 ];
|
||||
end
|
||||
|
||||
@@ -59,7 +61,7 @@ eige_str = 'eigen';
|
||||
|
||||
% Create filename "templates" for the files that contain the performance
|
||||
% results.
|
||||
filetemp = '%s/output_%s_%s_%s.m'
|
||||
filetemp = '%s/output_%s_%s_%s.m';
|
||||
filetemp_blis = sprintf( filetemp, '%s', '%s', '%s', blis_str );
|
||||
filetemp_open = sprintf( filetemp, '%s', '%s', '%s', open_str );
|
||||
filetemp_vend = sprintf( filetemp, '%s', '%s', '%s', vend_str );
|
||||
@@ -102,7 +104,7 @@ for opi = 1:n_opnames
|
||||
data_blis, ...
|
||||
data_open, ...
|
||||
data_eige, ...
|
||||
data_vend, vend_str, ...
|
||||
data_vend, vend_leg_str, ...
|
||||
nth, ...
|
||||
4, 5, ...
|
||||
cfreq, ...
|
||||
|
||||
@@ -24,7 +24,6 @@ plot_panel_4x5(2.60,16,64, '1s','../results/zen2/20200929/jc4ic4jr4','zen2','MKL
|
||||
plot_panel_4x5(2.60,16,128,'2s','../results/zen2/20200929/jc8ic4jr4','zen2','MKL'); close all; clear all;
|
||||
|
||||
% a64fx
|
||||
plot_panel_4x5(2.20,32,1, 'st','../results/a64fx/20210316/st', 'a64fx','Fujitsu SSL2'); close all; clear all;
|
||||
plot_panel_4x5(2.20,32,12,'1s','../results/a64fx/20210316/jc1ic4jr3', 'a64fx','Fujitsu SSL2'); close all; clear all;
|
||||
plot_panel_4x5(2.20,32,48,'2s','../results/a64fx/20210316/jc1ic4jr12','a64fx','Fujitsu SSL2'); close all; clear all;
|
||||
|
||||
plot_panel_4x5(2.20,32,1, 'st','../results/a64fx/20210405/st', 'a64fx','Fujitsu SSL2'); close all; clear all;
|
||||
plot_panel_4x5(2.20,32,12,'1s','../results/a64fx/20210405/jc1ic4jr3', 'a64fx','Fujitsu SSL2'); close all; clear all;
|
||||
plot_panel_4x5(2.20,32,48,'2s','../results/a64fx/20210405/jc1ic4jr12','a64fx','Fujitsu SSL2'); close all; clear all;
|
||||
|
||||
Reference in New Issue
Block a user