RadeonRays_SDK
RadeonRays_SDK copied to clipboard
when use bvh ,it build crash
i also get a crash when i set like this "api->SetOption("acc.type", "hlbvh"); api->SetOption("bvh.builder", "median"); api->SetOption("bvh.force2level", 0.f);" if set acc.type==other type ,it work well .. the crash happen when executing function SortRadixInt32 ,opencl error code is -4 . can any one tell me why this happen,or any one encounter this issue..my platform is win8 64bit,and display card info is "Device Version is OpenCL 1.2 CUDA", "Device Vender is NVIDIA Corporation", "Device Type is GPU", "Device Total Memory is 2048MB", "Device Max Alloc Memory is 512MB", "Device Total ComputeUnits Number is 2", "Max Workitem in each dimension is {1024,0,1024} IDE is vs2015 ,mode is debug .btw the project is \RadeonRays_SDK-master.zip\RadeonRays_SDK-master\Tutorials\Triangle has one geometry .
anyone can help me thanks
Hi @fan3d ,
I will try to reproduce the issue. What is your GPU name?
NVIDIA GeForce GT 750M my computer is MAC 2013 ,for some reason, I installed WIN8 on it,and the driver for this NVIDIA GeForce is From the apple package
the branch master and realtime that i tested all have this problem。。but other option work well。and all the Tutorial all can run well ,as long as I don't set "api->SetOption("acc.type", "hlbvh");
hi yozhijk
According to my information, you can reproduce the problem?
--Comment is deleted by user. --