[all-commits] [llvm/llvm-project] 0df136: [CUDA] Fix order of memcpy arguments in __shfl_*(<...

Artem Belevich via All-commits all-commits at lists.llvm.org
Fri Jan 24 15:09:11 PST 2020


  Branch: refs/heads/release/10.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 0df13627c6a4006de39e5f01d81a338793b0e82b
      https://github.com/llvm/llvm-project/commit/0df13627c6a4006de39e5f01d81a338793b0e82b
  Author: Artem Belevich <tra at google.com>
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
    M clang/lib/Headers/__clang_cuda_intrinsics.h

  Log Message:
  -----------
  [CUDA] Fix order of memcpy arguments in __shfl_*(<64-bit type>).

Wrong argument order resulted in broken shfl ops for 64-bit types.

(cherry picked from commit cc14de88da27a8178976972bdc8211c31f7ca9ae)




More information about the All-commits mailing list