concretizer.yaml: document valid values for granularity (#35961)
This commit is contained in:
parent
de586bb66c
commit
e560beed19
@ -20,9 +20,10 @@ concretizer:
|
|||||||
# needed to reach a solution increases noticeably with the number of targets
|
# needed to reach a solution increases noticeably with the number of targets
|
||||||
# considered.
|
# considered.
|
||||||
targets:
|
targets:
|
||||||
# Determine whether we want to target specific or generic microarchitectures.
|
# Determine whether we want to target specific or generic
|
||||||
# An example of the first kind might be for instance "skylake" or "bulldozer",
|
# microarchitectures. Valid values are: "microarchitectures" or "generic".
|
||||||
# while generic microarchitectures are for instance "aarch64" or "x86_64_v4".
|
# An example of "microarchitectures" would be "skylake" or "bulldozer",
|
||||||
|
# while an example of "generic" would be "aarch64" or "x86_64_v4".
|
||||||
granularity: microarchitectures
|
granularity: microarchitectures
|
||||||
# If "false" allow targets that are incompatible with the current host (for
|
# If "false" allow targets that are incompatible with the current host (for
|
||||||
# instance concretize with target "icelake" while running on "haswell").
|
# instance concretize with target "icelake" while running on "haswell").
|
||||||
|
Loading…
Reference in New Issue
Block a user