Skip to content
  1. Sep 16, 2016
  2. Sep 15, 2016
  3. Sep 07, 2016
  4. May 26, 2016
  5. Mar 30, 2016
  6. Mar 23, 2016
  7. Mar 22, 2016
  8. Feb 24, 2016
  9. Jan 31, 2016
    • Jingyue Wu's avatar
      [doc] improve the doc for CUDA · 313496b7
      Jingyue Wu authored
      1. Mentioned that CUDA support works best with trunk.
      2. Simplified the example by removing its dependency on the CUDA samples.
      3. Explain the --cuda-gpu-arch flag.
      
      llvm-svn: 259307
      313496b7
  10. Nov 18, 2015
  11. Nov 10, 2015
    • Jingyue Wu's avatar
      [doc] Compile CUDA with LLVM · 4f2a6cb2
      Jingyue Wu authored
      Summary:
      This patch adds documentation on compiling CUDA with LLVM as requested by many
      engineers and researchers. It includes not only user guides but also some
      internals (mostly optimizations) so that early adopters can start hacking and
      contributing.
      
      Quite a few researchers who contacted us haven't used LLVM before, which is
      unsurprising as it hasn't been long since LLVM picked up CUDA. So I added a
      short summary to help these folks get started with LLVM.
      
      I expect this document to evolve substantially down the road. The user guides
      will be much simplified after the Clang integration is done. However, the
      internals should continue growing to include for example performance debugging
      and key areas to improve.
      
      Reviewers: chandlerc, meheff, broune, tra
      
      Subscribers: silvas, jingyue, llvm-commits, eliben
      
      Differential Revision: http://reviews.llvm.org/D14370
      
      llvm-svn: 252660
      4f2a6cb2
Loading