summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvesely <jvesely@web>2018-05-03 16:45:08 +0000
committerIkiWiki <ikiwiki.info>2018-05-03 16:45:08 +0000
commite604be035c5307dc7cad4daba9a10f65f3169eaa (patch)
treee05ebba677c1fb1ecb736f3f0af00463dbb4ba0f
parent7cc5051f8f9ea0aa24323de46712a27c44a8d2fc (diff)
local atomics work OK on EG/NI. Noret global atomics work as well.
-rw-r--r--GalliumCompute.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/GalliumCompute.mdwn b/GalliumCompute.mdwn
index 375b9fa..f41c1cf 100644
--- a/GalliumCompute.mdwn
+++ b/GalliumCompute.mdwn
@@ -16,8 +16,8 @@ private address space | [[!color background=red text=TODO ]] | [[!color backgr
constant adress space | [[!color background=red text=TODO ]] | [[!color background=red text=TODO ]] | [[!color background=red text=TODO ]] | [[!color background=red text=TODO ]] | [[!color background=palegreen text=DONE ]] | [[!color background=palegreen text=DONE ]] | [[!color background=palegreen text=DONE]] |
local sync | [[!color background=red text=TODO ]] | [[!color background=red text=TODO ]] | [[!color background=red text=TODO ]] | [[!color background=red text=TODO ]] | [[!color background=palegreen text=DONE ]] | [[!color background=palegreen text=DONE ]] | [[!color background=palegreen text=DONE ]] |
global sync | [[!color background=red text=TODO ]] | [[!color background=red text=TODO ]] | [[!color background=red text=TODO ]] | N/A | [[!color background=palegreen text=DONE ]] | [[!color background=palegreen text=DONE ]] | [[!color background=palegreen text=DONE ]] |
-local atomics | [[!color background=red text=TODO ]] | [[!color background=red text=TODO ]] |[[!color background=red text=TODO ]]| N/A | [[!color background=orange text=WIP ]]| [[!color background=orange text=WIP ]] | [[!color background=palegreen text=DONE ]]|
-global atomics | [[!color background=red text=TODO ]]| [[!color background=red text=TODO ]]| [[!color background=red text=TODO ]]| N/A | [[!color background=red text=TODO ]]| [[!color background=red text=TODO ]]| [[!color background=palegreen text=DONE ]]|
+local atomics | [[!color background=red text=TODO ]] | [[!color background=red text=TODO ]] |[[!color background=red text=TODO ]]| N/A | [[!color background=palegreen text=DONE ]]| [[!color background=palegreen text=DONE ]] | [[!color background=palegreen text=DONE ]]|
+global atomics | [[!color background=red text=TODO ]]| [[!color background=red text=TODO ]]| [[!color background=red text=TODO ]]| N/A | [[!color background=orange text=WIP ]]| [[!color background=orange text=WIP ]]| [[!color background=palegreen text=DONE ]]|
2D image read | [[!color background=red text=TODO ]]| [[!color background=red text=TODO ]]| [[!color background=red text=TODO ]]| [[!color background=red text=TODO ]]| [[!color background=red text=TODO ]]| [[!color background=red text=TODO ]]| [[!color background=red text=TODO ]]|
3D image read | [[!color background=red text=TODO ]]| [[!color background=red text=TODO ]]| [[!color background=red text=TODO ]]| N/A | [[!color background=red text=TODO ]]| [[!color background=red text=TODO ]]| [[!color background=red text=TODO ]]|
2D image write | [[!color background=red text=TODO ]]| [[!color background=red text=TODO ]]| [[!color background=red text=TODO ]]| [[!color background=red text=TODO ]]| [[!color background=red text=TODO ]]| [[!color background=red text=TODO ]]| [[!color background=red text=TODO ]]|