TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Revisiting the postcard pathtracer with CUDA and Optix

103 pointsby Lucabout 5 years ago

4 comments

K0nservabout 5 years ago
Denoising is one of those machine learning applications where it just seems to work too well. I was thinking about the idea of using machine learning for denoising a few weeks ago and then I stumbled on Nvidia’s work in the area and was totally blown away. The strategy Nvidia are adopting for their GPU where they utilise both ray tracing and deep learning cores for real-time applications is excellent.
评论 #23231036 未加载
评论 #23233306 未加载
评论 #23233372 未加载
xmmrmabout 5 years ago
<i>Surprisingly [sincosf fusion] only happened with -Ofast and not with -O3.</i><p>As noted, -Ofast turns on -ffast-math which turns on -funsafe-math-optimizations which &quot;enables optimizations that allow arbitrary reassociations and transformations with no accuracy guarantees.&quot;[0] In this case, sincosf by itself is probably <i>more</i> accurate.<p>[0] <a href="https:&#x2F;&#x2F;gcc.gnu.org&#x2F;wiki&#x2F;FloatingPointMath" rel="nofollow">https:&#x2F;&#x2F;gcc.gnu.org&#x2F;wiki&#x2F;FloatingPointMath</a>
pjmlpabout 5 years ago
Yep, Optix is so good that OctaneRender has dropped their Vulkan backend and are now using Optix 7 instead.<p>There is a talk from GTC 2020 how they went about it.
spekcularabout 5 years ago
Is Optix significantly better than the traditional (presumably faster) approaches used by photo editing software like Lightroom and Rawtherapee? Denoising is of course an extremely well-studied image processing problem with a highly developed state-of-the-art. I haven&#x27;t looked at comparison recently, but my recollection is that the answer was &quot;no&quot; as of about a year ago.
评论 #23234093 未加载
评论 #23270948 未加载