Name

Results 18 comments of Name

Hello, thank you for your answer. > I don't think bazel will allow us to compose workspace.bzl loads in this way. > Do you mean that conceptually this approach does...

Hi, I could solve the issue with support given by the bazel community. The simple trick is to verify if a rule (maven_jar) is already defined in the repository. That...

Hi, thanks for developing Jsquery. Same question here - PROD ready ? Cheers, jj

ok, the approach done by `distroless` is elegant so I think it would make sense to follow the approach. At the other side, the `containers_by_bazel` is a unique catalog of...

Ok, I will take a look on the `distroless` approach, to see how/if can be added to your repository. Indeed, the Bazel way to build docker images is pretty elegant....

thx - I will take a look on it !

Same. Any ideas on this?

To me, it seems that the EPS DSP "C" examples are merely ASM optimized and do not use any DSP functions!? Is that the case? See https://github.com/espressif/esp-dsp/blob/71514173b58b960173b40c4ade9d15d372770a74/modules/fft/float/dsps_fft2r_fc32_ae32_.S#L60

Yes, that makes sense. This means that the DSP primitives have already been spotted in the wild and not only described in the above paper. My approach now would be...

Another (maybe stupid) idea could be to use the inline assembler asm!{} macro. Especially because the S3 target supports beside the DSP also some nice SIMD operations. The follow compiles...