Bendabir

  • Home
  • About

Latest

Exploring CUDA, Threading and Async Python - Part 3

Previously, we discussed the impact of the GIL on CPU utilization, particularly relevant for pre-processing. We also looked at how batch size affects GPU utilization (and consequently FPS) in an ideal scenario. However, that was far from a real-world case. In practice, there’s usually a pre-processing phase handled by
Ben Nov 5, 2024

Efficient Connected Components Labeling for PyTorch

Ben Oct 12, 2024

Exploring CUDA, Threading and Async Python - Part 2

Ben Sep 29, 2024

Exploring CUDA, Threading and Async Python - Part 1

Ben Sep 14, 2024

Improved Observability

Ben Sep 8, 2024

MyPy & PEP 702 (@deprecated)

Ben Mar 16, 2024
Do people really read footers ?