Displaying 3 results from an estimated 3 matches for "optz".
Did you mean:
opt
2013 Feb 15
3
lattice 3x3 plot: force common y-limits accross rows and align x-axes
...'high','high','high',
'med','med','med','med','med','med','med',
'low','low','low','low'),
treatment=c('none','optX','optZ','none','optZ','none','optX','optZ',
'none','optZ','none','optX','optZ','none','optZ',
'none','optX','none','optZ'),
co...
2008 Jun 19
0
[LLVMdev] JIT bug?
Are you really running the JIT? IT seems like you are just using the
static compiler.
Unless the code is using some idiom that we happen to miss badly, it's
uncommon to see this kind of performance issue. What's the
optimization level you are building the benchmark at? Anyway, please
file a bug about the performance issues. If the source code is freely
available, someone can
2008 Jun 18
3
[LLVMdev] JIT bug?
Hi,
I see sth that to me looks like a JIT bug. The program is the KMeans benchmark
from the STAMP benchmark suite (http://stamp.stanford.edu).
Overwrite ./common/Defines.common.mk with the attached files to make CC/LD
customizable.
in ./kmeans, for
./kmeans -m40 -n40 -t0.00001 -i inputs/random-n65536-d32-c16.txt -p 1 :
make -f Makefile.seq clean
CC='llvm-gcc' LD='llvm-gcc