0
0
mirror of https://github.com/llvm/llvm-project.git synced 2025-04-21 18:16:54 +00:00

Fix printing of mlirUniformQuantizedSubChannelTypeGetNumBlockSizes in 32-bit machine. ()

Fixes the issue reported in
https://github.com/llvm/llvm-project/pull/120172#issuecomment-2763212827

cc @mgorny
This commit is contained in:
Sandeep Dasgupta 2025-03-31 13:45:43 -07:00 committed by GitHub
parent 5e2860a8d3
commit baacd1287b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -268,7 +268,7 @@ void testUniformSubChannelType(MlirContext ctx) {
mlirTypeIsNull(illegalSubChannel));
// CHECK: num dims: 2
fprintf(stderr, "num dims: %" PRId64 "\n",
fprintf(stderr, "num dims: %" PRIdPTR "\n",
mlirUniformQuantizedSubChannelTypeGetNumBlockSizes(subChannel));
// CHECK: axis-block-size-pair[0]: 0:1