Updated to use all uint32_t to avoid ambiguity on passing strings
This commit is contained in:
parent
5bc3ac9c06
commit
56d9a3a933
18 changed files with 65 additions and 68 deletions
|
|
@ -151,6 +151,8 @@ TEST(TestAsyncOperations, TestManagerAsyncExecution)
|
|||
|
||||
mgr.rebuild({ tensorA, tensorB });
|
||||
|
||||
std::vector<uint32_t> result = kp::Shader::compile_source(shader);
|
||||
|
||||
mgr.evalOpAsync<kp::OpAlgoBase>(
|
||||
{ tensorA }, "asyncOne", kp::Shader::compile_source(shader));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue