MasterJH5574 opened a new pull request, #16550:
URL: https://github.com/apache/tvm/pull/16550
This PR properly aligns rocm param buffer fields to avoid bug in cases like
```c
struct Param {
void *arg0;
int32_t arg1;
int64_t arg2;
};
```
In this case, we need to align arg2 by padding a i32 after arg1.
---
Co-authored-by: Tianqi Chen <[email protected]>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]