This was trying to replace i8/i16 arguments with i32, which
was broken and no longer necessary.
Details
Details
- Reviewers
jvesely
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I've been using a version of this locally and it fixes most, but not all tests with char/uchar/short/ushort kernel arguments.
I thought that fixing the hardcoded alignemnt=4 would help, but it's not enough.
It'll need to be handled separately.
LGTM