diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2016-02-13 01:01:59 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2016-02-13 01:01:59 +0000 |
commit | a48e15c6cbfac45df26f778402e4a972a7199fbe (patch) | |
tree | e1027cdf6bf978147065c8b9c2a0c42f829ebfd8 /libclc/amdgpu/lib/SOURCES | |
parent | 0a5e166a0ba60dff9f004f6721c5476f29386169 (diff) | |
download | bcm5719-llvm-a48e15c6cbfac45df26f778402e4a972a7199fbe.tar.gz bcm5719-llvm-a48e15c6cbfac45df26f778402e4a972a7199fbe.zip |
Split sources for amdgcn and r600
Most files remain in a common amdgpu directory.
Also switches barriers to to use convergent,
and use llvm.amdgcn.s.barrier.
This now requires 3.9/trunk to build amdgcn.
llvm-svn: 260777
Diffstat (limited to 'libclc/amdgpu/lib/SOURCES')
-rw-r--r-- | libclc/amdgpu/lib/SOURCES | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/libclc/amdgpu/lib/SOURCES b/libclc/amdgpu/lib/SOURCES new file mode 100644 index 00000000000..7505f3f9692 --- /dev/null +++ b/libclc/amdgpu/lib/SOURCES @@ -0,0 +1,25 @@ +atomic/atomic.cl +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 +image/get_image_width.cl +image/get_image_height.cl +image/get_image_depth.cl +image/get_image_channel_data_type.cl +image/get_image_channel_order.cl +image/get_image_attributes_impl.ll +image/read_imagef.cl +image/read_imagei.cl +image/read_imageui.cl +image/read_image_impl.ll +image/write_imagef.cl +image/write_imagei.cl +image/write_imageui.cl +image/write_image_impl.ll |