[LANGUAGE] Added support for bitcast (#119)
This commit is contained in:
committed by
Philippe Tillet
parent
38ab4e955a
commit
59b0ac672a
@@ -62,6 +62,7 @@ struct dispatch{
|
||||
static ir::value *reshape(ir::value *input, shape_t shape, ir::builder *builder);
|
||||
static ir::value *broadcast(ir::value *input, shape_t shape, ir::builder *builder);
|
||||
static std::tuple<ir::value*, ir::value*> broadcast(ir::value *lhs, ir::value* rhs, ir::builder *builder);
|
||||
static ir::value *bitcast(ir::value *input, ir::type *type, ir::builder *builder);
|
||||
static ir::value *cast(ir::value *input, ir::type *type, ir::builder *builder);
|
||||
|
||||
// memory operators
|
||||
|
Reference in New Issue
Block a user