Results 17 issues of Zin

Hi, clspv goes into infinite loop when I try to compile atomic float increment with `atomic_cmpxchg`. A global float pointer is cast to a global uint pointer, then it is...

Hi @kpet I have a question. Using half float in OpenCL C++ is allowed with current clspv implementation? A segfault happened when I built the attached half_test.cl file. [half_test.zip](https://github.com/google/clspv/files/3181718/half_test.zip) ```...

[Parallel Reinsertion for Bounding Volume Hierarchy Optimization](https://dcgi.felk.cvut.cz/projects/prbvh/) It looks like the build time of the BVH is slow, but the traversal time is faster than other algorithms.

enhancement

[Extended Morton Codes for High Performance Bounding Volume Hierarchy Construction](http://dcgi.felk.cvut.cz/projects/emc/)

enhancement

[Reweighting Firefly Samples for Improved Finite-Sample Monte Carlo Estimates](https://cg.ivd.kit.edu/rwmc.php)

enhancement

[Bayesian Collaborative Denoising for Monte Carlo Rendering](https://perso.telecom-paristech.fr/boubek/papers/BCD/)

enhancement

[Correlated Multi-Jittered Sampling](https://graphics.pixar.com/library/MultiJitteredSampling/paper.pdf)

enhancement

# Implement layered metal BRDF # ## Overview ## * Read paper * Implement layered metal BRDF ## Reference ## * [A Physically-Based Reflectance Model Combining Reflection and Diffraction](https://hal.inria.fr/hal-01386157) *...

enhancement