|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
Type descriptor carried by each IR node. More...
#include <kernel_ir.h>

Public Attributes | |
| SimIRValueKind | kind |
| size_t | components |
| SimScalarDomain | scalar_domain |
Type descriptor carried by each IR node.
| size_t SimIRType::components |
Component count (>=1); scalar nodes store 1.
| SimIRValueKind SimIRType::kind |
Value kind (scalar/vector).
| SimScalarDomain SimIRType::scalar_domain |
Scalar algebra domain for each lane.