opencl bug

Use this forum for general user support and related questions.
Forum rules
Please upload a testscene that allows developers to reproduce the problem, and attach some images.
Post Reply
Taka
Donor
Donor
Posts: 65
Joined: Wed Mar 20, 2019 7:24 pm

opencl bug

Post by Taka »

Viewprot rendering on OpenCL is not working for me. With beta1, it works but with beta2 I get this error and blender freezes.

[LuxCore][25.656] [PathOCLBaseRenderThread::0] Compiling kernels
[LuxCore][25.765] [PathOCLBaseRenderThread::0] PathOCL kernel compilation error
ERROR clBuildProgram[CL_BUILD_PROGRAM_FAILURE]:
<kernel>:14318:88: error: too few arguments to function call, expected 11, have 10
Texture_GetSpectrumValue(material->roughmatte.kdTexIndex, hitPoint TEXTURES_PARAM));
^
<kernel>:12655:1: note: 'RoughMatteMaterial_Sample' declared here
float3 RoughMatteMaterial_Sample(
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: opencl bug

Post by B.Y.O.B. »

thanks for your report.
this bug has already been fixed.
https://github.com/LuxCoreRender/LuxCore/issues/218
Taka
Donor
Donor
Posts: 65
Joined: Wed Mar 20, 2019 7:24 pm

Re: opencl bug

Post by Taka »

ok, thanks
Post Reply