Also some CUDA news:
Mandelbulb stereo angalyph
-> have to port to 3D Vision
http://forums.nvidia.com/index.php?showtopic=150985&st=20&start=20
CUDA game of life
http://forums.nvidia.com/index.php?showtopic=152757
sieve atkins cuda
todo
Benchmarking a GPUCV CUDA operator with Cuda Visual profiler
CFD cuda paper of rodinia bench
http://web.cos.gmu.edu/~acorriga/pubs/gpu_cfd/aiaa_2009_4001.pdf
Radix sort for doubles:
Yep, Thrust sorts doubles with two 32-bit radix sorts using similar tricks. Here are some performance results.
http://www.meganewtons.com/2009/08/sorting-performance-optimizations.html
http://forums.nvidia.com/index.php?showtopic=152539
Performance of 3D Deconvolution Algorithms on Multi-Core and Many-Core Architectures
ftp://ftp.cs.unc.edu/pub/publications/techreports/09-001.pdf
8 cpus vs gpu
code:
Clarity Deconvolution Library 1.0
http://cismm.cs.unc.edu/downloads/
manual
http://cismm.cs.unc.edu/resources/software-manuals/clarity-deconvolution-library/
Fuzzy Logic on the GPU in CUDA
http://cirl.missouri.edu/gpu/cuda_lessons/type1fl/index.html
gpu economics
http://people.maths.ox.ac.uk/~gilesm/hpc/NVIDIA/
http://people.maths.ox.ac.uk/~gilesm/hpc/
montecarlo gpus
http://www-atom.fysik.lth.se/MedWeb/research/montecarlo.html
http://www-atom.fysik.lth.se/MedWeb%5Cresearch%5Cmonte_carlo_files%5CCUDAMC.rar
using 3D arrays cuda:
good explanation
http://forums.nvidia.com/index.php?s=&showtopic=87178&view=findpost&p=591025
code that permutes indexes
http://forums.nvidia.com/index.php?s=&showtopic=87178&view=findpost&p=963428
http://dl.dropbox.com/u/1416327/transpose3D_revised.cu
see pdf:
http://dl.dropbox.com/u/1416327/Matrix_transpose_post.pdf
see page:
http://oz.nthu.edu.tw/~d947207/cuda
can be used for:
Bandwidth intensive 3-D FFT kernel for GPUs using CUDA
Sunday, 13 December 2009
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment