Related Experiment Video
Updated: May 27, 2026

08:46
Using Synchrotron Radiation Microtomography to Investigate Multi-scale Three-dimensional Microelectronic Packages
Published on: April 13, 2016
Combining Single and Packet-Ray Tracing for Arbitrary Ray Distributions on the Intel MIC Architecture
IEEE Transactions on Visualization and Computer Graphics
|November 16, 2011
Summary
This study introduces a novel hybrid ray tracing scheme for wide SIMD hardware, outperforming existing methods for incoherent rays. The hybrid approach efficiently handles ray divergence, improving performance on architectures like Intel
Area of Science:
- Computer Graphics
- Parallel Computing
- Hardware Acceleration
Background:
- Wide Single Instruction, Multiple Data (SIMD) hardware offers power and area efficiency but struggles with incoherent ray tracing.
- Existing methods like packet tracing and per-lane traversal stacks show poor performance with diverging rays due to SIMD utilization loss or memory system strain.
Purpose of the Study:
- To develop an efficient ray tracing scheme for incoherent rays on wide SIMD hardware.
- To introduce a hybrid tracing approach that adapts to varying ray coherence.
Main Methods:
- Introduced a single-ray tracing scheme utilizing one traversal stack on 16-wide SIMD hardware.
- Employed a bounding-volume hierarchy with a branching factor of four for acceleration.
- Developed a hybrid scheme that transitions from packet tracing to single-ray tracing based on ray divergence.
Main Results:
- The proposed single-ray scheme efficiently handles incoherent rays on 16-wide SIMD.
- The hybrid tracing scheme consistently outperformed both packet and single-ray tracing across diverse scenes and ray distributions.
- Demonstrated superior performance on the Intel Many Integrated Core architecture.
Conclusions:
- The novel hybrid ray tracing scheme offers a significant performance improvement for incoherent rays on wide SIMD architectures.
- Adaptive switching between packet and single-ray tracing effectively addresses varying ray coherence challenges.
- This approach provides a robust solution for efficient ray tracing in complex graphical applications.
Related Concept Videos
Interference and Diffraction
Interference is a characteristic phenomenon exhibited by waves. When two electromagnetic waves interact with their peaks and troughs coinciding, a resulting wave with enhanced amplitude is produced. This is known as constructive interference. In this case, the two waves interacting are in phase with each other.
X-ray Imaging
German physicist Wilhelm Röntgen (1845–1923) was experimenting with electrical current when he discovered that a mysterious and invisible "ray" would pass through his flesh but leave an outline of his bones on a screen coated with a metal compound. In 1895, Röntgen made the first durable record of the internal parts of a living human: an "X-ray" image (as it came to be called) of his wife’s hand. Scientists worldwide quickly began their own experiments with X-rays, and by 1900, X-ray was widely...

