aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-10-27 22:22:24 +0100
committerAdrian Kummerlaender2019-10-27 22:22:24 +0100
commit536b25e2c2b742c17d023d2b3386fed4dc60a339 (patch)
tree7424a6431d8076257125a70adcd45bf417aa38c1 /README.md
parent1b9ac6e7aee3cf63495a65c2d7dbf79a0be23d7d (diff)
downloadboltzgen-536b25e2c2b742c17d023d2b3386fed4dc60a339.tar
boltzgen-536b25e2c2b742c17d023d2b3386fed4dc60a339.tar.gz
boltzgen-536b25e2c2b742c17d023d2b3386fed4dc60a339.tar.bz2
boltzgen-536b25e2c2b742c17d023d2b3386fed4dc60a339.tar.lz
boltzgen-536b25e2c2b742c17d023d2b3386fed4dc60a339.tar.xz
boltzgen-536b25e2c2b742c17d023d2b3386fed4dc60a339.tar.zst
boltzgen-536b25e2c2b742c17d023d2b3386fed4dc60a339.zip
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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