From 536b25e2c2b742c17d023d2b3386fed4dc60a339 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 27 Oct 2019 22:22:24 +0100 Subject: Optionally generate cell-list-based OpenCL dispatch functions Requires different function naming as OpenCL 1.2 doesn't support overloads. The OpenCL kernel code generated using this commit was successfully tested on an actual GPU. Time to set up some automatic validation. --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 679cf90..9a7052b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ At the moment this is a more structured and cleaned up version of the OpenCL ker * equilibrilization and moment collection utility functions * optimization via common subexpression elimination * array-of-structures and structure-of-arrays memory layouts +* static resolution of memory offsets * AB streaming pattern * C++ and OpenCL targets * simple CLI frontend -- cgit v1.2.3