From 802c1f48c7bb334e8060689adc898b17e216bffb Mon Sep 17 00:00:00 2001 From: cnugteren Date: Sun, 15 May 2016 17:06:36 +0200 Subject: [PATCH] Removed comparison to CBLAS for the graph scripts --- test/performance/graphs/common.r | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/performance/graphs/common.r b/test/performance/graphs/common.r index 5b3e6e52..cd68cf26 100644 --- a/test/performance/graphs/common.r +++ b/test/performance/graphs/common.r @@ -34,7 +34,7 @@ options("width"=170) # Constants num_runs <- 4 devices <- c("-platform","-device") -options_string <- "-q -no_abbrv" +options_string <- "-q -no_abbrv -cblas 0" library_names <- c("CLBlast", "clBLAS") # Command-line arguments