KhronosGroup / KhronosGroup/OpenCL-TTL
Add the ability to Align Tensor Rows and Planes
Open
- Dominant language
- C
- Stars
- 43
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Certain platforms mandate specific alignment values for tensor rows/planes. To accommodate this, the system shall define two macros:
TTL_DEFAULT_INTERNAL_ALIGNMENT: Specifies the default internal alignment for tensors.
TTL_DEFAULT_EXTERNAL_ALIGNMENT: Specifies the default external alignment for tensors.
Both macros shall have a default value of 1 byte if not explicitly defined.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.