Krzysztof Lecki

Results 22 issues of Krzysztof Lecki

Hi, I encountered problem when using simdpp with auto type deduction to allow usage of expression templates. The problem appears both on scalar fallback implementation and on SIMDPP_ARCH_X86_AVX2. This is...

## Category: **Refactoring** ## Description: Refactor TensorVector with intention of using it as the only batch object through DALI. Main changes: 1. Batch is the source of truth. This breaks...

## Category: **Other** ## Description: Google Bench -> 1.7.0 Cutlass -> 2.9.1 Google Test -> 1.12.1 Pybind -> 2.10 Rapidjson ## Additional information: ### Affected modules and functionalities: ### Key...

Memory consumption adjusted due to more aggressive contiguous settings and coalescing. ## Category: ## Description: ## Additional information: ### Affected modules and functionalities: ### Key points relevant for the review:...

## Category: ## Description: ## Additional information: ### Affected modules and functionalities: ### Key points relevant for the review: ### Tests: - [ ] Existing tests apply - [ ]...

## Category: **Bug fix**, **Refactoring** ## Description: First commit from #4096 When deserializing, the frontend values are not initialized. Initialize them based on the backend values. Needed to fix another...

## Category: **Refactoring** ## Description: The first commit comes from #3827 - see the description of changes there. I stopped maintaining the chain of commits as it was getting hard...

## Description - [ ] **Bug fix** (*non-breaking change which fixes an issue*) - [ ] **New feature** (*non-breaking change which adds functionality*) - [ ] **Breaking change** (*fix or...

## Description - [ ] **Bug fix** (*non-breaking change which fixes an issue*) - [ ] **New feature** (*non-breaking change which adds functionality*) - [ ] **Breaking change** (*fix or...

TODO: - [ ] deduplicate between modules - [ ] See if explicit kwargs break something - [ ] Does it help with IDE integration? Signed-off-by: Krzysztof Lecki #### Why...