Home
last modified time | relevance | path

Searched refs:workgroupSizeVec (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/test/lib/Dialect/SPIRV/
DTestEntryPointAbi.cpp49 SmallVector<int32_t, 3> workgroupSizeVec(workgroupSize.begin(), in runOnOperation() local
51 workgroupSizeVec.resize(3, 1); in runOnOperation()
53 spirv::getEntryPointABIAttr(workgroupSizeVec, context)); in runOnOperation()