Updated tests to match kompute workgroup

This commit is contained in:
Alejandro Saucedo 2021-02-14 07:18:46 +00:00
parent c8370e0a3a
commit f507439eb7
2 changed files with 5 additions and 5 deletions

View file

@ -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();