Alex

Results 10 issues of Alex

Tried to run rubocop in neovim with a default fish shell Instead of my code got a string. fish: $/ is not a valid variable in fish. rubocop --auto-correct --stdin...

https://github.com/KonanM/small_vector/blob/c9bba3e05ded04af2822ac0d2b64d3c322d17be8/include/small_vector/small_vector.h#L68 It would be better to use private inheritance here. There is a risk that someone will destroy the instance through the base class.

Please provide only the English (by default) description on main menu. Provide a possibility to change the language in the settings.

Please add a possibility to switch to the darkmode

Rocm nightly build is failing due to the dot_operation_test and triton. Disabling triton makes this test to pass. It make sense to split the test to test both scenarios with...

Adding missing build dependencies for ubuntu and rh based distros.

📝 Summary of Changes Properly support asan/tsan builds with rbe by providing the lists through the run_under script 🎯 Justification asan and tsan configs were missing the run_under wrapper so...

📝 Summary of Changes Make multigpu tests being executed exclusively. 🎯 Justification Multigpu tests have to run exclusively to not clash the utilization of gpus in parallel. This PR marks...

📝 Summary of Changes Use tarballs as a hermetic rocm dependency instead of using deb pkgs 🎯 Justification Clean up rocm_configure to use tarballs instead of dep packages. Tarballs are...

📝 Summary of Changes Making ROCm rbe amdgpu pool name for tests configurable. Preparation for rbe with different gpu archs 🎯 Justification We pass the environment variable that sets the...