Files
OpenCL-CTS/test_conformance/allocations/main.cpp
Sreelakshmi Haridas Maruthur 78bd3ddece allocations: Scale number of work-items in relation to input size (#2336)
Make the number of work-items proportional to size of the allocation so
we launch more work-items and do less work per work-item as buffer sizes
go up with device capabilities.

To test:
test_allocations multiple 5 buffer
test_allocations single 5 buffer
2025-04-01 09:53:21 -07:00

14 KiB