ApplyH in GreedyWarp example does not work correctly when using shared lib PyCA.so

Issue #9 resolved
Sam Preston created an issue

If BUILD_SHARED_LIBS is True (so that python libraries link against shared lib PyCA.so), the GPU version of ApplyH in IFOpers does not seem to work correctly (gives zero results). Perhaps there is some issue with the shared library and the fact that this kernel uses texture memory?

Comments (2)

  1. Sam Preston reporter

    This was resolved with the disabling of texture memory functions for Apply*. This occurred with the merge of the OperImpl feature branch.

  2. Log in to comment