From 5161d571632b4d219fd7ef18cf2d7c227f5d3c73 Mon Sep 17 00:00:00 2001 From: Mohamed Ibrahim <mibrahim@mibrahim.net> Date: Sun, 27 Sep 2015 11:21:17 -0400 Subject: [PATCH] Adding AparapiExtensionProposal --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index 75e26868..68c6f070 100644 --- a/doc/README.md +++ b/doc/README.md @@ -29,7 +29,7 @@ APARAPI Documentation | [ProfilingKernelsFromEclipse](ProfilingKernelsFromEclipse.md) | Profiling Kernels with AMD profiler in Eclipse (Indigo) | | [DeviceProposal](DeviceProposal.md) | How we might use the extension mechanism devices for general Kernel execution.| | [NewOpenCLBinding](NewOpenCLBinding.md) | How to use new OpenCL binding mechanism. | -| AparapiExtensionProposal | A proposed aparapi extension mechanism. | +| [AparapiExtensionProposal](AparapiExtensionProposal.md) | A proposed aparapi extension mechanism. | | UsingConstantMemory | How to make use of constant memory in a Kernel | | UsingLocalMemory | How to make use of local memory in a Kernel | | UsingMultiDimExecutionRanges | How to use the new Range class (for multi-dim range access) | -- GitLab