From ad46040fd11177512fc8febf7f1e35848f24a3ba Mon Sep 17 00:00:00 2001 From: "Timothy A. Smith" <tasmith4@illinois.edu> Date: Mon, 27 May 2019 21:53:54 -0500 Subject: [PATCH] cleanup and bugfixes from moving things around --- benchmark.py | 4 +--- fixtures.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/benchmark.py b/benchmark.py index f87a219..266d998 100644 --- a/benchmark.py +++ b/benchmark.py @@ -101,6 +101,4 @@ if __name__ == "__main__": if len(sys.argv) > 1: exec(sys.argv[1]) else: - benchmark_compute_flux_derivatives_gpu(cl._csc): - #from pytest import main - #main([__file__]) + benchmark_compute_flux_derivatives_gpu(cl._csc) diff --git a/fixtures.py b/fixtures.py index 3ec8efc..e28fa7d 100644 --- a/fixtures.py +++ b/fixtures.py @@ -12,7 +12,7 @@ _WENO_PRG = [] _QUEUE = [] def get_gpu_transformed_weno(): - prg = fixtures.get_weno_program() + prg = get_weno_program() cfd = prg["compute_flux_derivatives"] -- GitLab