summaryrefslogtreecommitdiff
path: root/r600/lib/workitem
AgeCommit message (Expand)AuthorFilesLines
2016-08-25amdgcn: Fix return type of get_num_groupsMatt Arsenault1-0/+18
2016-08-24amdgcn: Fix return type for get_global_sizeMatt Arsenault1-0/+18
2016-08-20amdgpu: Fix default case value for get_local_sizeMatt Arsenault1-1/+1
2016-08-20amdgcn: Fix get_local_size IR return typeMatt Arsenault1-0/+18
2016-07-22AMDGPU: Implement get_global_offset builtinJan Vesely1-0/+11
2016-07-22AMDGPU: Use clang intrinsics for workitem builtinsJan Vesely5-60/+31
2016-02-17amdgcn: Use new workitem intrinsicsMatt Arsenault2-0/+60
2016-02-13Split sources for amdgcn and r600Matt Arsenault6-98/+0
2014-12-31r600: get_work_dim: Update metadata syntax for LLVM 3.6Tom Stellard1-1/+1
2014-10-22r600: Fix get_work_dim range metadataJan Vesely1-1/+1
2014-10-15r600: Use llvm intrinsic to read work dimension informationJan Vesely1-0/+8
2013-07-24Added get_num_groupsAaron Watry1-0/+18
2013-06-26r600: Fix implementations of get_group_id.ll and get_local_size.llTom Stellard2-12/+12
2013-06-26R600: Replace cl implementations with LLVM IR implementationTom Stellard6-20/+72
2013-06-26r600: Add get_global_size() implementationTom Stellard1-0/+10
2013-06-26r600: Fix get_global_id implementationTom Stellard1-3/+3
2013-06-26r600: Initial supportTom Stellard1-0/+10