mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 17:13:29 +08:00
- In WSL the handle for DMA buf is an NT handle. - To share and import this memory we check if the handle is an NT handle before attempting to load as an FD. - If the handle is and NT handle, then we open the fd as an NT handle. Signed-off-by: Spruit, Neil R <neil.r.spruit@intel.com>