Michał Szołucha

Results 12 issues of Michał Szołucha

Signed-off-by: szalpal ## Category: **Other** (*e.g. Documentation, Tests, Configuration*) ## Description: Following up the Guided contribution tutorial #4011 , this PR updated slightly the instruction, how to build DALI dependencies....

Signed-off-by: szalpal ## Category: ## Description: ## Additional information: ### Affected modules and functionalities: ### Key points relevant for the review: ## Checklist ### Tests - [ ] Existing tests...

The EfficientDet notebook example had incorrect argument name in the `create_onnx.py` invocation. This PR fixes it. I've checked locally and with the fix below, the notebook runs successfully. Signed-off-by: szalpal

## Category: **Other** (*e.g. Documentation, Tests, Configuration*) ## Description: Currently, when DALI pipeline is created in Triton, but user forgets to pass `--gpus` flag to the run command, he gets...

This PR introduces a fix for building DALI Backend directly within Triton container with `-D TRITON_SKIP_DALI_DOWNLOAD=ON` option passed to the cmake. When the aforementioned option is passed to `cmake`, `get_dali_paths`...

This PR proposed adding two new NVTX markers to core API. The point of adding them is that it will help profiling execution within Backends and Backend optimization.

Followup for #75 (https://github.com/NVIDIA/DALI_extra/pull/75#pullrequestreview-853177113) Signed-off-by: szalpal [email protected]

Hi, Recently [PEP 703](https://peps.python.org/pep-0703/) has been approved, which removes the GIL in Python. The timeline of the change is far, however I'd like to ask, is there a particular plan...