-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdosa_config_default.json
56 lines (56 loc) · 1.29 KB
/
dosa_config_default.json
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
{
"input_latency": 0,
"output_latency": 0,
"build" : {
"create_rank_0_for_io": true,
"comm_message_interleaving": 2,
"max_buffer_interleaving": 46080,
"maximum_pipeline_store_per_node": 5,
"engine_saving_threshold": 1.5,
"insert_debug_cores": true,
"generate_testbenchs": 0,
"parallel_builds_tmux": 2,
"start_from_clean_build": false,
"allow_multiple_cpu_clients": false
},
"dtypes" : {
"default_flops_conv_factor": 1.0,
"flops_base_type": "float32",
"flops_base_str": "FLOPS/s for float32",
"flops_per_dsp_xilinx_fpgas": 0.5
},
"dosa_learning": {
"kappa": 1.0,
"lambda" : {
"fallback": 1.0,
"float32": 1.0,
"float16": 1.0,
"int32": 1.0,
"int16": 1.0,
"uint8": 1.0,
"int8": 1.0,
"int4": 0.5,
"int3": 0.4,
"int2": 0.3,
"double": 1.0
},
"mu": {
"compute": 1.1,
"memory": 1.3
}
},
"utilization": {
"xilinx_luts_to_dsp_factor": 578,
"xilinx_lutram_to_bram_factor": 593750,
"max_utilization_fpgas": 0.70,
"utilization_exception": 0.0
},
"dse": {
"allow_throughput_degradation": true,
"allowed_throughput_degradation": 0.1
},
"quantization": {
"run_on_cuda_device": false,
"try_optimizing_threshold_ops": false
}
}