Switch language한국어
Back to the list

Cracking Windows Open: Porting RADV to Win32 | Hacker News

TL;DR AI

Key summary

2 min read
  1. Hacker News debated whether RADV and amdgpu could be ported from Linux to Windows with shims or glue code.

  2. Commenters said AMD's shared codebase may help, but Linux kernel abstractions do not map cleanly to Win32 and Windows driver models.

  3. Past driver-porting attempts have had limited success, underscoring how hard GPU kernel work is to adapt across operating systems.

  4. The discussion also touched on broader portability benefits, including possible support for older or alternative systems.

Read the original