Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
Zipr Toolchain
Commits
a28fee00
Commit
a28fee00
authored
7 years ago
by
an7s
Browse files
Options
Downloads
Patches
Plain Diff
Add --structured_ds
Former-commit-id: 660f4c49f4a59c3c9e6435b4a610a01760d75866
parent
5aa73285
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/cfar.sh
+9
-0
9 additions, 0 deletions
tools/cfar.sh
with
9 additions
and
0 deletions
tools/cfar.sh
+
9
−
0
View file @
a28fee00
...
...
@@ -29,6 +29,7 @@ structured_stack_stamp=0
structured_noc
=
0
structured_nog
=
0
structured_nos
=
0
structured_ds
=
0
config_name
=
"unspecified"
backend
=
"strata"
...
...
@@ -59,6 +60,9 @@ do
elif
[
"
$i
"
==
"--structured_nos"
]
;
then
structured_nos
=
1
# this option is for cfar, handle it and remove it from the ps_analyze arguments.
elif
[
"
$i
"
==
"--structured_ds"
]
;
then
structured_ds
=
1
# this option is for cfar, handle it and remove it from the ps_analyze arguments.
elif
[
"
$i
"
==
"--config_name"
]
;
then
seq
=
$(
expr
$seq
+ 1
)
config_name
=
${
cmd_line_options
[
$seq
]
}
...
...
@@ -144,6 +148,11 @@ do
per_variant_options+
=(
--step-option
p1transform:
"--canary_value 0x100
${
seq
}${
seq
}
000 --random_seed
$anyseed
"
)
fi
if
[
$structured_ds
-eq
1
]
;
then
sharepath_key
=
"
$seq
:
$variants
:dir://
$share_path
"
per_variant_options+
=(
--step-option
duck_season:
"--barrier
$sharepath_key
"
)
fi
# options to stack_stamp to create non-overlapping stamps
if
[
$structured_stack_stamp
-eq
1
]
;
then
# check even/odd status of variant number.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment