It occurred when I did not wait GPU process finishes.
#include <stdio.h>
#include <cuda_runtime.h>
__global__
void my_kernel(int val, int *A, int N)
{
int i = threadIdx.x;It occurred when I did not wait GPU process finishes.
#include <stdio.h>
#include <cuda_runtime.h>
__global__
void my_kernel(int val, int *A, int N)
{
int i = threadIdx.x;| SPC s c remove highlight | |
| **** Files manipulations key bindings | |
| Files manipulation commands (start with ~f~): | |
| | Key Binding | Description | | |
| |-------------+----------------------------------------------------------------| | |
| | ~SPC f c~ | copy current file to a different location | | |
| | ~SPC f C d~ | convert file from unix to dos encoding | | |
| | ~SPC f C u~ | convert file from dos to unix encoding | |