Skip to content

Tags: xnvme/aisio

Tags

pit-30-06-2026

Toggle pit-30-06-2026's commit message
fix(docs/tooling): replace removed matplotlib get_cmap call

The GitHub Pages build failed during plot generation because matplotlib
3.9 removed matplotlib.cm.get_cmap, which raised an AttributeError under
the pinned matplotlib>=3.10. Switch to the supported pyplot.get_cmap so
the docs build succeeds again.

Signed-off-by: Simon A. F. Lund <os@safl.dk>

poc

Toggle poc's commit message
feat(docs): add sections about uPCIe

This describes uPCIe, uPCIe CUDA and the dma-buf patches.

Signed-off-by: Karl Bonde Torp <k.torp@samsung.com>