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/api/Utils-API/Tiling调测/ContextBuilder/PlatformInfo.md
问题:多余分号打断链式调用:
.PlatformInfo(reinterpret_cast<void*>(platformInfo)); // ; 打断了链 .BuildTilingContext(); // 孤立的成员访问,编译错误
该问题已收到,将会尽快修复。
您好,此问题已修复,感谢您的反馈~
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/api/Utils-API/Tiling调测/ContextBuilder/PlatformInfo.md
Issues Section(问题文档片段)
Existing Issues(存在的问题)
问题:多余分号打断链式调用:
.PlatformInfo(reinterpret_cast<void*>(platformInfo)); // ; 打断了链
.BuildTilingContext(); // 孤立的成员访问,编译错误