drivers/accel/habanalabs/common

Intel Habana Gaudi AI accelerator cards

PCIe accelerator cards from Intel's Habana Labs line (Goya, Gaudi, Gaudi 2, and now Gaudi 3) used to train and run large AI and machine-learning models in data centers, competing with NVIDIA's H100-class GPUs. The common code here is the shared core of the kernel driver that talks to the hardware over PCI on behalf of all the Gaudi generations.

keep conf=0.93 deploy=medium replacement=none subsystem=accel category=other
93%

recommendation

It should stay in the kernel because Intel is actively shipping new Gaudi 3 PCIe cards in 2025 (including through Dell's AI Factory program) and upstream maintainers are still landing feature updates, with December 2025 pull requests adding Gaudi 3 support alongside ongoing Gaudi 2 fixes. There is no replacement driver for these devices, and they are deployed in enterprise and cloud AI training environments.

repository signals

30 files
32,010 source lines
237 commits, 5y
+35,029 / −2,994 lines added / removed, 5y
51 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 237 total · active in 30/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 1 commit · +18 −2 2022-12: 8 commits · +29,238 −99 2023-01: 27 commits · +957 −253 2023-02: 24 commits · +383 −429 2023-03: 27 commits · +534 −239 2023-04: 9 commits · +99 −84 2023-05: 16 commits · +206 −320 2023-06: 14 commits · +303 −196 2023-07: 3 commits · +204 −138 2023-08: 16 commits · +330 −197 2023-09: 11 commits · +100 −44 2023-10: 6 commits · +97 −92 2023-11: 7 commits · +743 −321 2023-12: 5 commits · +13 −11 2024-01: 10 commits · +99 −83 2024-02: 10 commits · +220 −159 2024-03: 7 commits · +93 −31 2024-04: 6 commits · +149 −45 2024-05: 5 commits · +63 −19 2024-06: 1 commit · +3 −0 2024-07: 2 commits · +153 −2 2024-08: 3 commits · +28 −7 2024-09: 3 commits · +818 −2 2024-10: 1 commit · +9 −2 2024-11: 0 commits · +0 −0 2024-12: 5 commits · +12 −20 2025-01: 0 commits · +0 −0 2025-02: 1 commit · +4 −4 2025-03: 1 commit · +3 −22 2025-04: 0 commits · +0 −0 2025-05: 3 commits · +2 −4 2025-06: 0 commits · +0 −0 2025-07: 1 commit · +7 −16 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 4 commits · +141 −153 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. spinics.net

    A September 26, 2025 drm-next pull for accel/habanalabs states upstreaming is continuing with regular updates and new features for v6.18, indicating active maintenance rather than removal.

  2. spinics.net

    A December 1, 2025 pull request for accel/habanalabs adds Gaudi3 support while continuing Gaudi2 fixes, showing the driver family is expanding upstream.

  3. intel.com

    Intel's Gaudi product page says 'Now Shipping: Intel Gaudi 3 PCIe Card' and lists OEM and cloud availability, showing new hardware sales and deployments in 2025.

  4. newsroom.intel.com

    Intel's May 19, 2025 newsroom post announces Dell AI Factory availability for Intel Gaudi 3 and describes enterprise deployment readiness.

codex reasoning notes (technical)

Local shell inspection showed this directory is the actual PCI accel driver entry point (`habanalabs_drv.c` registers a PCI driver and describes Habana AI accelerators), not just a helper library. Lore-style upstream evidence was gathered via web search result snippets because `lei` and the `lore-http` MCP server were unavailable here: the Sept. 26, 2025 and Dec. 1, 2025 dri-devel pull requests show ongoing upstream feature work and no removal series. Intel product/news pages were opened via web tool and show Gaudi hardware still shipping and being deployed in 2025. Given active upstream development, ongoing product sales, and no natural replacement driver for the same devices, the correct outcome is keep.