Skip to content

Commit

Permalink
Typo, cudaMemcpyDeviceToHost
Browse files Browse the repository at this point in the history
  • Loading branch information
kkpezesh committed Sep 17, 2020
1 parent 9ad319e commit 715ce1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cu.nanorc
Expand Up @@ -13,7 +13,7 @@ color brightyellow "\<(try|throw|catch|operator|new|delete)\>"
color magenta "\<(goto|continue|break|return)\>"

## Specific CUDA stuffs
color red "\<(__host__|__global__|__device__|threadIdx|blockIdx|blockDim|cudaMalloc|cudaMemcpy|cudaMemcpyHostToDevice|cudamemcpyDeviceToHost|dim3|grids|threads|cudaFree)\>"
color red "\<(__host__|__global__|__device__|threadIdx|blockIdx|blockDim|cudaMalloc|cudaMemcpy|cudaMemcpyHostToDevice|cudaMemcpyDeviceToHost|dim3|grids|threads|cudaFree)\>"
## threads and blocks kernel call
## color cyan "<<<.*>>>"
color cyan start="<<<" end=">>>"
Expand Down

0 comments on commit 715ce1b

Please sign in to comment.