Richard Geslot
Richard Geslot
FYI, on Windows, the file to modify manually is: C:\Users \ 'username'\AppData\Local\Programs\Python\Python'version'\Lib\site-packages\gym-0.21.0-py3.11.egg-info\requires.txt
Hi, that makes sense, we are working on a signature on Windows binaries. Should be released in the coming days
As light is softer in original image I feel that this is a post process difference, ( like gamma correction, or exposure ). If the question is specific about Maya,...
I confirm that in 63_tutorial , the rendering is not the same for Hybrid and Northstar. maybe a difference due to weights, as you are suggesting. We need to investigate...
should be fixed with https://github.com/GPUOpen-LibrariesAndSDKs/HIPRTSDK/commit/24ac11bcc06c4061983c0d9b71cbec8e1fe7ca7a. Thanks for your report.
The function is correctly bound to HIP ( hipOccupancyMaxActiveBlocksPerMultiprocessor ) so I don't think the bug is related to Orochi. I confirm I'm reproducing the same error code: hipErrorInvalidDeviceFunction (98).
Hi @AtsushiYoshimura0302 we investigated with @KaoCC , in `SimpleDemo`, the function is taken from `oroModuleGetFunction` , so you need to use `oroModuleOccupancyMaxActiveBlocksPerMultiprocessor` instead of `oroOccupancyMaxActiveBlocksPerMultiprocessor`. I tested, it worked. So,...