raphaelDkhn

Results 55 issues of raphaelDkhn

Hi, great project! I'd like to add a new backend/compiler. Is there a step-by-step guide for this to make sure I don't forget anything?

### Problem When attempting to compile a large Scarb project, the process never completes and causes excessive system resource usage. ### Steps 1. Access the minimal repository I made [here](https://github.com/raphaelDkhn/ff_nn)....

bug

### Problem While using `scarb cairo-run` for benchmarking functions, I've identified a key metric that is absent from the output - the number of steps that a function takes. This...

help wanted

Currently, fixed points in Orion are represented by a struct defined as follows: ```rust FP { mag: usize, sign: bool } ``` The `mag` field represents the magnitude, and the...

ODHack

Implement [Scan](https://github.com/onnx/onnx/blob/main/docs/Operators.md#Scan) operator.

Implement [Momentum](https://github.com/onnx/onnx/blob/main/docs/Operators.md#Momentum) operator.

Implement [Hardmax](https://github.com/onnx/onnx/blob/main/docs/Operators.md#Hardmax) operator.

Implement [ReduceMax](https://github.com/onnx/onnx/blob/main/docs/Operators.md#ReduceMax) operator.

Implement [RoiAlign](https://github.com/onnx/onnx/blob/main/docs/Operators.md#RoiAlign) operator.

Implement [BitwiseNot](https://github.com/onnx/onnx/blob/main/docs/Operators.md#BitwiseNot) operator.