-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.yaml
More file actions
50 lines (41 loc) · 1.55 KB
/
settings.yaml
File metadata and controls
50 lines (41 loc) · 1.55 KB
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
# Each entry produces one "setting" — a (kernel x settings x num_threads)
# cell. A setting is executed against every selected env and every selected
# model. All elements are written to results/results.sqlite.
#
# Two timing modes:
# num_threads > 1 throughput. Per-element times are NULL; total wall
# time per (run, model) is meaningful.
# num_threads = 1 per-element timing. Slow but attributable.
settings:
# ----- validity sweep across kernels -----
- label: opencascade
kernel: opencascade
num_threads: cpu_count
- label: cgal
kernel: cgal
num_threads: cpu_count
- label: cgal-simple
kernel: cgal-simple
num_threads: cpu_count
- label: manifold
kernel: manifold
num_threads: cpu_count
- label: hybrid-cgal-simple-opencascade
kernel: hybrid-cgal-simple-opencascade
num_threads: cpu_count
settings:
use-world-coords: true
exclude: [IfcOpeningElement, IfcOpeningStandardCase, IfcSpace, IfcBuilding, IfcBuildingStorey]
- label: hybrid-passthrough-manifold-cgal-simple-opencascade
kernel: hybrid-passthrough-manifold-cgal-simple-opencascade
num_threads: cpu_count
settings:
use-world-coords: true
exclude: [IfcOpeningElement, IfcOpeningStandardCase, IfcSpace, IfcBuilding, IfcBuildingStorey]
# ----- per-element timing (single thread) -----
- label: opencascade-timed
kernel: opencascade
num_threads: 1
settings:
use-world-coords: true
exclude: [IfcOpeningElement, IfcOpeningStandardCase, IfcSpace, IfcBuilding, IfcBuildingStorey]