Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
emper
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Florian Fischer
emper
Commits
59590572
Commit
59590572
authored
6 years ago
by
Florian Schmaus
Browse files
Options
Downloads
Patches
Plain Diff
Eval config
parent
ca92750d
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
eval/Locality.cpp
+4
-2
4 additions, 2 deletions
eval/Locality.cpp
with
4 additions
and
2 deletions
eval/Locality.cpp
+
4
−
2
View file @
59590572
...
...
@@ -139,12 +139,12 @@ static void performRound(State& state,
if (fiberData[i] > 192) {
fiberData[i] -= (fiberArgs->roundData * 4);
}
*/
if (i == (bytesPerFiber * 0.75)) {
if (fiberData[i] < 128) {
break;
}
}
*/
}
...
...
@@ -165,6 +165,7 @@ static void performRound(State& state,
delete
[]
fiberArgs
;
}
/*
IGNORE_UNUSED_FUNCTION
static void printState(State& state) {
std::ostream& ostream = std::cout;
...
...
@@ -183,6 +184,7 @@ static void printState(State& state) {
}
}
POP_DIAGNOSTIC
*/
static
void
run
(
Runtime
&
runtime
,
unsigned
int
fiberCount
,
...
...
@@ -209,7 +211,7 @@ int main(UNUSED_ARG int argc, UNUSED_ARG char *argv[]) {
enableStacktraceOnAborts
();
RuntimeVariant
runtimeVariant
=
ws
;
unsigned
int
rounds
=
2
0
;
unsigned
int
rounds
=
1
0
;
unsigned
int
seed
=
4231
;
int
opt
;
...
...
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