aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authoralan-baker <alanbaker@google.com>2019-11-29 08:13:54 -0500
committerGitHub <noreply@github.com>2019-11-29 08:13:54 -0500
commit5ef05128a1df610ce24466b89678b75e6395b9ff (patch)
tree57966bfe4a2dc386b0c6be49742a0f5354cbc033 /tools
parenta33d5a6af88634a73520818e63b238891a975198 (diff)
downloadamber-5ef05128a1df610ce24466b89678b75e6395b9ff.tar.gz
Opencl images and samplers (#734)
* Add descriptor map parsing for images and samplers * Allow samplers to be bound by arg name or ordinal * no custom support for program scope samplers * Add parsing of buffer width and height as an alternative to SIZE for use as an image * add tests for new functionality * update docs * add new full flow tests * update deps and allow rolls
Diffstat (limited to 'tools')
-rwxr-xr-xtools/roll-all3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/roll-all b/tools/roll-all
index 6ff6af5..984c302 100755
--- a/tools/roll-all
+++ b/tools/roll-all
@@ -45,9 +45,6 @@ def roll_all_deps(deps_file_path):
list_of_deps = ['roll-dep', '--ignore-dirty-tree']
for directory in sorted(deps_file['deps']):
- # Leave CLSPV to be rolled individually.
- if directory == "third_party/clspv" or directory == "third_party/clspv-llvm":
- continue
# cpplint uses gh-pages as the main branch, not master which doesn't work
# with roll-dep
if directory == "third_party/cpplint":