PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
July 11, 2016ACM Transactions on Graphics14 citationsOpen Access

A system for rapid exploration of shader optimization choices

View Full Paper
YHYong HeTFTim FoleyKFKayvon Fatahalian

Key Points

Key points are not available for this paper at this time.

Abstract

We present Spire, a shading language and compiler framework that facilitates rapid exploration of shader optimization choices (such as frequency reduction and algorithmic approximation) afforded by modern real-time graphics engines. Our design combines ideas from rate-based shader programming with new language features that expand the scope of shader execution beyond traditional GPU hardware pipelines, and enable a diverse set of shader optimizations to be described by a single mechanism: overloading shader terms at various spatio-temporal computation rates provided by the pipeline. In contrast to prior work, neither the shading language's design, nor our compiler framework's implementation, is specific to the capabilities of any one rendering pipeline, thus Spire establishes architectural separation between the shading system and the implementation of modern rendering engines (allowing different rendering pipelines to utilize its services). We demonstrate use of Spire to author complex shaders that are portable across different rendering pipelines and to rapidly explore shader optimization decisions that span multiple compute and graphics passes and even offline asset preprocessing. We further demonstrate the utility of Spire by developing a shader level-of-detail library and shader auto-tuning system on top of its abstractions, and demonstrate rapid, automatic re-optimization of shaders for different target hardware platforms.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

He et al. (2016) studied this question.

synapsesocial.com/papers/6a5db5fe5a427dda4a0342e4https://doi.org/10.1145/2897824.2925923
Ask AI
Helpful
Bookmark
Share
View Full Paper