Paul Melis PaulMelis
  • Joined on 2008-07-22
Paul Melis commented on pull request blender/blender#125050 2024-07-19 12:59:19 +02:00
Added compute_86, _89 and _90 to CYCLES_CUDA_BINARIES_ARCH

The kernel constants that are there now are a copy of the 7.x, 8.x values. They can probably be optimized

Paul Melis pushed to cmake-compute-90 at PaulMelis/blender 2024-07-19 12:58:12 +02:00
6a2e5f324a Add CUDA kernel constants for sm_90/compute_90
Paul Melis created pull request blender/blender#125050 2024-07-19 09:28:52 +02:00
Added compute_86, _89 and _90 to CYCLES_CUDA_BINARIES_ARCH
Paul Melis created branch cmake-compute-90 in PaulMelis/blender 2024-07-19 09:27:19 +02:00
Paul Melis pushed to cmake-compute-90 at PaulMelis/blender 2024-07-19 09:27:19 +02:00
fe62748c76 Added compute_86, _89 and _90 to CYCLES_CUDA_BINARIES_ARCH
Paul Melis created repository PaulMelis/blender 2024-07-19 09:06:20 +02:00
Paul Melis opened issue blender/blender#122222 2024-05-24 15:45:26 +02:00
Inconsistent handling of face (i, j, k) and (i, k, j) in same bmesh
Paul Melis commented on issue blender/blender#117415 2024-01-22 17:12:11 +01:00
CUDA queue error related to integrator_reset_film_convert_combined_half_rgba

Hmmm, I only now look at the GPU mem stats. Blender reports 38.9 out of 40GB, nvidia-smi 39248MiB out of 40960MiB. That's pretty close to full, so I guess during interactive render, switching in…

Paul Melis opened issue blender/blender#117415 2024-01-22 17:05:12 +01:00
CUDA queue error related to integrator_reset_film_convert_combined_half_rgba
Paul Melis closed issue infrastructure/blender-open-data#101871 2023-08-17 13:24:26 +02:00
Segfault when running benchmark-cli
Paul Melis commented on issue infrastructure/blender-open-data#101871 2023-08-17 13:19:01 +02:00
Segfault when running benchmark-cli

Sigh, of course I find the problem minutes after submitting this issue. I was missing the scene name in the command. This works:

snellius paulm@tcn1221 13:17 ~/software/benchmark-launcher-c…
Paul Melis commented on issue infrastructure/blender-open-data#85513 2023-08-17 13:15:47 +02:00
Blender benchmark issue

The command is missing the blender version (and the command-line option parsing easily segfaults when you forget something). So ./benchmark-launcher-cli blender download 3.6.0 works for me.

Paul Melis opened issue infrastructure/blender-open-data#101871 2023-08-17 13:13:56 +02:00
Segfault when running benchmark-cli