ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

CUDA Snippets

by LitLeo ALL

snippets for cuda c++

Details

Installs

  • Total 4K
  • Win 2K
  • Mac 769
  • Linux 2K
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1
Mac 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

CUDA-Sublime-Text-Snippets

This package adds some CUDA functions snippets for Sublime Text.

Installation

Package Control (recommended)

The easiest way to install the CUDA Snippets is by using Package Control.

  • Open Package Control (or hit Ctrl+Shift+P or Cmd+Shift+P)
  • Type install and hit enter
  • Type CUDA Snippets and hit enter again

Cloning the Repository

You can manually install the package by using Git.

To find out where the Packages directory is, you can go to Preferences and Browse packages…. This will open the directory in your file explorer.

Downloading the Archive

If you don’t have Package Control or Git, you can also download the package. However you really should be using Package Control, because the process is simpler.

Problem

CUDA code is almost the same as C++ code, but I cann't use c++ packages, such as C++ sinppets, in CUDA C++ files. https://forum.sublimetext.com/t/how-to-enable-c-sublime-package-in-cuda-files-cu-cuh/19014

The Temporary Solution: Add several frequently-used c++ snippets.

Changed Snippets: Remove function note and semicolon(;) of all snippets. - Extract the archive inside the Packages directory

History

v1.1.1

Before: cudaFree(void* devPtr); /Frees memory on the device./

Now cudaFree(void* devPtr)

v1.2.0

New Snippets: Add keywords snippets, such as

global host forceinline managesharedd dim3 char2 char4 ……

Thanks