GPUOpen-LibrariesAndSDKs / RadeonProRender-Baikal

MIT License
334 stars 78 forks source link

2 issues for BaikalStandalone #131

Closed harokyang closed 6 years ago

harokyang commented 6 years ago

first issue: MSVCP110D.DLL and MSVCR110D.DLL missing if BaikalStandalone built with Debug could be related to OpenImageIO unless VS 2012 installed, there is no way to get those debug version dlls from redistribution pack

second issue: if BaikalStandalone is running on a laptop, 2 platforms could be created each one contains a device, the integrated and the discrete GPU When OpenCL try to create a context with interop supported, if it failed on the first device, an exception will be thrown The exception will be caught and assume no more interop supported even though the second device has not been tried In my case because the integrated GPU(Intel HD Graphics 620) will always be labeled as the first device, my discrete one(R5 M430) can never be used

SimonDanisch commented 6 years ago

you can run baikalstandalone with platform 1 for your discrete gpu!

harokyang commented 6 years ago

it worked, thx