Displaying 3 results from an estimated 3 matches for "sparsecomprow".
2008 Jan 01
0
[LLVMdev] using llvm-ld with existing libraries
...-c FFT.c
/home/howarth/llvm-gcc42-work/bin/gcc -O4 -m64 -c kernel.c
/home/howarth/llvm-gcc42-work/bin/gcc -O4 -m64 -c Stopwatch.c
/home/howarth/llvm-gcc42-work/bin/gcc -O4 -m64 -c Random.c
/home/howarth/llvm-gcc42-work/bin/gcc -O4 -m64 -c SOR.c
/home/howarth/llvm-gcc42-work/bin/gcc -O4 -m64 -c SparseCompRow.c
/home/howarth/llvm-gcc42-work/bin/gcc -O4 -m64 -c array.c
/home/howarth/llvm-gcc42-work/bin/gcc -O4 -m64 -c MonteCarlo.c
/home/howarth/llvm-gcc42-work/bin/gcc -O4 -m64 -c LU.c
/home/howarth/llvm-gcc42-work/bin/llvm-ld -O4 -native -o scimark2 scimark2.o FFT.o kernel.o Stopwatch.o Random.o SOR....
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...n.ll 7 17336 0 0.01 17306 0 0.01 17306
Solver.ll 173 422515 23 0.05 414120 11 0.05 410962
SOR.ll 2 8689 0 0.01 8669 0 0.01 8669
sort.ll 12 187687 0 0.03 187658 0 0.02 163059
Sort.ll 1 9528 0 0.01 9512 0 0.01 9512
SortUtils.ll 3 14655 0 0.01 14620 0 0.01 14620
space.ll 1 4127 0 0.01 4098 0 0.01 4098
SparseCompRow.ll 2 6976 0 0.01 6956 0 0.01 6956
sparse.ll 2 33570 0 0.01 33540 0 0.01 33540
spatscal.ll 7 61533 0 0.01 61498 0 0.01 61498
spectral-norm.ll 6 15472 0 0.01 15448 0 0.01 13901
SPEdriver.ll 1 11399 0 0.01 11368 0 0.01 11368
spellcheck.ll 111 213987 7 0.02 213104 6 0.03 212910
sphereflake.ll 44 94579...