Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
safl committed Mar 7, 2016
1 parent 5548f16 commit a5ffaec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions suites/cpu/xraysim.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
('X-Ray Simulation (50*20*5)', 'xraysim', '--size=50*20*5'),
('X-Ray Simulation (50*63*5)', 'xraysim', '--size=50*63*5'),
('X-Ray Simulation (50*200*5)', 'xraysim', '--size=50*200*5'),
# ('X-Ray Simulation (50*633*5)', 'xraysim', '--size=50*633*5'),
('X-Ray Simulation (50*633*5)', 'xraysim', '--size=50*633*5'),
]

bh_stack_cpu_t32 = [
[('default', 'bridge', None)],
[('bccon', 'bccon', None)],
[('bcexp', 'bcexp', None)],
[('topo', 'topological', None), ('greedy', 'greedy', None)],
[('greedy', 'greedy', None)],
[('node', 'node', None)],
[
('cpu_vc_fs_ct_t32', 'cpu', {"BH_CPU_JIT_LEVEL": "3", "OMP_NUM_THREADS": "32", "BH_BCEXP_SIGN": "0"}),
Expand Down

0 comments on commit a5ffaec

Please sign in to comment.