[PATCH] D18168: [NVVM] Remove noduplicate attribute from synchronizing intrinsics.
Justin Lebar via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 22 11:41:31 PDT 2016
jlebar added a comment.
Friendly ping here -- I think we're ready to go with this one. It's necessary to get inlining of functions which contain __syncthreads() and unrolling of loops that contain __syncthreads(), so has a pretty substantial performance impact.
http://reviews.llvm.org/D18168
More information about the llvm-commits
mailing list