From 73938192693c9ae7146084484d4f380b9df4e801 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Fri, 14 Feb 2014 09:13:26 -0800 Subject: [PATCH] Updated GSoC 2014 Ideas (markdown) --- GSoC-2014-Ideas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GSoC-2014-Ideas.md b/GSoC-2014-Ideas.md index fe8ad07..54487ad 100644 --- a/GSoC-2014-Ideas.md +++ b/GSoC-2014-Ideas.md @@ -52,7 +52,7 @@ The vision is a ``gpu`` pragma that means a proc and all of its dependencies are **Tasks:** * Add support for new pointer types in the compiler like ``global``, ``private``. - * Add support for workg groupss. + * Add support for work groupss. * Add support for the ``gpu`` pragma that translates to the OpenCL, version 2: https://www.khronos.org/registry/cl/sdk/2.0/docs/man/xhtml/ **Bonus points:** Support version 1.2 of the OpenCL specification: https://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/. This should be significantly harder as version 1.2 doesn't support a shared address space with the host environment.