Vieport render crash Opencl and CUDA

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
sarmath
Posts: 135
Joined: Wed Feb 07, 2018 1:22 pm

Vieport render crash Opencl and CUDA

Post by sarmath »

Hi. So I am experiencing vieport render crash with cuda and opencl on mobile gtx 1660ti 6gb
with Blender 3.0 and latest daily 2.61alpha, Windows 11, latsest Nvidia drivers.
LuxCore2.1Benchmark scene.

console output CUDA:

[LuxRays][68.453] [Optix][4][DISK CACHE] Cache data size: "25.4 KiB"
[LuxCore][68.453] CUDA devices used:
[LuxCore][68.453] [NVIDIA GeForce GTX 1660 Ti CUDAIntersect (Optix enabled: 1)]
[LuxCore][68.453] OpenCL devices used:
[LuxCore][68.453] Native devices used: 0
[LuxCore][68.453] Configuring 1 OpenCL render threads
[LuxCore][68.453] Configuring 0 native render threads
[LuxRays][68.453] Preprocessing DataSet
[LuxRays][68.453] Total vertex count: 1056119
[LuxRays][68.453] Total triangle count: 1180326
[LuxRays][68.453] Preprocessing DataSet done
[LuxRays][68.453] Adding DataSet accelerator: OPTIX
[LuxRays][68.453] Total vertex count: 1056119
[LuxRays][68.453] Total triangle count: 1180326
[LuxRays][68.453] Building Optix accelerator
[LuxRays][68.562] Optix accelerator leafs: 68
[LuxRays][68.578] OptixAccel total build time: 125ms
[LuxRays][68.578] [OptixAccel] Compiler options: -D LUXRAYS_OPENCL_KERNEL -D PARAM_RAY_EPSILON_MIN=0.0001f -D PARAM_RAY_EPSILON_MAX=0.1f -D LUXRAYS_CUDA_DEVICE -D LUXRAYS_OS_WINDOWS --use_fast_math
[LuxRays][68.578] [OptixAccel] Program cached
[LuxRays][68.578] [Optix][4][DISKCACHE] Cache hit for key: ptx-2547-key426cc4142225f3ad01af374e81d6fa5b-sm_75-rtc0-drv511.23
[LuxRays][68.578] [Optix][4][COMPILE FEEDBACK]
[LuxRays][68.578] [Optix][4][COMPILE FEEDBACK] Info: Pipeline has 1 module(s), 3 entry function(s), 1 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 7 basic block(s) in entry functions, 89 instruction(s) in entry functions, 7 non-entry function(s), 53 basic block(s) in non-entry functions, 627 instruction(s) in non-entry functions

[LuxRays][68.578] Total Optix memory usage: 123682Kbytes
[LuxRays][68.578] Adding DataSet accelerator: EMBREE
[LuxRays][68.578] Total vertex count: 1056119
[LuxRays][68.578] Total triangle count: 1180326
[LuxRays][68.672] EmbreeAccel build time: 78ms
Error : EXCEPTION_ACCESS_VIOLATION
Address : 0x00007FFFBC7C3DD0
Module : pyluxcore.pyd
Thread : 0000096c
Writing: C:\Users\sarma\AppData\Local\Temp\LuxCore2.1Benchmark.crash.txt

Console output OPENCL:

[LuxRays][282.235] BVH builder: EMBREE_BINNED_SAH
[LuxRays][282.250] BVH build hierarchy time: 14ms
[LuxRays][282.250] BVH total build time: 14ms
[LuxRays][282.250] Total BVH memory usage: 3091Kbytes
[LuxRays][282.250] BVH Dataset preprocessing time: 0ms
[LuxRays][282.250] BVH builder: EMBREE_BINNED_SAH
[LuxRays][282.266] BVH build hierarchy time: 16ms
[LuxRays][282.266] BVH total build time: 16ms
[LuxRays][282.266] Total BVH memory usage: 1248Kbytes
[LuxRays][282.266] Building Multilevel Bounding Volume Hierarchy root tree
[LuxRays][282.266] MBVH root tree builder: EMBREE_BINNED_SAH
[LuxRays][282.266] MBVH build time: 453ms
[LuxRays][282.266] Total Multilevel BVH memory usage: 51734Kbytes
[LuxRays][282.266] [Device NVIDIA GeForce GTX 1660 Ti OpenCLIntersect] MBVH mesh vertices buffer size: 11,217Kbytes
[LuxRays][282.313] [Device NVIDIA GeForce GTX 1660 Ti OpenCLIntersect] MBVH nodes buffer size: 51,734Kbytes
[LuxRays][282.329] [Device NVIDIA GeForce GTX 1660 Ti OpenCLIntersect] MBVH leaf transformations buffer size: 4,352bytes
[LuxRays][282.329] [MBVHKernel] Compiler options: -D LUXRAYS_OPENCL_KERNEL -D PARAM_RAY_EPSILON_MIN=0.0001f -D PARAM_RAY_EPSILON_MAX=0.1f -D LUXRAYS_OPENCL_DEVICE -D LUXRAYS_OS_WINDOWS -cl-fast-relaxed-math -cl-mad-enable
[LuxRays][282.329] [MBVHKernel] Compiling kernels
[LuxRays][282.329] [MBVHKernel] Program cached
[LuxRays][282.344] Adding DataSet accelerator: EMBREE
[LuxRays][282.344] Total vertex count: 1056119
[LuxRays][282.344] Total triangle count: 1180326
[LuxRays][282.438] EmbreeAccel build time: 93ms
Error : EXCEPTION_ACCESS_VIOLATION
Address : 0x00007FFFBC7C3DD0
Module : pyluxcore.pyd
Thread : 000044f8
Writing: C:\Users\sarma\AppData\Local\Temp\LuxCore2.1Benchmark.crash.txt
WIndows 11 Pro Ryzen 7 5700x RTX 3090 32 GB RAM
Post Reply