Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@harrism harrism released this 19 Feb 07:11
· 6 commits to master since this release

sublimetext-cuda-cpp v1.0.0

CUDA C++ Package for Sublime Text 2 & 3

This is the first versioned release of sublimetext-cuda-cpp.

Changes:

  • Updated to match version appendix B and D of CUDA 6.0 "CUDA C Programming Guide"
  • Added __managed__ keyword
  • Added snippet for cudaMallocManaged()