[libclc] 207/291: R600: Map address spaces for atomic_xchg

Andreas Beckmann anbe at moszumanska.debian.org
Tue Sep 8 10:53:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch master
in repository libclc.

commit d531877dd365933670f9faf4dd846adde033e870
Author: Aaron Watry <awatry at gmail.com>
Date:   Tue Sep 16 22:34:58 2014 +0000

    R600: Map address spaces for atomic_xchg
    
    Signed-off-by: Aaron Watry <awatry at gmail.com>
    Reviewed-by: Tom Stellard <thomas.stellard at amd.com>
    
    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@217924 91177308-0d34-0410-b5e6-96231b3b80d8
---
 r600/lib/atomic/atomic.cl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/r600/lib/atomic/atomic.cl b/r600/lib/atomic/atomic.cl
index ab39d0f..53406f3 100644
--- a/r600/lib/atomic/atomic.cl
+++ b/r600/lib/atomic/atomic.cl
@@ -22,6 +22,7 @@ ATOMIC_FUNC(atomic_add)
 ATOMIC_FUNC(atomic_and)
 ATOMIC_FUNC(atomic_or)
 ATOMIC_FUNC(atomic_sub)
+ATOMIC_FUNC(atomic_xchg)
 ATOMIC_FUNC(atomic_xor)
 
 _CLC_DECL signed int __clc_atomic_max_addr1(volatile global signed int*, signed int);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/libclc.git



More information about the Pkg-opencl-commits mailing list