From 558a04636c41f9eb9b3bd0bd3e1bb2ef2ce1981c Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sun, 11 Feb 2018 01:40:33 -0500 Subject: [PATCH] Updated changelog to reflect addd support for OpenCL 2.1. Added licenseheader files where missing. --- CHANGELOG.md | 1 + src/test/java/com/aparapi/runtime/Issue69Test.java | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd3318fb..cf3d97b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 1.5.0 +* Support for OpenCL 2.1 added. * Support inline array creation in the kernel, which is implemented in the GPU in private memory. * Updated parent pon to v6. * createProgram had the wrong signature producing a unsatisfied link exception that is now fixed. diff --git a/src/test/java/com/aparapi/runtime/Issue69Test.java b/src/test/java/com/aparapi/runtime/Issue69Test.java index 8f2aa47a..d33243cb 100644 --- a/src/test/java/com/aparapi/runtime/Issue69Test.java +++ b/src/test/java/com/aparapi/runtime/Issue69Test.java @@ -1,12 +1,12 @@ /** * Copyright (c) 2016 - 2017 Syncleus, Inc. - * <p> + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * <p> - * http://www.apache.org/licenses/LICENSE-2.0 - * <p> + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -- GitLab