summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKarol Herbst <git@karolherbst.de>2023-07-11 16:59:41 +0200
committerMarge Bot <emma+marge@anholt.net>2023-07-20 23:00:24 +0000
commitfa8634388bfce0b3f1cb0135dab384df9071939f (patch)
treeccbe36e3e43ea612831ec05303fae819a736fb85 /docs
parent44e652af9af7b3136011c9f3ad537782b604c004 (diff)
llvmpipe: enable system SVM
The API bits are already implemented in clover and rusticl and by definition a CPU driver implements SVM. This should allow anybody to work on proper SyCL/CHIP-SPV support for rusticl running llvmpipe. Signed-off-by: Karol Herbst <git@karolherbst.de> Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24092>
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 00d2e2ac914..d4e3ec748a6 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -701,7 +701,7 @@ Clover OpenCL 1.2 -- all DONE:
Clover OpenCL 2.0 -- all DONE:
- Shared virtual memory DONE (nvc0)
+ Shared virtual memory DONE (nvc0, llvmpipe)
Device queues not started
- cl_khr_create_command_queue not started
- Additional queries for clGetDeviceInfo not started
@@ -856,7 +856,7 @@ Rusticl OpenCL 1.2 -- all DONE:
Rusticl OpenCL 2.0 -- all DONE:
- Shared virtual memory in progress (nvc0)
+ Shared virtual memory in progress (nvc0, llvmpipe)
Device queues not started
- cl_khr_create_command_queue DONE
- Additional queries for clGetDeviceInfo DONE