Updated compile_shader to compileShader
This commit is contained in:
parent
cc1ec748a7
commit
fa5dc43b44
14 changed files with 28 additions and 28 deletions
|
|
@ -54,7 +54,7 @@ void KomputeSummatorNode::_init() {
|
|||
std::shared_ptr<kp::Algorithm> algo =
|
||||
mgr.algorithm(
|
||||
{ this->mPrimaryTensor, this->mSecondaryTensor },
|
||||
kp::Shader::compile_source(shader));
|
||||
kp::Shader::compileSource(shader));
|
||||
|
||||
|
||||
// First we ensure secondary tensor loads to GPU
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue