2022-09-06 04:00:10 +00:00
|
|
|
;
|
|
|
|
; Features of GPU drivers.
|
|
|
|
;
|
|
|
|
; This file defines the features that are valid for inclusion in
|
|
|
|
; the other driver files and also the order that they appear in
|
|
|
|
; the features table in the documentation. The feature description
|
|
|
|
; string should not exceed feature_str_len defined in conf.py.
|
|
|
|
;
|
|
|
|
[Features]
|
|
|
|
Get device info =
|
|
|
|
Share CPU memory with device =
|
|
|
|
Allocate device memory =
|
|
|
|
Free memory =
|
2023-09-13 12:21:49 +00:00
|
|
|
CPU map device memory =
|
|
|
|
CPU unmap device memory =
|