Florian Ritterhoff

Results 23 issues of Florian Ritterhoff

Hi, several dependencies are a bit outdated so I've updated them (including the changes for #220 ). According to my tests nothing should be broken afterwards 😉

Hello, actually this not a real issue more a question. Are thre any best practices, recommendations, ... how e.g. a ELK Stack or smth. comparable can be setup inside a...

area/syncer
kind/enhancement
kind/question

Currently, ldexp gets approximated... AVX512F Provides a new intrinsic for this case: _mm512_scalef_ps Maybe that could be included? 😉

Out of curiosity: Why were the EAB functionalities removed with commit d00729df0b6ba17e164b306256bcf00cb2cb7b3b?

enhancement
wontfix

I tried to build my project for avx512 but I'm getting some errors which can be reproduced building the test on the same target. ``` [ 6%] Building CXX object...

bug
wontfix

The reduction method hadd is a bit confusing. In AVX2 this is used for a pairwise add so the result is also a vector not a scalar. Maybe there is...

question

If you try to build this setup (temporary) on windows the build will propably fail due to the wrong line endings. By adding the .gitattributes the line endings are fixed...

If I generate a json from an openapi3.T the order of the Paths/Methods is pretty unusal (DELETE comes before GET). From my point of view this is caused due to...

I just stumbled over this project. So far it looks great but I recognized one pretty 'ugly' point. In case of using a model twice e.g. encapsulated inside a slice...

bug
question

**Is your feature request related to a problem? Please describe.** At the moment grading in the docker container gets done using the root user and is quite straight forward but...

enhancement