Revision 6ca35a90525c76b3a2def70d3d2ec49cf884603d authored by Z Stern on 01 August 2018, 22:55:56 UTC, committed by Z Stern on 01 August 2018, 22:55:56 UTC
GPU kernel run routine. Eventually all GPU runtimes should probably
use this one mechanism, but for now it is made optional per backedn to
prevent breaking applications which have replaced the weak linked
kernel run routine for a given API.

OpenGL Compute is switched to the types based model as it was
previously broken for types other than int32_t.

Remove tabs in some files.
1 parent 8c772dd
History
File Mode Size
apps
bazel
python_bindings
src
test
tools
tutorial
util
.clang-format -rw-r--r-- 1.4 KB
.gitignore -rw-r--r-- 1.0 KB
.travis.yml -rw-r--r-- 2.3 KB
CMakeLists.txt -rw-r--r-- 16.6 KB
Doxyfile -rw-r--r-- 103.6 KB
Doxyfile.in -rw-r--r-- 64.3 KB
LICENSE.txt -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 76.1 KB
README.md -rw-r--r-- 15.8 KB
README_cmake.md -rw-r--r-- 9.9 KB
README_rungen.md -rw-r--r-- 7.9 KB
halide.cmake -rw-r--r-- 28.3 KB

README.md

back to top