已合并
修复bmmv3 vector模板在atc模型下编译bug #6351
zhang-junming21创建于 6月22日
修复bmmv3 vector模板在atc模型下编译bug #6351
已合并
共 1 个文件变更+1-1
| @@ -60,7 +60,7 @@ public: | |||
| 60 | GM_ADDR biasGM, | 60 | GM_ADDR biasGM, |
| 61 | GM_ADDR offsetWGM, | 61 | GM_ADDR offsetWGM, |
| 62 | GM_ADDR workspaceGM, | 62 | GM_ADDR workspaceGM, |
| 63 | - BatchMatmulTilingData* tilingData, TPipe* pipe) | 63 | + const BatchMatmulTilingData* tilingData, TPipe* pipe) |
| 64 | { | 64 | { |
| 65 | ASSERT(GetBlockNum() != 0 && "block dim can not be zero!"); | 65 | ASSERT(GetBlockNum() != 0 && "block dim can not be zero!"); |
| 66 | this->coreNumber = tilingData->vectorTilingInfo.coreNumber; | 66 | this->coreNumber = tilingData->vectorTilingInfo.coreNumber; |