io▌
7 indexed skills · max 10 per page
jetson-customize-mgbe
nvidia/skills · jetson
>-
jetson-customize-uphy
nvidia/skills · jetson
Configure Jetson UPHY lane allocation (uphy0/uphy1-config) on Orin/Thor custom carriers. Do NOT use for pinmux or PCIe-only edits.
jetson-customize-pinmux
nvidia/skills · jetson
>-
jetson-customize-camera
nvidia/skills · jetson
>-
jetson-customize-pcie
nvidia/skills · jetson
>-
jetson-customize-usb
nvidia/skills · jetson
Enable/disable Jetson USB2/USB3 SS ports via kernel-DT overlay. Do NOT use for UPHY lane allocation or ODMDATA edits.
cupynumeric-parallel-data-load
nvidia/skills · cupynumeric
Load a sharded, on-disk dataset (sharded .npy, Parquet/Arrow, raw binary, sharded HDF5, custom layouts) into a distributed cuPyNumeric ndarray via a manual partition + leaf @task launch with CPU/OMP/GPU variants. Use when no single-call loader fits, including when per-shard row counts differ across files. Prefer cupynumeric.load or legate.io.hdf5.from_file when they apply.