Initil implementation
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
parent
44e4ff6978
commit
860fda9fb5
6 changed files with 247 additions and 110 deletions
|
|
@ -45,7 +45,7 @@ class OpMult : public OpAlgoDispatch
|
|||
(uint32_t*)(shader_data::shaders_glsl_opmult_comp_spv +
|
||||
kp::shader_data::shaders_glsl_opmult_comp_spv_len));
|
||||
|
||||
algorithm->rebuild(tensors, spirv);
|
||||
algorithm->rebuild<>(tensors, spirv);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue