[libclc] 34/291: PTX: move implementations of work-item and synchronisation functions to lib, and add header files in generic. Incorporates a patch by Tom Stellard!

Andreas Beckmann anbe at moszumanska.debian.org
Tue Sep 8 10:53:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch master
in repository libclc.

commit 0404dcc845c9a45f0315f2ef85dea3a720351f67
Author: Tom Stellard <thomas.stellard at amd.com>
Date:   Wed Jun 26 18:19:54 2013 +0000

    PTX: move implementations of work-item and synchronisation functions
    to lib, and add header files in generic.  Incorporates a patch by
    Tom Stellard!
    
    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@184979 91177308-0d34-0410-b5e6-96231b3b80d8
---
 generic/include/clc/workitem/get_global_id.h   | 2 +-
 generic/include/clc/workitem/get_global_size.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/generic/include/clc/workitem/get_global_id.h b/generic/include/clc/workitem/get_global_id.h
index b61450f..92759f1 100644
--- a/generic/include/clc/workitem/get_global_id.h
+++ b/generic/include/clc/workitem/get_global_id.h
@@ -1 +1 @@
-size_t get_global_id(uint dim);
+_CLC_DECL size_t get_global_id(uint dim);
diff --git a/generic/include/clc/workitem/get_global_size.h b/generic/include/clc/workitem/get_global_size.h
index 8d7b9a1..2f83705 100644
--- a/generic/include/clc/workitem/get_global_size.h
+++ b/generic/include/clc/workitem/get_global_size.h
@@ -1 +1 @@
-size_t get_global_size(uint dim);
+_CLC_DECL size_t get_global_size(uint dim);

-- 
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