Search found 271 matches

by acasta69
Tue Aug 04, 2020 4:44 pm
Forum: Development
Topic: Optix/RTX support
Replies: 57
Views: 32470

Re: Optix/RTX support

I keep getting LuxCoreUI crash when rendering the LuxMark-Hotel scene on the GTX 970: it exits without specific messages when the render is about to start. Here is the output: F:\Ale\Devel\LuxCoreRender\LuxCoreTestScenes>C:\Users\Alessandro\Desktop\luxcorerender-latest-win64\luxcoreui.exe scenes\Lux...
by acasta69
Mon Aug 03, 2020 8:11 am
Forum: User Support
Topic: List of changes in daily builds
Replies: 4
Views: 2278

Re: List of changes in daily builds

While thinking how to do this, as per B.Y.O.B.'s suggestion, I ended up thinking that it would probably be a (partial) duplicate of this: https://github.com/LuxCoreRender/LuxCore/commits/master I have added this link in the "latest" release description: https://github.com/LuxCoreRender/Lux...
by acasta69
Sat Aug 01, 2020 11:57 am
Forum: Development
Topic: Optix/RTX support
Replies: 57
Views: 32470

Re: Optix/RTX support

Since our Optix/RTX implementation needs Cuda 11, should we update the nvrtc and nvrtc-builtins libraries to v11? At the moment we are distributing v10.1, at least in Windows packages. I was testing if the GTX970 + driver v451.67 is working with Optix and had some strange behaviour (i.e. LuxCoreUI s...
by acasta69
Fri Jul 31, 2020 8:01 pm
Forum: Development
Topic: windows build msys
Replies: 7
Views: 3904

Re: windows build msys

@Acasta69, should we switch to VisualStudio 2019 ? I hate to touch stuff that works but is 2017 still available ? I hate that too... We have to switch sooner or later, it's in my to-do list, but honestly with not so high priority. As for availability, it is more and more difficult to access older v...
by acasta69
Sat Jul 25, 2020 9:12 pm
Forum: User Support
Topic: LuxCore Network Render
Replies: 17
Views: 6903

Re: LuxCore Network Render

Numpy is another package needed by luxcore, you can install it with

Code: Select all

sudo pip3 install numpy
by acasta69
Sun Jul 12, 2020 5:51 am
Forum: News
Topic: LuxCoreRender v2.4beta1 released
Replies: 16
Views: 27540

Re: LuxCoreRender v2.4beta1 released

Now there is a single, unified executable that can detect if OpenCL or Cuda are present and use them. If none of the two is detected, CPU only is used.
by acasta69
Wed Jun 24, 2020 2:21 pm
Forum: User Support
Topic: AttributeError: 'LuxCoreScene' object has no attribute 'opencl'
Replies: 14
Views: 6364

Re: AttributeError: 'LuxCoreScene' object has no attribute 'opencl'

Delete all kernel cache files ( :?: where are these located on a Windows 10 Pro :?: ) Cached kernel locations should be as follows on Windows (I have the Home edition, but I think it does not matter for this file location): LuxCore 2.3: C:\Users\<username>\AppData\Local\Temp\kernel_cache For v2.4 t...
by acasta69
Fri Jun 12, 2020 12:28 pm
Forum: Development
Topic: Accurate differences of products with floats
Replies: 0
Views: 2312

Accurate differences of products with floats

I saw this in Matt Pharr's blog:
Accurate Differences of Products with Kahan's Algorithm

Is it something we could take benefit of, or would it just make LuxCore slower :?:
(Or maybe the problem is already worked around differently in LuxCore?)
by acasta69
Tue Jun 02, 2020 3:36 pm
Forum: Development
Topic: Unified executable (for CPU-only, OpenCL and CUDA)
Replies: 62
Views: 32445

Re: Unified executable (for CPU-only, OpenCL and CUDA)

Edit: oh, I see, you probably mean the missing CUDA DLLs. Actually I'm not sure about that as well. Where is this error ? There are no cuda libs in the package created by LuxCore Azure .. @Dade, how does this work on Linux? Isn't it necessary to distribute the Nvidia nvrtc and nvrtc-builtins DLLs a...
by acasta69
Sun May 31, 2020 4:36 pm
Forum: Development
Topic: Unified executable (for CPU-only, OpenCL and CUDA)
Replies: 62
Views: 32445

Re: Unified executable (for CPU-only, OpenCL and CUDA)

Hmm there are some errors on linux side ... but yes it builds but only linux-opencl .. Do you mean this one? https://dev.azure.com/LuxCoreRender/LuxCoreRender/_build/results?buildId=2251&view=logs&j=f2ac135a-940d-50ae-9789-b012bc1d7b2f&t=314e78b1-3837-5838-9aba-05fadf26a591&l=429 Ye...