summaryrefslogtreecommitdiff
path: root/offload/unittests/OffloadAPI/device_code/byte.cpp
AgeCommit message (Collapse)Author
2025-10-06[Offload] Remove check on kernel argument sizes (#162121)Joseph Huber
Summary: This check is unnecessarily restrictive and currently incorrectly fires for any size less than eight bytes. Just remove it, we do sanity checks elsewhere and at some point need to trust the ABI.