From 6b1608941217e686d072eda18e13860cb298e5bd Mon Sep 17 00:00:00 2001 From: Mohamed Ibrahim <mibrahim@mibrahim.net> Date: Sun, 27 Sep 2015 11:57:29 -0400 Subject: [PATCH] Update JavaKernelGuidelines.md --- doc/JavaKernelGuidelines.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/JavaKernelGuidelines.md b/doc/JavaKernelGuidelines.md index 71b5a226..533872ef 100644 --- a/doc/JavaKernelGuidelines.md +++ b/doc/JavaKernelGuidelines.md @@ -46,7 +46,6 @@ Some restrictions/guidelines may be removed or augmented in a future Aparapi rel int foo(int a) { // . . . } - public void run() { int z; foo(z = 3); @@ -69,4 +68,4 @@ The C99/OpenCL standard does not define this and so the result would be undefine ##Runtime Exceptions * When run on the GPU, array accesses will not generate an ArrayIndexOutOfBoundsException. Instead the behavior will be unspecified. * When run on the GPU, ArithmeticExceptions will not be generated, for example with integer division by zero. Instead the behavior will be unspecified. -Attribution \ No newline at end of file +Attribution -- GitLab