Implementace algoritmů pro cachování osvětlení na masivně paralelních procesorech
Implementation of illumination caching algorithms on massively parallel computers
diploma thesis (DEFENDED)

View/ Open
Permanent link
http://hdl.handle.net/20.500.11956/171778Identifiers
Study Information System: 244328
Collections
- Kvalifikační práce [11325]
Author
Advisor
Referee
Tázlar, Vojtěch
Faculty / Institute
Faculty of Mathematics and Physics
Discipline
Computer Graphics and Game Development
Department
Department of Software and Computer Science Education
Date of defense
8. 2. 2022
Publisher
Univerzita Karlova, Matematicko-fyzikální fakultaLanguage
Czech
Grade
Good
Keywords (Czech)
počítačová grafika|rendering|globální osvětlení|irradiance caching|radiance caching|GPU|CUDAKeywords (English)
computer graphics|rendering|global illumination|irradiance caching|radiance caching|GPU|CUDAPředmětem této práce je vytvořit program implementující algoritmy pro výpočet glo- bálního osvětlení radiance a irradiance caching za využití frameworku CUDA na GPU. Paralelní implementace na GPU by měla přinést výrazné zrychlení oproti sériové imple- mentaci na CPU. Implementace bude probíhat v již existujícím frameworku pro výpočty globálního osvětlení, což umožní soustředit se čistě na implementaci samotných algoritmů. Díky této práci bude možné ušetřit čas při testování metod pro výpočet globálního osvět- lení, neboť ukládání a přepoužití mezivýsledků je možné použít pro další algoritmy. 1
The objective of this work is to create software implementing two algorithms for global ilumination computation. Iradiance and radiance caching should be implemented in CUDA framework on a graphics card (GPU). Parallel implementation on the GPU should improve algoritm speed compared to CPU implementation. The software will be written using an already done framework for global illumunation computation. That allows to focus on algorithm implementation only. This work should speed up testing of new or existing methods for global illumination computing, because saving and reusing of intermediate results can be used for other algorithms too. 1