Merge pull request #28303 from raimbekovm:fix-typos-batch4

docs: fix spelling errors in code and comments
This commit is contained in:
Alexander Smorkalov
2026-01-23 13:42:15 +03:00
committed by GitHub
9 changed files with 33 additions and 33 deletions

View File

@@ -106,7 +106,7 @@ bool OpMatMul::forward(std::vector<Tensor>& ins, std::vector<Tensor>& outs)
}
desSet->writeTensor(outs[0], 2);
desSet->writeTensor(paramTensor, 3); // TODO change the parameter from pushconstance to buffer.
desSet->writeTensor(paramTensor, 3); // TODO change the parameter from pushconstant to buffer.
cmdBuffer->beginRecord();
pipeline->bind(cmdBufferReal, desSet->get());