Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/wpf/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
cuda的解释有很多'\p';_Cuda - Fatal编程技术网

cuda的解释有很多'\p';

cuda的解释有很多'\p';,cuda,Cuda,正如您在上面看到的,cuda解释中有很多“\p”,我只是想知道它是什么意思?谢谢 你会注意到它们包含在评论中,对吗 它们是自动文档系统的文本键,用于标识“下一件事是函数参数” 您摘录此内容的方式也令人困惑,因为注释部分适用于注释后面的函数原型,而不是注释前面的函数原型 你会注意到它们包含在评论中,对吗 它们是自动文档系统的文本键,用于标识“下一件事是函数参数” 您摘录此内容的方式也令人困惑,因为注释部分适用于注释后面的函数原型,而不是注释前面的函数原型 extern __host__ cudaE

正如您在上面看到的,cuda解释中有很多“\p”,我只是想知道它是什么意思?谢谢

你会注意到它们包含在评论中,对吗

它们是自动文档系统的文本键,用于标识“下一件事是函数参数”


您摘录此内容的方式也令人困惑,因为注释部分适用于注释后面的函数原型,而不是注释前面的函数原型

你会注意到它们包含在评论中,对吗

它们是自动文档系统的文本键,用于标识“下一件事是函数参数”

您摘录此内容的方式也令人困惑,因为注释部分适用于注释后面的函数原型,而不是注释前面的函数原型

extern __host__ cudaError_t CUDARTAPI cudaMemcpy(void *dst, const void *src, size_t count, enum cudaMemcpyKind kind);

/**
 * \brief Copies memory between two devices
 *
 * Copies memory from one device to memory on another device.  \p dst is the 
 * base device pointer of the destination memory and \p dstDevice is the 
 * destination device.  \p src is the base device pointer of the source memory 
 * and \p srcDevice is the source device.  \p count specifies the number of 
 */