KhronosGroup / OpenCL-CLHPP

Khronos OpenCL-CLHPP
Apache License 2.0
369 stars 129 forks source link

No Device-parametrized versions of compile()? #285

Closed pjaaskel closed 5 months ago

pjaaskel commented 7 months ago

There are versions of build() which can limit the devices to build for, but there is only one compile() which builds for all devices in the context. Is this for some purpose that I do not see, or just not implemented yet?

bashbaug commented 5 months ago

@pjaaskel I think #286 fixes this issue?