[CIR] Support builtin matrix type and operations
Open
ClangIR
- Dominant language
- LLVM
- Stars
- 40.5k
- Forks
- 18.7k
- PR merge metrics
- PR metrics pending
Description
Overview
Tracking task for implementing support for the built-in matrix type, built-in functions, and operations
```c
typedef float matrix3x3 __attribute__((matrix_type(3, 3)));
```
Contributor guide
Assessment
This issue has not been assessed yet.