Skip to content

Commit 270ebab

Browse files
authored
Update wabibabo.md
1 parent 1c29fb2 commit 270ebab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CUDA/wabibabo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ cudaMemcpyToSymbol(
152152

153153
<h5>dynamic shared memory</h5>
154154

155-
```
155+
```c++
156156
__global__ void kernel(){
157157
int n=10;
158158
__shared__ int a[n];

0 commit comments

Comments
 (0)