Maniphest T60352

Blender 2.8 GPU OpenCL Render Failed (Split Kernal)
Closed, Duplicate

Assigned To
None
Authored By
Karthik Hebbar (deltamish)
Jan 9 2019, 5:37 PM
Tags
  • BF Blender
Subscribers
Brecht Van Lommel (brecht)
Karthik Hebbar (deltamish)

Description

System Information
Operating system: Win 10
Graphics card: AMD R7 265

Blender Version
Broken:
(example: 2.80 Jan 8/2019 version
(example: 2.80, edbf15d3c044, blender2.8, 2018-11-28, as found on the splash screen)
Worked: (optional)

Short description of error
Device init success
Device init success
Compiling OpenCL program split
OpenCL build failed with error CL_BUILD_PROGRAM_FAILURE, errors in console.
OpenCL program split build output: "source\kernel/kernel_volume.h", line 394: error: expression must have

  pointer-to-struct-or-union type
if(rand < pdf->x) {
          ^

"source\kernel/kernel_volume.h", line 397: error: expression must have

  pointer-to-struct-or-union type
else if(rand < pdf->x + pdf->y) {
               ^

"source\kernel/kernel_volume.h", line 397: error: expression must have

  pointer-to-struct-or-union type
else if(rand < pdf->x + pdf->y) {
                        ^

3 errors detected in the compilation of "C:\Users\Karthik\AppData\Local\Temp\OCL7072T1.cl".
Frontend phase failed compilation.

Split kernel error: failed to load kernel_path_init
Error: Split kernel error: failed to load kernel_path_init

Exact steps for others to reproduce the error
Based on the default startup or an attached .blend file (as simple as possible).

Event Timeline

Karthik Hebbar (deltamish) created this task.Jan 9 2019, 5:37 PM
Brecht Van Lommel (brecht) closed this task as a duplicate of T60320: OpenCL Cycles Render Fail.Jan 9 2019, 5:50 PM
Brecht Van Lommel (brecht) added a subscriber: Brecht Van Lommel (brecht).

It's not needed to open a secondary report, we can reopen the first one if needed.

The January 8 build did not include the fix yet, it will be in the next one.