Updated compile_shader to compileShader

This commit is contained in:
Alejandro Saucedo 2021-03-06 12:02:08 +00:00
parent cc1ec748a7
commit fa5dc43b44
14 changed files with 28 additions and 28 deletions

View file

@ -58,7 +58,7 @@ void KomputeSummator::_init() {
// Then we run the operation with both tensors
this->mSequence->record<kp::OpAlgoCreate>(
{ this->mPrimaryTensor, this->mSecondaryTensor },
kp::Shader::compile_source(shader));
kp::Shader::compileSource(shader));
// We map the result back to local
this->mSequence->record<kp::OpTensorSyncLocal>(