<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Matching sampling between GPU and CPU in Arnold General Rendering Forum</title>
    <link>https://forums.autodesk.com/t5/arnold-general-rendering-forum/matching-sampling-between-gpu-and-cpu/m-p/11955958#M482</link>
    <description>&lt;P&gt;It sounds like the adaptive sampler was doing almost 12 AA in every pixel, so it's not going to be faster than your 12AA non-adaptive render as they are both doing about the same amount of work. Your threshold of 0.001 is very low so it's no surprise almost all the pixels used 12AA.&amp;nbsp; For comparison, the default threshold is 0.015.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe what will make this more obvious is to try and render converged images. Set the non-adaptive to AA=60. Set the adaptive to min AA=3 and max AA=60 and adjust the threshold until they look the same to you. Since you very likely won't be able to tell the difference between a AA=30 or AA=60 render (give it a quick look, don't pixel peep) the adaptive sampler will be able to automatically use a lower AA without you seeing the difference and you'll get a speedup.&lt;/P&gt;&lt;P&gt;Once you have the largest threshold possible that looks good to you (maybe 0.01?), you can reuse these adaptive settings with entirely different scenes and probably still get the same quality. Now try and repeat this quality without adaptive sampling in these different scenes and you'll find that each one requires a different AA which is time consuming to find.&lt;/P&gt;&lt;P&gt;So the benefit of adaptive here is that it makes it easier since you don't need to worry about AA settings.&lt;/P&gt;&lt;P&gt;The second benefit of adaptive is that if your scene has some pixels that converge quickly and others that don't, the adaptive sampler can give massive speedups. For instance, imagine you have a 4K image but there's a 256x256 pixel region where you need AA=30 to get a good result but the rest of the image AA=10 is fine...&lt;/P&gt;</description>
    <pubDate>Thu, 11 May 2023 02:57:23 GMT</pubDate>
    <dc:creator>thiago.ize</dc:creator>
    <dc:date>2023-05-11T02:57:23Z</dc:date>
    <item>
      <title>Matching sampling between GPU and CPU</title>
      <link>https://forums.autodesk.com/t5/arnold-general-rendering-forum/matching-sampling-between-gpu-and-cpu/m-p/11901612#M475</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Resurrecting some Arnold GPU render testing again, has anyone managed to figure out the exact ratio for sampling required between CPU and GPU so that the noise amount is the same or at least similar?&amp;nbsp;Double, triple?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CPU: 8_AA_Min&lt;/STRONG&gt; and &lt;STRONG&gt;12 AA_Max (threshold 0.015)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GPU:&amp;nbsp;8_AA_Min&amp;nbsp;&lt;/STRONG&gt;and &lt;STRONG&gt;36_AA_Max (threshold 0.015)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been trying to get the above settings to match for example, but the GPU result appears more noisy even at &lt;STRONG&gt;36_AA_Max + &lt;/STRONG&gt;but then seems to cap out and not improve the results further. So I slight difference in threshold settings might be needed too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the best,&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 13:23:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-general-rendering-forum/matching-sampling-between-gpu-and-cpu/m-p/11901612#M475</guid>
      <dc:creator>am_wilkins</dc:creator>
      <dc:date>2023-04-17T13:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Matching sampling between GPU and CPU</title>
      <link>https://forums.autodesk.com/t5/arnold-general-rendering-forum/matching-sampling-between-gpu-and-cpu/m-p/11902411#M476</link>
      <description>&lt;P&gt;The adaptive sampling should give you the same quality provided the adaptive sampler is not hitting up against the min/max AA limits. If CPU looks less noisy, it might be that it's doing the min 8 AA for the cleaner pixels when really it could have gotten away with say AA=6. I suggest normally setting min AA to 3 or 4. On the other hand GPU might look more noisy because your max AA should be higher (maybe 50 or 70?).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There's no perfect formula for comparing GPU and CPU noise since it depends on the types of shaders used. Glass, for instance, might require many more samples on GPU than CPU to resolve. But a rough guideline is to take your biggest secondary sample setting (diffuse, specular, etc.) that you use on the CPU and multiply that into the GPU's AA sample setting.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 18:52:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-general-rendering-forum/matching-sampling-between-gpu-and-cpu/m-p/11902411#M476</guid>
      <dc:creator>thiago.ize</dc:creator>
      <dc:date>2023-04-17T18:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Matching sampling between GPU and CPU</title>
      <link>https://forums.autodesk.com/t5/arnold-general-rendering-forum/matching-sampling-between-gpu-and-cpu/m-p/11904507#M477</link>
      <description>&lt;P&gt;Hi Thiago,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Okay thanks very much for the info.&lt;/P&gt;&lt;P&gt;I've actually barely used the Adaptive Sampler over the years mainly due to increased overall render time and RAM usage.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The way I've always thought about it, is that the "Min" AA samples should at least be the minimum required for a scene. Generally speaking—on the &lt;STRONG&gt;CPU&lt;/STRONG&gt; mode—we render shots with a lot of hair, fur, grass, sharp spec edges (buzzing), motion blur etc. so can rarely get away with anything less than around 8AA samples frequently needing to boost to 12AA+&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is interesting however that there is no exact ratio and needs to be tweaked.&lt;/P&gt;&lt;P&gt;I'll keeping testing and try even Lower/Higher Min/Max AA values as per your suggestion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the best,&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 13:48:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-general-rendering-forum/matching-sampling-between-gpu-and-cpu/m-p/11904507#M477</guid>
      <dc:creator>am_wilkins</dc:creator>
      <dc:date>2023-04-18T13:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Matching sampling between GPU and CPU</title>
      <link>https://forums.autodesk.com/t5/arnold-general-rendering-forum/matching-sampling-between-gpu-and-cpu/m-p/11905188#M478</link>
      <description>&lt;P&gt;The adaptive sampler should have min AA set low (3 is normally fine) and max AA high enough that it will clean up the most stubborn noise in your image. Don't try to guess what the average AA should be and set that as your min AA: that's Arnold's job. Instead you use the threshold to control the quality (how many samples are actually used in each pixel). Try it and I bet you'll find you get faster renders.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 18:13:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-general-rendering-forum/matching-sampling-between-gpu-and-cpu/m-p/11905188#M478</guid>
      <dc:creator>thiago.ize</dc:creator>
      <dc:date>2023-04-18T18:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Matching sampling between GPU and CPU</title>
      <link>https://forums.autodesk.com/t5/arnold-general-rendering-forum/matching-sampling-between-gpu-and-cpu/m-p/11917971#M479</link>
      <description>&lt;P&gt;Thanks for the info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In some render testing I'm doing atm &lt;EM&gt;(a simple Cornell Box scene)&lt;/EM&gt; I do find that simply using the Adaptive sampler is much more noisy (and higher RAM usage) for &lt;STRONG&gt;CPU&lt;/STRONG&gt; rendering.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quick example/extract, I've done a slight sharpen in Nuke to help show the noise difference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Arnold CPU&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;8AA and 3 on the sub-sampling - 35.62 secs&lt;/P&gt;&lt;P&gt;3.29GB&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="01.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1206038iF10AC0621D9D8586/image-size/large?v=v2&amp;amp;px=999" role="button" title="01.jpg" alt="01.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Arnold CPU - Adaptive Sampler&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Min AA&amp;nbsp; 3, Max AA 12 and 0.01 Threshold - 31.18 secs&lt;/P&gt;&lt;P&gt;4.15GB&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="02.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1206039iDF118AA5F01B7EF4/image-size/large?v=v2&amp;amp;px=999" role="button" title="02.jpg" alt="02.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We can see we're pretty close in render time while getting a significantly more noisy result with the adaptive sampler.&lt;/P&gt;&lt;P&gt;It seems like its not great at cleaning up flat surfaces.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I increase the &lt;STRONG&gt;Max AA&lt;/STRONG&gt; or decrease the &lt;STRONG&gt;Threshold&lt;/STRONG&gt; to even 0.009 - then the render time is the same or higher while the result is generally more noisy. (or decrease Max AA and decrease Threshold)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just my observations so far, of course we only have the Adaptive Sampler available for GPU rendering (which is part of my testing too)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the best,&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 14:29:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-general-rendering-forum/matching-sampling-between-gpu-and-cpu/m-p/11917971#M479</guid>
      <dc:creator>am_wilkins</dc:creator>
      <dc:date>2023-04-24T14:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Matching sampling between GPU and CPU</title>
      <link>https://forums.autodesk.com/t5/arnold-general-rendering-forum/matching-sampling-between-gpu-and-cpu/m-p/11922227#M480</link>
      <description>&lt;P&gt;To do a fair comparison with your -as 8 render, you'd want a -as 3 -asmax 8 setting, keep the subsamples the same, and then keep lowering the threshold until the quality matches. I tried 0.009 for the threshold and got what to my eyes looks to be similar noise and the adaptive results in a faster render (25s adaptive vs 35s fixed). I did this on CPU and did not adjust the sub-sample setting, so maybe that's why I got better results? If you find the noise to be worse, you can keep lowering the threshold until you hit 0, at which point adaptive is effectively disabled and you're just doing Max AA everywhere.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The other issue with your test is that if the entire frame is essentially identical, then there's not much for adaptive to do since all pixels need the same number of samples and you might as well just manually type that in. Adaptive will give you a big speedup when some pixels need few samples to be noise free and other pixels need many.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where adaptive gets even better is once you found a threshold that is a good balance of noise and speed, you can increase the asmax, say to 30, and render time will only increase in the regions of your image that are overly noisy. I've also attached a -as 3 -asmax 30 -set options.AA_adaptive_threshold 0.009 render that takes 41s but looks much more converged since this was a high enough max AA&amp;nbsp; that it was likely able to handle the noise in all pixels. If I do a render on GPU with the same threshold and a high enough max AA, the two should end up looking identically noisy.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 05:35:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-general-rendering-forum/matching-sampling-between-gpu-and-cpu/m-p/11922227#M480</guid>
      <dc:creator>thiago.ize</dc:creator>
      <dc:date>2023-04-26T05:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Matching sampling between GPU and CPU</title>
      <link>https://forums.autodesk.com/t5/arnold-general-rendering-forum/matching-sampling-between-gpu-and-cpu/m-p/11953780#M481</link>
      <description>&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to try bring closure to this thread, I tested settings&lt;BR /&gt;&lt;STRONG&gt;Min&lt;/STRONG&gt;: 3, &lt;STRONG&gt;Max:&lt;/STRONG&gt; 12 and &lt;STRONG&gt;Threshold&lt;/STRONG&gt;: 0.001&lt;BR /&gt;&lt;BR /&gt;Between CPU (default) and CPU (adaptive), while not entirely the same - the noise was very similar and I was satisfied with that.&lt;BR /&gt;The GPU required at least double +2-3 Max AA before it got a similar result to the CPU. (Around 26 AA)&lt;BR /&gt;&lt;BR /&gt;However increasing the complexity of the testing, we discovered that we need at least Min AA samples of 8+ on the &lt;STRONG&gt;GPU engine&lt;/STRONG&gt; in order to start removing zero pixel values—as per this thread:&lt;BR /&gt;&lt;A href="https://forums.autodesk.com/t5/arnold-gpu-forum/arnold-gpu-nan-zero-value-pixels/td-p/11948733" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/arnold-gpu-forum/arnold-gpu-nan-zero-value-pixels/td-p/11948733&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The good news is these extra Min AA samples didn't increase the render time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When moving to these more complex test (Gold, Glass, Skin, Volume, etc. shaders) unfortunately there was only a small seconds difference in render time between CPU default and CPU adaptive. Sometimes longer on the adaptive sampler and sometimes shorter.&lt;BR /&gt;I haven't found the adaptive sampler to be faster in the testing so far.&lt;BR /&gt;&lt;BR /&gt;Example settings:&lt;BR /&gt;Default: 12AA and 2 on the sub-samples&lt;BR /&gt;Adaptive 3 Min, 12 Max and Threshold 0.001&lt;BR /&gt;&lt;BR /&gt;Examples times&lt;BR /&gt;&lt;U&gt;Stanford Dragon / Cornell Box&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;Gold Shader:&lt;/U&gt;&lt;BR /&gt;CPU default (127s) VS CPU adaptive (125s)&lt;BR /&gt;&lt;U&gt;Glass Shader:&lt;/U&gt;&lt;BR /&gt;CPU default (199s) VS CPU adaptive (202s)&lt;BR /&gt;&lt;U&gt;SSS Shader:&lt;/U&gt;&lt;BR /&gt;CPU default (242s) VS CPU adaptive (247s)&lt;/P&gt;&lt;P&gt;&lt;U&gt;Volume Shader: (VDB file)&lt;/U&gt;&lt;BR /&gt;CPU default (1422s) VS CPU adaptive (1491s)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The visual noise results are the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Amwilkins&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 08:45:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-general-rendering-forum/matching-sampling-between-gpu-and-cpu/m-p/11953780#M481</guid>
      <dc:creator>am_wilkins</dc:creator>
      <dc:date>2023-05-10T08:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Matching sampling between GPU and CPU</title>
      <link>https://forums.autodesk.com/t5/arnold-general-rendering-forum/matching-sampling-between-gpu-and-cpu/m-p/11955958#M482</link>
      <description>&lt;P&gt;It sounds like the adaptive sampler was doing almost 12 AA in every pixel, so it's not going to be faster than your 12AA non-adaptive render as they are both doing about the same amount of work. Your threshold of 0.001 is very low so it's no surprise almost all the pixels used 12AA.&amp;nbsp; For comparison, the default threshold is 0.015.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe what will make this more obvious is to try and render converged images. Set the non-adaptive to AA=60. Set the adaptive to min AA=3 and max AA=60 and adjust the threshold until they look the same to you. Since you very likely won't be able to tell the difference between a AA=30 or AA=60 render (give it a quick look, don't pixel peep) the adaptive sampler will be able to automatically use a lower AA without you seeing the difference and you'll get a speedup.&lt;/P&gt;&lt;P&gt;Once you have the largest threshold possible that looks good to you (maybe 0.01?), you can reuse these adaptive settings with entirely different scenes and probably still get the same quality. Now try and repeat this quality without adaptive sampling in these different scenes and you'll find that each one requires a different AA which is time consuming to find.&lt;/P&gt;&lt;P&gt;So the benefit of adaptive here is that it makes it easier since you don't need to worry about AA settings.&lt;/P&gt;&lt;P&gt;The second benefit of adaptive is that if your scene has some pixels that converge quickly and others that don't, the adaptive sampler can give massive speedups. For instance, imagine you have a 4K image but there's a 256x256 pixel region where you need AA=30 to get a good result but the rest of the image AA=10 is fine...&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 02:57:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-general-rendering-forum/matching-sampling-between-gpu-and-cpu/m-p/11955958#M482</guid>
      <dc:creator>thiago.ize</dc:creator>
      <dc:date>2023-05-11T02:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Matching sampling between GPU and CPU</title>
      <link>https://forums.autodesk.com/t5/arnold-general-rendering-forum/matching-sampling-between-gpu-and-cpu/m-p/11956333#M483</link>
      <description>&lt;P&gt;Thanks for the reply!&lt;BR /&gt;All very interesting information, I would love to hone in better sampling solutions and see this theory in practice.&lt;BR /&gt;&lt;BR /&gt;What strikes me from seeing Max AA=60 mentioned (I understand it's just to demonstrate), as that past testing with Adaptive Sampler indicated that RAM usage was much higher. (I think usually cause max AA was set higher) Arnold seemed to instantly spike that overhead.&lt;BR /&gt;&lt;BR /&gt;In most complex production scenes, we can't set AA higher than around 28-30 otherwise the RAM usage will spike too high and we'd run out of memory on our 128GB machines.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I will continue testing, taking into account your suggestions and see if anything works out for me.&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;EDIT:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;I'm actually seeing little difference visually with Threshold=0.01 compared to Threshold=0.001 with a big difference in render time. Not sure why I opting for 0.001 to being with. Might have been me trying to get rid of specular reflection and diffuse (corners of the box) noise assuming Threshold would solve it.&lt;BR /&gt;&lt;EM&gt;continuing on...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;All the best,&lt;BR /&gt;Amwilkins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;PS.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#808080"&gt;&lt;EM&gt;in these different scenes and you'll find that each one requires a different AA which is time consuming to find.&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Haha, I'm extremely used to this.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 09:27:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-general-rendering-forum/matching-sampling-between-gpu-and-cpu/m-p/11956333#M483</guid>
      <dc:creator>am_wilkins</dc:creator>
      <dc:date>2023-05-11T09:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Matching sampling between GPU and CPU</title>
      <link>https://forums.autodesk.com/t5/arnold-general-rendering-forum/matching-sampling-between-gpu-and-cpu/m-p/11958137#M484</link>
      <description>&lt;P&gt;Yes, the high memory usage with high AA is something we've been improving over the years and there's still more we want to do. However, I think on the GPU there might not be the same overhead, so there you can set it high all the time (although I don't have a GPU on this machine to verify).&lt;/P&gt;&lt;P&gt;If you're lowering the threshold to get rid of noise in some parts of the image, the threshold won't help. The issue is that you need higher AA, either min or max depending on what's going on.&lt;/P&gt;&lt;P&gt;There's an aa_inv_density AOV that might help you to figure these things out. It will tell you if you're bumping into either of these limits (see &lt;A href="https://help.autodesk.com/view/ARNOL/ENU/?guid=arnold_user_guide_ac_render_settings_ac_adaptive_sampling_html" target="_blank"&gt;https://help.autodesk.com/view/ARNOL/ENU/?guid=arnold_user_guide_ac_render_settings_ac_adaptive_sampling_html&lt;/A&gt; for details).&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 20:31:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-general-rendering-forum/matching-sampling-between-gpu-and-cpu/m-p/11958137#M484</guid>
      <dc:creator>thiago.ize</dc:creator>
      <dc:date>2023-05-11T20:31:56Z</dc:date>
    </item>
  </channel>
</rss>

