Updated to use shader statics
This commit is contained in:
parent
9a19e3b280
commit
2fb0641de0
10 changed files with 85 additions and 131 deletions
|
|
@ -29,7 +29,7 @@ TEST(TestOpAlgoBase, ShaderRawDataFromConstructor)
|
|||
)");
|
||||
|
||||
mgr.evalOpDefault<kp::OpAlgoBase>(
|
||||
{ tensorA, tensorB }, kp::spirv_from_source(shader));
|
||||
{ tensorA, tensorB }, kp::Shader::compile(shader));
|
||||
|
||||
mgr.evalOpDefault<kp::OpTensorSyncLocal>({ tensorA, tensorB });
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue