CUDA Shared Memory Swizzlinghttps://leimao.github.io/blog/CUDA-Shared-Memory-Swizzling/63 pointsbyjxmorris12•12日前•2 コメント
In C++, you can get the same effect without the unusual syntax by passing -Wfloat-conversion to gcc/clang, but not sure how to do that with CUDA: