mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-01 12:43:47 +00:00
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:
parent
9d804dae35
commit
10b6c22e8d
@ -1 +1 @@
|
||||
size_t get_global_id(uint dim);
|
||||
_CLC_DECL size_t get_global_id(uint dim);
|
||||
|
@ -1 +1 @@
|
||||
size_t get_global_size(uint dim);
|
||||
_CLC_DECL size_t get_global_size(uint dim);
|
||||
|
Loading…
x
Reference in New Issue
Block a user