We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7bb18 commit f3c51fbCopy full SHA for f3c51fb
mlir/lib/Dialect/SPIRV/IR/SPIRVTypes.cpp
@@ -564,7 +564,6 @@ unsigned RuntimeArrayType::getArrayStride() const { return getImpl()->stride; }
564
565
void TypeCapabilityVisitor::addConcrete(RuntimeArrayType type) {
566
add(type.getElementType());
567
-
568
static constexpr auto cap = Capability::Shader;
569
capabilities.push_back(cap);
570
}
@@ -1261,7 +1260,6 @@ unsigned MatrixType::getNumElements() const {
1261
1260
1262
void TypeCapabilityVisitor::addConcrete(MatrixType type) {
1263
add(type.getColumnType());
1264
1265
static constexpr auto cap = Capability::Matrix;
1266
1267
0 commit comments