Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
https://gitcode.com/cann/asc-devkit/blob/master/docs/guide/编程指南/编程模型/AI-Core-SIMT编程/线程架构.md
一维索引计算公式代码 int global_id = blockIdx.x * blockDim.x + threadIdx.x 末尾缺少分号。
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Document Link(文档链接)
https://gitcode.com/cann/asc-devkit/blob/master/docs/guide/编程指南/编程模型/AI-Core-SIMT编程/线程架构.md
Issues Section(问题文档片段)
Existing Issues(存在的问题)
一维索引计算公式代码 int global_id = blockIdx.x * blockDim.x + threadIdx.x 末尾缺少分号。