Kartikey Rawat

Results 52 comments of Kartikey Rawat

> Build failed due to formatting/lint error, not related to xnnpack ([google/XNNPACK#1613](https://github.com/google/XNNPACK/pull/1613)) I think. You can see it on the build log. Can you tell me how to resolve lint...

![Screenshot from 2021-07-28 17-54-07](https://user-images.githubusercontent.com/41143496/127321901-1a144a4b-d027-4546-82f9-a4ccdb5c90eb.png) ![Screenshot from 2021-07-28 17-54-01](https://user-images.githubusercontent.com/41143496/127321917-d8a9f876-fed5-4740-964e-15f3b4b97520.png) Still I think so there is some logic error after I resolve lint error

``` binary_f32(a_id, b_id, out_id, [ ](float a, float b) { float mod = fmod(a, b); if ((a < 0 && b < 0) || (a >= 0 && b >=...

> any updates on this one? I also have a conversation with xnnpack repo moderator too for this mod kernel is not supporting https://github.com/google/XNNPACK/pull/1613

@Maratyszcza I updated it in the include folder of xnnpack.h file

> The code defines new functionality, but doesn't implement it. It is missing the implementation of the new functions declared in `xnnpack.h`. Actually The main implementation is in the tfjs...

I tired in that but test fails so I think it's better to do in XNNPACK directly On Sat, 17 Jul 2021, 02:23 Marat Dukhan, ***@***.***> wrote: > If you...

Hey @q82419 , I would love to work on this, any tips for getting started? > Also, I also have an understanding of WASM as I gave a talk at...