Updated tests to match kompute workgroup
This commit is contained in:
parent
c8370e0a3a
commit
f507439eb7
2 changed files with 5 additions and 5 deletions
|
|
@ -385,7 +385,7 @@ TEST(TestMultipleAlgoExecutions, TestAlgorithmSpecialized)
|
|||
sq->record<kp::OpAlgoBase>(
|
||||
{ tensorA, tensorB },
|
||||
std::vector<char>(shader.begin(), shader.end()),
|
||||
kp::OpAlgoBase::KomputeWorkgroup(), spec);
|
||||
std::array<uint32_t, 3>(), spec);
|
||||
sq->end();
|
||||
|
||||
sq->eval();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue