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. (#133763)
Fixes the issue reported in https://github.com/llvm/llvm-project/pull/120172#issuecomment-2763212827 cc @mgorny
This commit is contained in:
parent
5e2860a8d3
commit
baacd1287b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user