Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GPU Accelerated Tree Search Chapel
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UltraBO
GPU Accelerated Tree Search Chapel
Commits
a4c68051
Commit
a4c68051
authored
3 months ago
by
Guillaume-Helbecque
Browse files
Options
Downloads
Patches
Plain Diff
update best known UBs for PFSP
parent
7f78c08b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
baselines/pfsp/lib/c_taillard.c
+4
-4
4 additions, 4 deletions
baselines/pfsp/lib/c_taillard.c
lib/pfsp/Taillard.chpl
+4
-4
4 additions, 4 deletions
lib/pfsp/Taillard.chpl
with
8 additions
and
8 deletions
baselines/pfsp/lib/c_taillard.c
+
4
−
4
View file @
a4c68051
...
@@ -34,13 +34,13 @@ int optimal[] =
...
@@ -34,13 +34,13 @@ int optimal[] =
2297
,
2099
,
2326
,
2223
,
2291
,
2226
,
2273
,
2200
,
2237
,
2178
,
// 20x20
2297
,
2099
,
2326
,
2223
,
2291
,
2226
,
2273
,
2200
,
2237
,
2178
,
// 20x20
2724
,
2834
,
2621
,
2751
,
2863
,
2829
,
2725
,
2683
,
2552
,
2782
,
// 50x5
2724
,
2834
,
2621
,
2751
,
2863
,
2829
,
2725
,
2683
,
2552
,
2782
,
// 50x5
2991
,
2867
,
2839
,
3063
,
2976
,
3006
,
3093
,
3037
,
2897
,
3065
,
// 50x10
2991
,
2867
,
2839
,
3063
,
2976
,
3006
,
3093
,
3037
,
2897
,
3065
,
// 50x10
38
50
,
3
704
,
3640
,
37
23
,
361
1
,
3679
,
3704
,
3691
,
374
3
,
375
6
,
// 50x20
38
46
,
3
699
,
3640
,
37
19
,
361
0
,
3679
,
3704
,
3691
,
374
1
,
375
5
,
// 50x20
5493
,
5268
,
5175
,
5014
,
5250
,
5135
,
5246
,
5094
,
5448
,
5322
,
// 100x5
5493
,
5268
,
5175
,
5014
,
5250
,
5135
,
5246
,
5094
,
5448
,
5322
,
// 100x5
5770
,
5349
,
5676
,
5781
,
5467
,
5303
,
5595
,
5617
,
5871
,
5845
,
// 100x10
5770
,
5349
,
5676
,
5781
,
5467
,
5303
,
5595
,
5617
,
5871
,
5845
,
// 100x10
6
202
,
6183
,
62
71
,
62
69
,
6
314
,
63
64
,
62
68
,
6
401
,
627
5
,
64
3
4
,
// 100x20
6
173
,
6183
,
62
52
,
62
54
,
6
285
,
63
31
,
62
23
,
6
372
,
62
4
7
,
64
0
4
,
// 100x20
10862
,
10480
,
10922
,
10889
,
10524
,
10329
,
10854
,
10730
,
10438
,
10675
,
// 200x10
10862
,
10480
,
10922
,
10889
,
10524
,
10329
,
10854
,
10730
,
10438
,
10675
,
// 200x10
111
9
5
,
11
203
,
11281
,
11275
,
11259
,
11176
,
113
60
,
113
34
,
111
92
,
11284
,
// 200x20
1115
8
,
11
160
,
11281
,
11275
,
11259
,
11176
,
113
37
,
113
01
,
111
46
,
11284
,
// 200x20
26040
,
265
2
0
,
26371
,
26456
,
26334
,
264
77
,
26389
,
26560
,
26005
,
26457
};
// 500x20
26040
,
265
0
0
,
26371
,
26456
,
26334
,
264
69
,
26389
,
26560
,
26005
,
26457
};
// 500x20
int
taillard_get_nb_jobs
(
const
int
id
)
int
taillard_get_nb_jobs
(
const
int
id
)
{
{
...
...
This diff is collapsed.
Click to expand it.
lib/pfsp/Taillard.chpl
+
4
−
4
View file @
a4c68051
...
@@ -58,13 +58,13 @@ module Taillard
...
@@ -58,13 +58,13 @@ module Taillard
2297, 2099, 2326, 2223, 2291, 2226, 2273, 2200, 2237, 2178, // 20x20
2297, 2099, 2326, 2223, 2291, 2226, 2273, 2200, 2237, 2178, // 20x20
2724, 2834, 2621, 2751, 2863, 2829, 2725, 2683, 2552, 2782, // 50x5
2724, 2834, 2621, 2751, 2863, 2829, 2725, 2683, 2552, 2782, // 50x5
2991, 2867, 2839, 3063, 2976, 3006, 3093, 3037, 2897, 3065, // 50x10
2991, 2867, 2839, 3063, 2976, 3006, 3093, 3037, 2897, 3065, // 50x10
38
50
, 3
704
, 3640, 37
23
, 361
1
, 3679, 3704, 3691, 374
3
, 375
6
, // 50x20
38
46
, 3
699
, 3640, 37
19
, 361
0
, 3679, 3704, 3691, 374
1
, 375
5
, // 50x20
5493, 5268, 5175, 5014, 5250, 5135, 5246, 5094, 5448, 5322, // 100x5
5493, 5268, 5175, 5014, 5250, 5135, 5246, 5094, 5448, 5322, // 100x5
5770, 5349, 5676, 5781, 5467, 5303, 5595, 5617, 5871, 5845, // 100x10
5770, 5349, 5676, 5781, 5467, 5303, 5595, 5617, 5871, 5845, // 100x10
6
202
, 6183, 62
71
, 62
69
, 6
314
, 63
64
, 62
68
, 6
401
, 627
5
, 64
3
4, // 100x20
6
173
, 6183, 62
52
, 62
54
, 6
285
, 63
31
, 62
23
, 6
372
, 62
4
7, 64
0
4, // 100x20
10862, 10480, 10922, 10889, 10524, 10329, 10854, 10730, 10438, 10675, // 200x10
10862, 10480, 10922, 10889, 10524, 10329, 10854, 10730, 10438, 10675, // 200x10
111
9
5, 11
203
, 11281, 11275, 11259, 11176, 113
60
, 113
34
, 111
92
, 11284, // 200x20
1115
8
, 11
160
, 11281, 11275, 11259, 11176, 113
37
, 113
01
, 111
46
, 11284, // 200x20
26040, 265
2
0, 26371, 26456, 26334, 264
77
, 26389, 26560, 26005, 26457]; // 500x20
26040, 265
0
0, 26371, 26456, 26334, 264
69
, 26389, 26560, 26005, 26457]; // 500x20
return optimal[id];
return optimal[id];
}
}
...
...
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