Loading...
| Repository Name | Description | Repository Link | Communities |
|---|---|---|---|
| CUDA SDK Wrapper Library |
The CUDA SDK wrapper library provides means for an efficient resource sharing and resource protection on multi-user GPU clusters, such as NCSA's 32-node 128-GPU system. It implements the following functionality:
When installed, the CUDA SDK wrapper library is forced preload and intercepts the device allocation calls to CUDA libraries in order to provide the above-mentioned functionality.
|
http://sourceforge.net/projects/cudawrapper/ | Building High Performance Computers and Clusters with GPU's, GPU Computing General Topics |
| CUDA Memory Test |
The CUDA GPU Memory Test adopts memory test methodology used in Memtest86 utility for GPU device memory. The main idea of the memory test utility is to write a test pattern to memory, read it back and verify if it is the same as written, write the pattern's complement to the memory, read and verify it again. All 10 tests from Memtest86, plus one additional test are implemented. These tests are designed to catch both permanent hardware errors due to manufacturing defects and prolonged use of memory chips and "soft errors" due to cosmic radiation. The GPU memory test can be continuously used to monitor the system for appearance of new hardware faults and to collect statistics about the rate of soft errors. |
http://sourceforge.net/projects/cudagpumemtest/ | Building High Performance Computers and Clusters with GPU's, GPU Computing General Topics |
| Graphics Gems Repository |
This is the official on-line repository for the code from the Graphics Gems series of books (from Academic Press). This series focusses on short to medium length pieces of code which perform a wide variety of computer graphics related tasks. All code here can be used without restrictions. The code distributions here contain all known bug fixes and enhancements. We also provide errata listings for the text of each book. The gems can be viewed by category, by book, or by author. Gems code can be accessed in a variety of ways: by viewing the code directly from these pages or by downloading the whole website or a book's entire code base. |
http://www.graphicsgems.org/ | GPU Computing General Topics |
| PAPER Accelerates Parallel Evaluations of ROCS |
PAPER is a program to calculate optimal overlays of and similarities between 3-D representations of molecules, based on the Gaussian Shape Overlay algorithm (as used, for example, in OpenEye ROCS). It accelerates large screening experiments by evaluating multiple overlays in parallel on NVIDIA GPUs. This repository is associated with the GPU Computing Gems, vol. 1 chapter "Large-Scale Chemical Informatics on GPUs" and the publication "PAPER - Accelerating Parallel Evaluations of ROCS" (http://dx.doi.org/10.1002/jcc.21307). |
https://simtk.org/home/paper | GPU Computing Gems Source Code |
| SIML: A Fast SIMD Implementation of LINGO Chemical Similarities |
SIML ("Single-Instruction, Multiple-LINGO") is a library containing implementations of a fast SIMD algorithm for calculating the LINGO chemical similarity metric. This method, currently implemented for CUDA and OpenCL-supporting GPUs is up to two orders of magnitude faster when run on a GPU than existing commercial implementations of LINGO. This repository is associated with the GPU Computing Gems, vol. 1 chapter "Large-Scale Chemical Informatics on GPUs" and the publication "SIML: A Fast SIMD Algorithm for Calculating LINGO Chemical Similarities on GPUs and CPUs" (http://pubs.acs.org/doi/abs/10.1021/ci100011z). |
https://simtk.org/home/siml | GPU Computing Gems Source Code |
| Lattice-Boltzmann Lighting Models - Source Code |
The link points to a .tar.gz code collection that contains: 1. OpenCL code for lattice-Boltzmann lighting of participating media. 2. A sample cloud density file. 3. A C code converter to build a voxel file from the density file and its lighting solution. 4. A C code, interactive voxel viewer. See the README file for instructions. |
http://www.cs.clemson.edu/~geist/lblightingcode.html | GPU Computing Gems Source Code |
| Treecode and Fast Multipole Method for N-body Simulation with CUDA |
This is a GPU implementation of the treecode/FMM for the Laplace kernel. It includes a CPU implementation with/without SSE, and two different translation operators for the FMM.
For details please go to the google code page: |
https://gemsfmm.googlecode.com/hg/ | |
| Smith-Waterman massively parallel database scan on CUDA |
Repository contains only kernels so far (its possible to use it when fed with the right data). Full usable code will be released by the end of January (or early February) of 2011. For project status/questions please contact Lukasz Ligowski <lligo@icm.edu.pl>. |
http://code.google.com/p/sw-gpu/ | GPU Computing Gems Source Code |
| Chapter 30: Visual Saliency Model on Multi-GPU |
The team "Architecture, Géométrie, Perception, Image et Geste" (AGPIG) of Gipsa-lab laboratory has built a platform "Perception Visuelle et Qualité d'Image" with an eye tracker and a platform for the study of "Adéquation Algorithme Architecture", including computers with graphic boards. The AGPIG team works on visual attention on both static and dynamic (video) images. Those works are based on a set of processing modelling the first steps of the human vision system. In chapter 30 of the book GPU Computing Gems (Emerald Edition) edited by Wen-mei W. Hwu., we present the spatio-temporal visual saliency model implemented on GPU that mimics the human vision system all the way from the retina to the visual cortex. The model uses a saliency map to determine where the source of attention lies within the input scene, which may further be used to initiate other tasks. Here, the CUDA source code for the static pathway of the visual saliency model is linked. |
http://code.google.com/p/stvs/ | GPU Computing Gems Source Code |
| GPU Ocelot |
Ocelot is an open source dynamic compilation framework for PTX, including an extensive analysis and optimization infrastructure. It currently includes PTX backends for x86 CPUs, NVIDIA GPUs, AMD GPUs, and GPU simulators. It is a language frontend away from being a complete open source CUDA/OpenCL software stack. |
http://code.google.com/p/gpuocelot/ | Architecture Research and Simulation Tools |
BayWebSoft