MLIR
20.0.0git
|
Trait that defines how a given type is passed to the JIT code. More...
#include "mlir/ExecutionEngine/ExecutionEngine.h"
Static Public Member Functions | |
static void | pack (SmallVectorImpl< void * > &args, T &val) |
Trait that defines how a given type is passed to the JIT code.
This defaults to passing the address but can be specialized.
Definition at line 166 of file ExecutionEngine.h.
|
inlinestatic |
Definition at line 167 of file ExecutionEngine.h.
Referenced by mlir::ExecutionEngine::invoke().