作者使用的是CUDA 11.6
在测试《CUDA高性能并行计算》中的案例dist_v1_CUDA时提示题目所示错误
原因就是没有引入相关的头文件
#include "cuda_runtime.h"
#include "device_launch_parameters.h"
作者使用的是CUDA 11.6
在测试《CUDA高性能并行计算》中的案例dist_v1_CUDA时提示题目所示错误
原因就是没有引入相关的头文件
#include "cuda_runtime.h"
#include "device_launch_parameters.h"