[llvm-dev] [CUDA/NVPTX] design doc for memory space inference

Jingyue Wu via llvm-dev llvm-dev at lists.llvm.org
Sun Aug 30 23:10:41 PDT 2015


As a continuation to the effort of documenting optimizations for GPGPU
programs <http://lists.llvm.org/pipermail/llvm-dev/2015-August/089574.html>,
I am sending out the design doc <http://goo.gl/5wH2Ct> for another series
of NVPTX-specific optimizations called memory space inference. They are
already upstreamed to LLVM's NVPTX backend (relevant code can be found here
<https://github.com/llvm-mirror/llvm/blob/master/lib/Target/NVPTX/NVPTXTargetMachine.cpp#L183-L193>
).

Again, feel free to comment.

Thanks,
Jingyue
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150830/8f0991e5/attachment.html>


More information about the llvm-dev mailing list