Blender: Difference between revisions

Smudgebun (talk | contribs)
Make Blender Page, detailing Advanced Installation, Blendfarm, and Troubleshooting
 
Smudgebun (talk | contribs)
HIP: Rephrased to hopefully be more clear. Fixed minor spelling error.
Line 86: Line 86:


=== HIP ===
=== HIP ===
With the deprecation of the <code>blender-hip</code> package,<ref name="deprecate-hip"> {{pull|463064}}</ref> the easiest way to add Blender with HIP support is now with the <code>rocmPackages.blender</code> package. However you can also use the <code>rocmSupport</code> flag the same was as [[#The cudaSupport Flag|#The cudaSupport Flag]]. Unlike CUDA, most if not all packages with <code>rocmSuppport</code> are built by Hydra both with and without that support and cached into cache.nixos.org. That said, it is still recommended to only enable it as much as you will need it, to avoid that chance of unnecessary recompilation on your machine.
With the deprecation of the <code>blender-hip</code> package,<ref name="deprecate-hip"> {{pull|463064}}</ref> the easiest way to add Blender with HIP support is now with the <code>rocmPackages.blender</code> package. Other methods are to use the <code>rocmSupport</code> flag the same way as [[#The cudaSupport Flag|#The cudaSupport Flag]], or to use an [[#Alternative Binary Packages|# Alternative Binary Package]].
 
Unlike <code>cudaSupport</code>, most if not all packages with <code>rocmSuppport</code> are built by Hydra and cached into cache.nixos.org. That said, it is still recommended to enable <code>rocmSupport</code> only as much as you will need it, to avoid that chance of unnecessary recompilation on your machine.


=== oneAPI ===
=== oneAPI ===