forked from ispc/ispc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
perf.ini
executable file
·61 lines (59 loc) · 1.17 KB
/
perf.ini
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
%****************************************************************************************************
%Usage:
% Name of test
% Path to test from base folder (examples)
% command to execute test to compute performance
% [! X Y] //If one test has different output X is position of current output, Y is number of outputs
% [^] //concatenate output of this step with previous one
% #***
% [% comment]
%****************************************************************************************************
% All parameters of iteration number must be at the end of command string. Now all of the, are default (3 7 1).
AOBench
aobench
% --scale= from parameters
2048 2048
#***
Deferred Shading
deferred_shading
% --scale= from data and third parameter
data/pp1280x720.bin
#***
Mandelbrot Set
mandelbrot
--scale=1.0
#***
Mandelbrot Set
mandelbrot_tasks
--scale=8.0
^
#***
Perlin Noise Function
noise
--scale=4.0
#***
Binomial Options
options
! 1 2
#***
Black-Scholes Options
options
! 2 2
#***
Ray Tracer
rt
sponza --scale=6.0
#***
3D Stencil
stencil
--scale=1.0
#***
Volume Rendering
volume_rendering
% --scale= from data
camera.dat density_highres.vol
#***
Sort
sort
1000000 1
#***