Commit 92b12c5d authored by peastman's avatar peastman
Browse files

Benchmark script did not set OpenCLPrecision correctly

parent 3366382d
......@@ -88,7 +88,7 @@ def runOneTest(testName, options):
if platform.getName() == 'CUDA':
properties['CudaPrecision'] = options.precision
elif platform.getName() == 'OpenCL':
properties['OpenCLPrecision'] = options.device
properties['OpenCLPrecision'] = options.precision
# Run the simulation.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment