Allow virtual type methods for TTL_tiler
Implement virtual type methods for TTL_tiler to support different tiling strategies without requiring code duplication. This enables more flexible and efficient tiling implementations, especially in OpenCL C++ where virtual methods are not directly supported.
Key changes: Used composition and duck-typing to allow different classes (e.g., TTL_tiler and TTL_overlap_tiler) to be used interchangeably.
Improved code optimization by providing more information to the compiler.
Reduced storage requirements by avoiding worst-case storage scenarios.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
Chris Gearing seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.