[all-commits] [llvm/llvm-project] cc14de: [CUDA] Fix order of memcpy arguments in __shfl_*(<...
Artem Belevich via All-commits
all-commits at lists.llvm.org
Thu Jan 23 13:18:25 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cc14de88da27a8178976972bdc8211c31f7ca9ae
https://github.com/llvm/llvm-project/commit/cc14de88da27a8178976972bdc8211c31f7ca9ae
Author: Artem Belevich <tra at google.com>
Date: 2020-01-23 (Thu, 23 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.
More information about the All-commits
mailing list