BlendLuxCore Development

Discussion related to the LuxCore functionality, implementations and API.
User avatar
Sharlybg
Donor
Donor
Posts: 3101
Joined: Mon Dec 04, 2017 10:11 pm
Location: Ivory Coast

Re: BlendLuxCore Development

Post by Sharlybg »

Can the opencl compiling be remove in the current alpha of 2.4 ? it is annoying to that it tell you it will happen once and come again and again. at the ends you don't know what to believe :?

i mean that it really happen once ?
Support LuxCoreRender project with salts and bounties

Portfolio : https://www.behance.net/DRAVIA
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: BlendLuxCore Development

Post by B.Y.O.B. »

I will get there.
marcatore
Donor
Donor
Posts: 463
Joined: Wed Jan 10, 2018 8:04 am

Re: BlendLuxCore Development

Post by marcatore »

With the merging of the CUDA branch I imagine that we've to wait an update for BlendLuxCore to use it. Right?
At the moment, the last BlendLuxCore build has just removed the OpenCL support.
User avatar
Sharlybg
Donor
Donor
Posts: 3101
Joined: Mon Dec 04, 2017 10:11 pm
Location: Ivory Coast

Re: BlendLuxCore Development

Post by Sharlybg »

marcatore wrote: Thu Apr 23, 2020 7:51 am With the merging of the CUDA branch I imagine that we've to wait an update for BlendLuxCore to use it. Right?
At the moment, the last BlendLuxCore build has just removed the OpenCL support.
:?:

Also what are the final name to switch between opencl or CUDA ?
Support LuxCoreRender project with salts and bounties

Portfolio : https://www.behance.net/DRAVIA
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: BlendLuxCore Development

Post by Dade »

marcatore wrote: Thu Apr 23, 2020 7:51 am With the merging of the CUDA branch I imagine that we've to wait an update for BlendLuxCore to use it. Right?
Not really, not only because CUDA is not enabled in current builds (see below) but because CUDA devices are listed together with OpenCL devices and they can be mixed and used as you like.

BlendLuxCore will have only to be careful to not use a NVIDIA GPU 2 times: one as OpenCL device and one as CUDA.
marcatore wrote: Thu Apr 23, 2020 7:51 am At the moment, the last BlendLuxCore build has just removed the OpenCL support.
This was a mistake, I should have re-enabled the OpenCL support by default (while CUDA is still disabled because we don't know yet how to compile CUDA binaries on Azure).
Support LuxCoreRender project with salts and bounties
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: BlendLuxCore Development

Post by Dade »

Sharlybg wrote: Thu Apr 23, 2020 10:37 am Also what are the final name to switch between opencl or CUDA ?
There isn't really the need of a switch (see above how CUDA and OpenCL devices are listed). It is just strange to have something called PATHOCL able to use CUDA devices too so I would like to change the name for consistency.

In BlendLuxCore, we could simply have the label "OpenCL" replaced with "OpenCL/CUDA".
Support LuxCoreRender project with salts and bounties
User avatar
Sharlybg
Donor
Donor
Posts: 3101
Joined: Mon Dec 04, 2017 10:11 pm
Location: Ivory Coast

Re: BlendLuxCore Development

Post by Sharlybg »

So we have to wait that all settle down between Luxcore and blendluxcore befor testing correctly ;)
Support LuxCoreRender project with salts and bounties

Portfolio : https://www.behance.net/DRAVIA
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: BlendLuxCore Development

Post by Dade »

Sharlybg wrote: Thu Apr 23, 2020 11:04 am So we have to wait that all settle down between Luxcore and blendluxcore befor testing correctly ;)
No, you only need a CUDA enabled pyluxcore.pyd and to select the devices to use for the rendering by hand in BlendLuxCore (or it will use 2 times the same GPU).
Support LuxCoreRender project with salts and bounties
User avatar
Sharlybg
Donor
Donor
Posts: 3101
Joined: Mon Dec 04, 2017 10:11 pm
Location: Ivory Coast

Re: BlendLuxCore Development

Post by Sharlybg »

No, you only need a CUDA enabled pyluxcore.pyd and to select the devices to use for the rendering by hand in BlendLuxCore (or it will use 2 times the same GPU).
So finally is just install lastest build from luxcore and blendluxcore like before do the trick ?
Support LuxCoreRender project with salts and bounties

Portfolio : https://www.behance.net/DRAVIA
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: BlendLuxCore Development

Post by Dade »

Sharlybg wrote: Thu Apr 23, 2020 12:24 pm
No, you only need a CUDA enabled pyluxcore.pyd and to select the devices to use for the rendering by hand in BlendLuxCore (or it will use 2 times the same GPU).
So finally is just install lastest build from luxcore and blendluxcore like before do the trick ?
Yes (when CUDA compilation is enabled on Azure).
Support LuxCoreRender project with salts and bounties
Post Reply