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.