GTC2013

Tag: CUDA

Advanced School of Parallel Computing: Video of talks is available

Advanced School of Parallel Computing: Video of talks is available

| 8 November, 2011 | 0 Comments

The Advanced School of Parallel Computing is an intense, 5 day, graduate level course in high performance computing including CUDA, OpenCL and GPGPU programming

Continue Reading

Maximizing MultiGPU Machines

Maximizing MultiGPU Machines

| 6 November, 2011 | 0 Comments

Multiple GPU and hybrid CPU+GPU performance is heavily dependent upon vendor implementation of the PCIe bus

Continue Reading

Seminar at Iowa State: GPU-Accelerated Grid Search Technique for Aerospace

Seminar at Iowa State: GPU-Accelerated Grid Search Technique for Aerospace

| 5 November, 2011 | 0 Comments

Guidance, Control, and Astrodynamics Seminar at Iowa State University. Thursday, November 10, 2011

Continue Reading

The Portland Group Events at SC11

The Portland Group Events at SC11

| 4 November, 2011 | 0 Comments

The Portland Group invites you to join us at Supercomputing 2011 in Seattle, Washington USA starting November 12. Following is a list of events and schedules.

Continue Reading

Improved tracking technique for visual measurements of ionic polymer–metal composites (IPMC) actuators using CUDA

Improved tracking technique for visual measurements of ionic polymer–metal composites (IPMC) actuators using CUDA

| 4 November, 2011 | 0 Comments

The implementation of a real-time measurement system based on visual measurements of displacement of an actuator–cantilever is presented in this paper.

Continue Reading

Copperhead: compiling an embedded data parallel language

Copperhead: compiling an embedded data parallel language

| 3 November, 2011 | 0 Comments

Copperhead is a functional data-parallel Python dialect, along with a runtime that currently supports CUDA-enabled GPUs. The Copperhead programmer describes parallel computations via composition of familiar data parallel primitives supporting both flat and nested data parallel computation on arrays of data.

Continue Reading

Accelerating CUDA graph algorithms at maximum warp

Accelerating CUDA graph algorithms at maximum warp

| 2 November, 2011 | 0 Comments

Parallel execution of graph algorithms on GPUs suffered from workload imbalance for real-world graph instances. To address this issue, we proposed a novel virtual warp-centric programming method, a general strategy that prevents branch divergence and unnecessary scattering memory access.

Continue Reading

Achieving a single compute device image in OpenCL for multiple GPU

Achieving a single compute device image in OpenCL for multiple GPU

| 1 November, 2011 | 0 Comments

In this paper, we propose an OpenCL framework that combines multiple GPUs and treats them as a single compute device. Providing a single virtual compute device image to the user makes an OpenCL application written for a single GPU portable to the platform that has multiple GPU devices.

Continue Reading

Volume visualization: A technical overview with a focus on medical applications

Volume visualization: A technical overview with a focus on medical applications

| 27 October, 2011 | 0 Comments

In this paper, we review volumetric image visualization pipelines, algorithms, and medical applications. We also illustrate our algorithm implementation and evaluation results, and address the advantages and drawbacks of each algorithm in terms of image quality and efficiency.

Continue Reading

GRace: A low-overhead mechanism for detecting data races in gpu programs

GRace: A low-overhead mechanism for detecting data races in gpu programs

| 26 October, 2011 | 0 Comments

In this paper, we propose GRace, a new mechanism for detecting races in GPU programs that combines static analysis with a carefully designed dynamic checker for logging and analyzing information at runtime.

Continue Reading