File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -193,10 +193,10 @@ pi_result OCL(piextDeviceSelectBinary)(pi_device device,
193193
194194 // TODO: this is a bare-bones implementation for choosing a device image
195195 // that would be compatible with the targeted device. An AOT-compiled
196- // image is preferred over SPIRV for known devices (i.e. Intel devices)
196+ // image is preferred over SPIR-V for known devices (i.e. Intel devices)
197197 // The implementation makes no effort to differentiate between multiple images
198198 // for the given device, and simply picks the first one compatible
199- // Real implementaion will use the same mechanism OpenCL ICD dispatcher
199+ // Real implementation will use the same mechanism OpenCL ICD dispatcher
200200 // uses. Something like:
201201 // PI_VALIDATE_HANDLE_RETURN_HANDLE(ctx, PI_INVALID_CONTEXT);
202202 // return context->dispatch->piextDeviceSelectIR(
You can’t perform that action at this time.
0 commit comments