diff --git a/.pick_status.json b/.pick_status.json index 0eaf89c0cfb..2f1256b4dab 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -334,7 +334,7 @@ "description": "ethos: fix build on non LP64 architectures", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null, "notes": null diff --git a/src/gallium/drivers/ethosu/ethosu_coefs.c b/src/gallium/drivers/ethosu/ethosu_coefs.c index a46cc3370cd..99cb15ff3f2 100644 --- a/src/gallium/drivers/ethosu/ethosu_coefs.c +++ b/src/gallium/drivers/ethosu/ethosu_coefs.c @@ -82,7 +82,7 @@ fill_weights(struct ethosu_subgraph *subgraph, struct ethosu_operation *operatio } pipe_buffer_unmap(subgraph->base.context, transfer_in); - long padded_size = 0; + int64_t padded_size = 0; *weights_size = mlw_reorder_encode( IFM_UBLOCK.depth, OFM_UBLOCK.depth,