Kirill Bobyrev

Results 10 issues of Kirill Bobyrev

Rust benchmarking can be noisy in virtualized environments (GH Actions) and the best way to run the benchmarks in those is probably [iai](https://github.com/bheisler/iai). Its format seems to be unsupported my...

enhancement

Context: https://github.com/clangd/vscode-clangd/pull/141#issuecomment-784561701

enhancement

Hi! I've tried to setup Chromatica with my vim-colors-solarized colorscheme setup and noticed major issues: * Default colors are overriden * Similar syntax constructions are colored differently (see includes for...

WIP

With the growing online chess popularity, it makes sense to add chess icons to the set. Here's an example of wonderful icons FontAwesome has: https://fontawesome.com/search?q=chess&o=r

icon request

I'm not sure if it is intended or not, but I wasn't able to find any support for C++ attributes. I would be willing to add them, but I'm not...

The index page looks empty and is not really useful for understanding what Clangd is/how it helps you. Completion is cool but does not advertise Clangd much from the first...

enhancement

I like how Google Calendar allows setting custom recurrence. It has "Ends" parameter, which can be either "On 1st January 2049" or "After 13 occurrences". It is very natural for...

type:enhancement
topic:recurrence

Random Erasing ([Paper](https://arxiv.org/abs/1708.04896), [Code](https://github.com/zhunzhong07/Random-Erasing)) is an interesting augmentation which would be nice-to-have. Since Cutout already has similar functionality, I am proposing to extend it in several ways to allow more...

enhancement

The warp prefix sum (scan) algorithm was [acting up on the GPU](https://forum.modular.com/t/prefix-sum-incorrect-results-with-gpu-warp-prefix-sum-and-gpu-block-prefix-sum/1387). It turns out that the network was starting the shuffles with offset 2, which made the algorithm skip...

imported-internally
merged-internally

Block-level `sum` and `prefix_sum` are not currently implemented correctly. The problems are: - Multiple places where the execution is blocked (`warp_id()` and `lane_id()` broadcast the values to all warp lanes,...

imported-internally