OpenCL-TTL icon indicating copy to clipboard operation
OpenCL-TTL copied to clipboard

Allow virtual type methods for TTL_tiler

Open chrisgearing opened this issue 1 year ago • 1 comments

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.

chrisgearing avatar Aug 24 '24 18:08 chrisgearing

CLA assistant check
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.

CLAassistant avatar Apr 14 '25 19:04 CLAassistant