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
b982eebc
Commit
b982eebc
authored
14 years ago
by
an7s
Browse files
Options
Downloads
Patches
Plain Diff
Keep track of filtered out fns
parent
1fffd44c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/p1xform.sh
+6
-1
6 additions, 1 deletion
tools/p1xform.sh
with
6 additions
and
1 deletion
tools/p1xform.sh
+
6
−
1
View file @
b982eebc
...
...
@@ -45,7 +45,11 @@ done
P1_DIR
=
p1.xform
# remove any candidate functions not covered
CANDIDATE_FNS
=
$P1_DIR
/a.ncexe.p1.candidates
FILTERED_OUT
=
$P1_DIR
/a.ncexe.p1.filteredout
touch
$FILTERED_OUT
while
read
fn
;
do
echo
"Evaluating candidate fn:
$fn
"
...
...
@@ -91,8 +95,9 @@ do
done
echo
"Evaluating candidate fn:
$fn
BED detected no divergence -- remove fn from candidate set"
echo
$fn
>>
$FILTERED_OUT
rm
p1.xform/aspri/a.ncexe.xform.p1.
$fn
.aspri
rm
p1.xform/
b
spri/a.ncexe.xform.p1.
$fn
.
b
spri
rm
p1.xform/
a
spri/a.ncexe.xform.p1.
bad.
$fn
.
a
spri
# here we need to do a whole bunch of diffs to see if we've detected the bad xform
# if none of the inputs detect the bad xform, remove from candidate set of fns to P1 transform
...
...
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