Blender Git Commit Log
Git Commits -> Revision a9644c8
Revision a9644c8 by Patrick Mours (master) July 20, 2020, 17:25 (GMT) |
Cycles: Use pre-compiled PTX kernel for older generation when no matching one is found This patch changes the discovery of pre-compiled kernels, to look for any PTX, even if it does not match the current architecture version exactly. It works because the driver can JIT-compile PTX generated for architectures less than or equal to the current one. This e.g. makes it possible to render on a new GPU architecture even if no pre-compiled binary kernel was distributed for it as part of the Blender installation. Reviewed By: brecht Differential Revision: https://developer.blender.org/D8332 |
Commit Details:
Full Hash: a9644c812fc17b38503828d6edf7d259b6fe0e74
Parent Commit: a5ded07
Lines Changed: +22, -9