Is it worth using gpu on boundary operators?

I was checking out the Bempp OpenCL performance benchmarks and it got me thinking why

bemp.api.POTENTIAL_OPERATOR_DEVICE_TYPE = ‘gpu’ was tested but no

bemp.api.BOUNDARY_OPERATOR_DEVICE_TYPE = ‘gpu’ was included in the comparison

Regards