Re: [PATCH v2] bus/uacce: introduce UACCE bus

2024-02-15 Thread Thomas Monjalon
16/01/2024 04:35, Chengwen Feng: > UACCE (Unified/User-space-access-intended Accelerator Framework) was > upstream to Linux kernel version 5.7, and it targets to provide Shared > Virtual Addressing (SVA) between accelerators and processes. So > accelerator can access any data structure of the main

[PATCH v2] bus/uacce: introduce UACCE bus

2024-01-15 Thread Chengwen Feng
UACCE (Unified/User-space-access-intended Accelerator Framework) was upstream to Linux kernel version 5.7, and it targets to provide Shared Virtual Addressing (SVA) between accelerators and processes. So accelerator can access any data structure of the main cpu. [1] for more information. This comm