gpt4 book ai didi

eclipse - 让 Eclipse 识别自动 CUDA 内核变量和函数

转载 作者:行者123 更新时间:2023-12-02 21:25:11 25 4
gpt4 key购买 nike

有没有办法让 Eclipse (Indigo) 了解 CUDA 内核可用的内置变量和函数?

考虑以下简单内核

__global__ void myKernel()
{
int x = threadIdx.x;
__syncthreads();
}

Eclipse IDE 突出显示“threadIdx”和“__syncthreads”,并显示“符号‘内置符号’无法解析”错误消息。有没有办法告诉 Eclipse 这些实际上是隐式定义的?

最佳答案

事件挂图是正确的。 #include <cuda_runtime_api.h>如果符号 __CUDACC__ 就可以了是预先定义的。

关于eclipse - 让 Eclipse 识别自动 CUDA 内核变量和函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9042152/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com