File tree 1 file changed +2
-2
lines changed
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,
193
193
194
194
// TODO: this is a bare-bones implementation for choosing a device image
195
195
// 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)
197
197
// The implementation makes no effort to differentiate between multiple images
198
198
// 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
200
200
// uses. Something like:
201
201
// PI_VALIDATE_HANDLE_RETURN_HANDLE(ctx, PI_INVALID_CONTEXT);
202
202
// return context->dispatch->piextDeviceSelectIR(
You can’t perform that action at this time.
0 commit comments