Regression: NoCL annotated methods cause the Kernel OpenCL code generation to fail #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently a NoCL annotated method that is called directly or indirectly from the Kernel.run() method causes the code generation to fail with an assertion error in com.aparapi.internal.model.Entrypoint class at method getCallTarget(...), assertion "Should not have missed a method in calledMethods". The assertion condition needs to be better defined, as it is excluding the NoCL from the valid cases.
changed the description
changed title from Regression: NoCL annotated metods cause the Kernel OpenCL code generation to fail to Regression: NoCL annotated met{+h+}ods cause the Kernel OpenCL code generation to fail
mentioned in merge request !26
mentioned in commit
9aff2e7408