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 /amdgpu/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 'amdgpu/lib/SOURCES')
-rw-r--r-- | amdgpu/lib/SOURCES | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/amdgpu/lib/SOURCES b/amdgpu/lib/SOURCES index 7505f3f..0f99fe1 100644 --- a/amdgpu/lib/SOURCES +++ b/amdgpu/lib/SOURCES @@ -3,9 +3,7 @@ math/ldexp.cl math/nextafter.cl math/sqrt.cl workitem/get_num_groups.ll -workitem/get_group_id.ll workitem/get_local_size.ll -workitem/get_local_id.ll workitem/get_global_size.ll workitem/get_work_dim.ll synchronization/barrier.cl |