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.
mlirUniformQuantizedSubChannelTypeGetNumBlockSizes
1 parent 5e2860a commit baacd12Copy full SHA for baacd12
mlir/test/CAPI/quant.c
@@ -268,7 +268,7 @@ void testUniformSubChannelType(MlirContext ctx) {
268
mlirTypeIsNull(illegalSubChannel));
269
270
// CHECK: num dims: 2
271
- fprintf(stderr, "num dims: %" PRId64 "\n",
+ fprintf(stderr, "num dims: %" PRIdPTR "\n",
272
mlirUniformQuantizedSubChannelTypeGetNumBlockSizes(subChannel));
273
274
// CHECK: axis-block-size-pair[0]: 0:1
0 commit comments