Skip to content

Commit

Permalink
updated the fuse paper suite
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Jul 11, 2016
1 parent 8985217 commit 225447e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
File renamed without changes.
6 changes: 1 addition & 5 deletions suites/fuse_paper_cpu.py → suites/pact16_greedy.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import copy

scripts_cpu = [
('Game of Life', 'gameoflife', '--size=10000*10000*40*2'),
('Game of Life', 'gameoflife', '--size=9000*9000*40*2'),
('Jacobi Solver', 'jacobi', '--size=10000*40'),
('Black Scholes', 'black_scholes', '--size=15000000*40'),
('Heat Equation', 'heat_equation', '--size=12000*12000*40'),
Expand All @@ -14,10 +14,6 @@
('Rosenbrock', 'rosenbrock', '--size=200000000*40'),
]

scripts_cpu = [
('Jacobi Solver', 'jacobi', '--size=9000*40'),
]

def fuse_cache(value):
envs = ["BH_SINGLETON_FUSE_CACHE", "BH_TOPOLOGICAL_FUSE_CACHE",\
"BH_GREEDY_FUSE_CACHE", "BH_OPTIMAL_FUSE_CACHE", "BH_GENTLE_FUSE_CACHE"]
Expand Down

0 comments on commit 225447e

Please sign in to comment.