From fb3a9f2ce824f615d7383c4e052fac9e467f901b Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Thu, 25 Feb 2016 17:38:06 -0600 Subject: [PATCH] ISPC stream harness seems to get ICC performance (fingers crossed :) --- examples/python/ispc-harness.py | 50 ++++++++++++++++++++--------- examples/python/run-ispc-harness.sh | 3 ++ 2 files changed, 38 insertions(+), 15 deletions(-) create mode 100755 examples/python/run-ispc-harness.sh diff --git a/examples/python/ispc-harness.py b/examples/python/ispc-harness.py index da1ecf112..8db7b0f92 100644 --- a/examples/python/ispc-harness.py +++ b/examples/python/ispc-harness.py @@ -116,14 +116,16 @@ def main(): with open("tasksys.cpp", "r") as ts_file: tasksys_source = ts_file.read() - from loopy.target.ispc import ISPCTarget - stream_knl = lp.make_kernel( - "{[i,j]: 0<=i