PTX: move implementations of work-item and synchronisation functions

to lib, and add header files in generic.  Incorporates a patch by
Tom Stellard!

llvm-svn: 184979
This commit is contained in:
Tom Stellard 2013-06-26 18:19:54 +00:00
parent 9d804dae35
commit 10b6c22e8d
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
size_t get_global_id(uint dim);
_CLC_DECL size_t get_global_id(uint dim);

View File

@ -1 +1 @@
size_t get_global_size(uint dim);
_CLC_DECL size_t get_global_size(uint dim);