GPUOpen-LibrariesAndSDKs / RadeonRays_SDK

Radeon Rays is ray intersection acceleration library for hardware and software multiplatforms using CPU and GPU
MIT License
1.07k stars 192 forks source link

Embree backend failed to pass the unit test on Windows (VS2015) #142

Closed KaoCC closed 7 years ago

KaoCC commented 7 years ago

Build Config:
./Tools/premake/win/premake5.exe --use_embree --embed_kernels vs2015

Unit test result:

[ FAILED ] ApiConformanceEmbree.CornellBox_10000RaysRandom_ClosestHit_Events_Bruteforce (1213 ms) [----------] 12 tests from ApiConformanceEmbree (4172 ms total)

[----------] Global test environment tear-down [==========] 31 tests from 2 test cases ran. (4252 ms total) [ PASSED ] 17 tests. [ FAILED ] 14 tests, listed below: [ FAILED ] ApiBackendEmbree.CornellBoxLoad [ FAILED ] ApiBackendEmbree.CornellBox_1Ray [ FAILED ] ApiConformanceEmbree.CornellBox_1RandomRay_ClosestHit_Bruteforce [ FAILED ] ApiConformanceEmbree.CornellBox_100RayRandom_ClosestHit_Bruteforce [ FAILED ] ApiConformanceEmbree.CornellBox_1000RaysRandom_ClosestHit_Bruteforce [ FAILED ] ApiConformanceEmbree.CornellBox_10000RaysRandom_ClosestHit_Bruteforce [ FAILED ] ApiConformanceEmbree.CornellBox_10RaysRandom_ClosestHit_Bruteforce [ FAILED ] ApiConformanceEmbree.CornellBox_10000RaysRandom_ClosestHit_Force2level_Bruteforce [ FAILED ] ApiConformanceEmbree.CornellBox_1000RandomRays_ClosestHit_Bruteforce_FatBvh [ FAILED ] ApiConformanceEmbree.CornellBox_1RandomRays_AnyHit_Bruteforce [ FAILED ] ApiConformanceEmbree.CornellBox_100RandomRays_AnyHit_Bruteforce [ FAILED ] ApiConformanceEmbree.CornellBox_1000RandomRays_AnyHit_Bruteforce [ FAILED ] ApiConformanceEmbree.CornellBox_10000RandomRays_AnyHit_Bruteforce [ FAILED ] ApiConformanceEmbree.CornellBox_10000RaysRandom_ClosestHit_Events_Bruteforce

14 FAILED TESTS YOU HAVE 1 DISABLED TEST

KaoCC commented 7 years ago

Do not bother. This has been resolved ... The configurations on are not set properly on my test machine.