-
Notifications
You must be signed in to change notification settings - Fork 2
/
qat_config.yml
88 lines (88 loc) · 2.1 KB
/
qat_config.yml
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
qat:
load: ""
apply: true
validate: false
adaptor: generic
adaptor-pipeline:
- weak-linking
- llvm-optimization
- pre-transform-trimming
- transformation-rules
- post-transform
- post-transform-validation
- static-resources
- grouping
emit-llvm: true
verify-module: false
experimental: false
dump-config: false
add-ir-debug: false
strip-existing-dbg: false
output: ""
save-logs: ""
version: false
help: false
adaptor:
transformation-rules:
delete-dead-code: false
clone-functions: false
transform-execution-path-only: false
max-recursion: 1
assume-no-except: false
reuse-qubits: false
reuse-results: false
entry-point-attr: EntryPoint
weak-linking:
replace-functions: ~
remove-call-attributes: false
llvm-optimization:
unroll-loops: false
allow-partial: true
allow-peeling: true
allow-runtime: true
allow-upper-bound: true
allow-profile-based-peeling: true
full-unroll-count: 1024
unroll-opt-level: 3
only-when-forced: false
forget-scev: false
always-inline: false
inlining-parameter: 2147483647
eliminate-constants: true
eliminate-dead-code: true
eliminate-memory: true
pre-transform-trimming: ~
post-transform:
lower-switch: true
should-eleminate-zext-i1: true
defer-measurements: false
post-transform-validation: ~
static-resources:
annotate-qubit-use: true
annotate-result-use: true
annotate-max-qubit-index: true
annotate-max-result-index: true
reindex-qubits: false
replace-qubit-on-reset: false
inline-after-id-change: true
grouping:
separate-circuits: false
target:
profile:
requires-qubits: false
requires-results: false
allow-internal-calls: true
allow-poison: true
allow-undef: true
opcodes: ~
allowlist-opcodes: true
allowlist-external-calls: false
allowlist-pointer-types: false
allow-primitive-return: true
allow-struct-return: true
allow-pointer-return: true
external-calls: ~
allowed-pointer-types: ~
qis:
allowed-qis: ~
allowed-any-qis: true