Milian Wolff

Results 60 issues of Milian Wolff

You are using `int` as offsets, which makes it impossible to open/inspect large files. Please use `q(u)int64` instead

enhancement

Hey there, super cool project! I wonder, would it be possible to make your shadow-stack based unwinding trick reusable for other projects? It would definitely benefit me in heaptrack, and...

Hey there, this merge request is a collection of little fixes which make it easier to use tsne_multicore in a real application - some minor code cleanups - some compiler...

Use the LICENSE.txt of upstream lvdmaaten/bhtsne and add an additional line for Dmitry Ulyanov to the copyright. Fixes: https://github.com/DmitryUlyanov/Multicore-TSNE/issues/75

Hey there, would it be possible to add API or an example on how to wrap promises of different types? E.g. to handle a scenario such as: - do A...

enhancement

Spin-off from #220: unsigned saturated arithmetic isn't possible via Vc currently. This is required for us for speeding up an image render pipeline. We want to add RGB values without...

type: enhancement

Vc version / revision | Operating System | Compiler & Version | Compiler Flags | Assembler & Version | CPU ----------------------|------------------|--------------------|----------------|---------------------|---- 1.4 | macOS 10.15.3 | Apple clang version 11.0.0...

Vc version / revision | Operating System | Compiler & Version | Compiler Flags | Assembler & Version | CPU ----------------------|------------------|--------------------|----------------|---------------------|---- 1.4 / b725a903 | Linux | g++ 8.2.1 |...

Vc version / revision | Operating System | Compiler & Version | Compiler Flags | Assembler & Version | CPU ----------------------|------------------|--------------------|----------------|---------------------|---- 1.4 / b725a903 | Linux | g++ 8.2.1 |...

now that we are getting support for trace points, it would be good if we could take this a step further: similar to sched switch in/out events, we might want...

enhancement