diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2016-02-17 00:27:27 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2016-02-17 00:27:27 +0000 |
commit | ba9858caa1e927a6fcc601e3466faa693835db5e (patch) | |
tree | 8207e6f195cc00841c6403e2baaf7d3a526e7348 /r600/lib/SOURCES | |
parent | 03d52f1f52d8b7b4f738f62c459926e2796a9aab (diff) |
amdgcn: Use new workitem intrinsics
git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@261042 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'r600/lib/SOURCES')
-rw-r--r-- | r600/lib/SOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/r600/lib/SOURCES b/r600/lib/SOURCES index c99f3fc..49c8dd5 100644 --- a/r600/lib/SOURCES +++ b/r600/lib/SOURCES @@ -1 +1,3 @@ synchronization/barrier_impl.ll +workitem/get_group_id.ll +workitem/get_local_id.ll |