nopeslide

Results 89 comments of nopeslide

> And I found an other little problem: Linux (or at least ubuntu) uses python3 instead python. Sure I can create a system link but that's not the default way...

@alrevuelta fixed it, can you try again?

This executer is not referenced by the code generator atm. I was thinking about using this in the generated resolver when no typed one can be found as a replacement...

> You call "typeless" function to `execute_operator__ai_onnx__convtranspose__11` right? yes exactly. > I don't have an opinion on that, but is it needed? If no specific type is found, how is...

One thing I have in mind is to add a `void` pointer to all our (onnx) structures which can be used when `cONNXr` is integrated in some other codebase to...

I would like to do it in near future, since I need to integrate connxr in another framework and therefore need to replace/extend a few things.

> Additional fixed test_utils.c and connxr.c. For tracing.h I need some help, it goes over my head. should be quite the same. I could do it, but it will take...

@Coderitter-GmbH sorry for the delay I looked into the `tracing.h` file and found these location where I mistyped: ```diff diff --git a/include/tracing.h b/include/tracing.h index f5fcd77a..f138ad19 100644 --- a/include/tracing.h +++ b/include/tracing.h...

> I have no idea what other side effects these system dependent definitions have. > Afaik protobuf is a binary protocol and I'm a little bit confused with this boolean/enum...

> Its a good Idea to support threading or something else to support parallel execution. But the difficulty is, that different platforms use different libraries. Not every platform support pthread...