Xavier Hallade xavierh
  • Joined on 2022-02-21
Xavier Hallade commented on issue blender/blender#115045 2024-07-04 18:53:44 +02:00
OpenImageDenoise GPU acceleration

@Lt-Knb oidn is using NVIDIA CUTLASS that unfortunately dropped support for Pascal in 3.0: 637b159063/README.md (L73)

Xavier Hallade pushed to main at blender/blender 2024-07-03 14:14:50 +02:00
275b6ee008 Merge branch 'blender-v4.2-release'
74c09b2e63 Cycles: oneAPI: Fix undefined behavior when embree fails initializing
4477641467 Cycles: oneAPI: Fix driver version check for future Intel GPU drivers
cbbeeccd08 Fix #124027: EEVEE light influence UI disappears when light is pinned
Compare 4 commits »
Xavier Hallade merged pull request blender/blender#124085 2024-07-03 14:13:17 +02:00
Cycles: oneAPI: Fix undefined behavior when embree fails initializing
Xavier Hallade pushed to blender-v4.2-release at blender/blender 2024-07-03 14:13:14 +02:00
74c09b2e63 Cycles: oneAPI: Fix undefined behavior when embree fails initializing
Xavier Hallade deleted branch driver_version_workaround from xavierh/blender 2024-07-03 14:12:31 +02:00
Xavier Hallade merged pull request blender/blender#124084 2024-07-03 14:12:28 +02:00
Cycles: oneAPI: Fix driver version check for future Intel GPU drivers
Xavier Hallade pushed to blender-v4.2-release at blender/blender 2024-07-03 14:12:28 +02:00
4477641467 Cycles: oneAPI: Fix driver version check for future Intel GPU drivers
Xavier Hallade commented on pull request blender/blender#124085 2024-07-03 13:24:39 +02:00
Cycles: oneAPI: Fix undefined behavior when embree fails initializing

the fact that Cycles was falling back to the non-HWRT just happened to work, but it could cause other bugs and issues?

Yes, we had no idea it could fallback this way and still work, that was…

Xavier Hallade pushed to driver_version_workaround at xavierh/blender 2024-07-03 13:19:18 +02:00
1d9f27cd4e Use string_startswith
Xavier Hallade commented on pull request blender/blender#124084 2024-07-03 13:14:34 +02:00
Cycles: oneAPI: Fix driver version check for future Intel GPU drivers

std::string::find() == 0 means the string is in the beginning, not in the middle. string_startswith is more readable though, it makes sense to use it.

Xavier Hallade commented on pull request blender/blender#124085 2024-07-03 12:10:19 +02:00
Cycles: oneAPI: Fix undefined behavior when embree fails initializing

To answer your very valid questions:

We don't stop rendering when the hardware configuration is different from the user-preferences or from the scene. For example, if we file is configured…

Xavier Hallade created pull request blender/blender#124084 2024-07-03 10:06:58 +02:00
Cycles: oneAPI: Fix driver version check for future Intel GPU drivers
Xavier Hallade pushed to driver_version_workaround at xavierh/blender 2024-07-03 10:05:19 +02:00
27805da918 Cycles: oneAPI: Fix driver version check for future Intel GPU drivers
463c05b341 Extensions: fix missing redraw after setting tags, report adding a repo
e2b24904c9 Extensions: add buttons to select tags
edd1749e22 Fix #124049: object losing user count in geometry nodes modifier
8718aa5513 Fix: EEVEE: Film: Sub-optimal sampling at lower filter size
Compare 10 commits »
Xavier Hallade created branch driver_version_workaround in xavierh/blender 2024-07-03 10:05:19 +02:00
Xavier Hallade commented on issue blender/blender#122584 2024-06-21 18:25:22 +02:00
OpenImageDenoise CUTLASS error after rendering image

Attila's PR has been merged, the bug will be fixed once oidn library is actually updated, this task is tracked in https://projects.blend

Xavier Hallade pushed to main at blender/blender 2024-06-21 18:08:00 +02:00
7f9ff321f5 Merge branch 'blender-v4.2-release'
368d6edc3c Cycles: Update ocloc to 101.5518 on Windows
2950098012 Fix: Issue in openimagedenoise cmake config harvest
3b4d03968b Build: Fix various issue for 4.2 macOS library update
Compare 4 commits »
Xavier Hallade deleted branch windows_ocloc_update from xavierh/blender 2024-06-21 18:02:08 +02:00
Xavier Hallade merged pull request blender/blender#123562 2024-06-21 18:02:05 +02:00
Cycles: Update ocloc to 101.5518 on Windows
Xavier Hallade pushed to blender-v4.2-release at blender/blender 2024-06-21 18:02:05 +02:00
368d6edc3c Cycles: Update ocloc to 101.5518 on Windows