[libclc] 01/92: generic: add missing get_work_dim include
Andreas Boll
aboll-guest at moszumanska.debian.org
Mon Nov 6 15:11:54 UTC 2017
This is an automated email from the git hooks/post-receive script.
aboll-guest pushed a commit to branch master
in repository libclc.
commit 1cb3fbf504e25d86d972e8b2af3e24571767046b
Author: Jan Vesely <jan.vesely at rutgers.edu>
Date: Fri Jun 2 15:58:35 2017 +0000
generic: add missing get_work_dim include
Fixes few piglits since clang r304193
Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
Reviewed-by: Aaron Watry <awatry at gmail.com>
git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@304556 91177308-0d34-0410-b5e6-96231b3b80d8
---
generic/include/clc/clc.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/generic/include/clc/clc.h b/generic/include/clc/clc.h
index bf4b01d..4c29214 100644
--- a/generic/include/clc/clc.h
+++ b/generic/include/clc/clc.h
@@ -31,6 +31,7 @@
#include <clc/workitem/get_num_groups.h>
#include <clc/workitem/get_group_id.h>
#include <clc/workitem/get_global_offset.h>
+#include <clc/workitem/get_work_dim.h>
/* 6.11.2 Math Functions */
#include <clc/math/acos.h>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/libclc.git
More information about the Pkg-opencl-commits
mailing list