Kacper Pietkun

Results 3 issues of Kacper Pietkun

## Description ## _npi_repeats gave correct outputs only when repetition happened on 0th axis. That's why swapaxes function was called before and after triggering _npi_repeats operator. swapaxes() was called from...

pr-awaiting-review

Hello, in `partition_graph_lp.py` script, there is an argument `--balance-train`, which is used to decide whether to create the `balance_etypes` variable. However, `balance_etypes` is not used anywhere after it is created....

bug

Add support for regional compilation for HPU. It is turned on by default, but can be turned off with `VLLM_REGIONAL_COMPILATION` env variable. It works only for torch.compile execution mode. It...