Michał Zientkiewicz
Michał Zientkiewicz
## Category: **New feature** (*non-breaking change which adds functionality*) ## Description: Executor 2.0 doesn't have "stages" and streams are assigned according to stream assignment policy. # Stream assignment policies `Executor2`...
## Category: **New feature** **Refactoring** ## Description: GPU->CPU transfer is made possible via `.cpu()` function in `DataNode`. Some refactoring of pipeline class. The checks have been removed from Pipeline class....
## Category: **Bug fix** (*non-breaking change which fixes an issue*) **Refactoring** (*Redesign of existing code that doesn't affect functionality*) ## Description: ## Additional information: Before this change specifying AccessOrder::host in...
## Category: **Other** (*e.g. Documentation, Tests, Configuration*) ## Description: Implements a pipeline example requested by a user in #1579 ## Additional information: ### Affected modules and functionalities: N/A ### Key...
## Category: **Other** (*e.g. Documentation, Tests, Configuration*) Test ## Description: Separable resampling 3D test doesn't pass on some devices. This PR adjusts the threshold values. ## Additional information: ### Affected...