Philip Lassen

Results 13 issues of Philip Lassen

Currently we Load the data from tables into the futhark context only after processing a query. This may be inefficient if loading this table into context is a lot more...

the join implementation in futhark/join.fut does redudant sorting. Ideally we would sort once when we combine the tables. In this implementation we would simply need to first sort by the...

This PR proposes adding max and min as supported reduction attributes for both ScatterElements and ScatterND. Closes #https://github.com/onnx/onnx/issues/4322 ScatterElements and ScatterND provide a mechanism for specifying the reduction function. Currently...

This PR helps move some ops to the latest opset. These are all ops whose latest redefinition are in opset 15, and haven't been updated or added in `onnx-mlir` Ops...

Signed-off-by: Philip Lassen ### Description This PR implements the BitwiseNot operator. I've implemented the Binary bitwise operators in https://github.com/onnx/onnx/pull/4496. ### Motivation and Context With this PR and https://github.com/onnx/onnx/pull/4496 we have...

operator

### Description This PR adds BitwiseAnd, BitwiseOr, and BitwiseXor ### Motivation and Context There is no way to sanely do bitwise operations with the current ONNX opset. Relates to https://github.com/onnx/onnx/issues/4343...

operator

For `ReduceMean` and some of the other reduce operators the input and output types are specified #### Inputs data (differentiable) : T An input tensor. #### Outputs reduced (differentiable) :...

spec clarification
contributions welcome

Signed-off-by: Philip Lassen

Co-authored-by: Hadi Jooybar Signed-off-by: Philip Lassen