From eda2b6a0fab052d8b1ba062195022843276988be Mon Sep 17 00:00:00 2001 From: Alexey Bader Date: Sat, 22 Feb 2020 15:08:31 +0300 Subject: [PATCH] [SYCL][NFC] Fix a couple of types in the comments Signed-off-by: Alexey Bader --- sycl/plugins/opencl/pi_opencl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sycl/plugins/opencl/pi_opencl.cpp b/sycl/plugins/opencl/pi_opencl.cpp index eaa8c52e5e734..2d32088886560 100755 --- a/sycl/plugins/opencl/pi_opencl.cpp +++ b/sycl/plugins/opencl/pi_opencl.cpp @@ -193,10 +193,10 @@ pi_result OCL(piextDeviceSelectBinary)(pi_device device, // TODO: this is a bare-bones implementation for choosing a device image // that would be compatible with the targeted device. An AOT-compiled - // image is preferred over SPIRV for known devices (i.e. Intel devices) + // image is preferred over SPIR-V for known devices (i.e. Intel devices) // The implementation makes no effort to differentiate between multiple images // for the given device, and simply picks the first one compatible - // Real implementaion will use the same mechanism OpenCL ICD dispatcher + // Real implementation will use the same mechanism OpenCL ICD dispatcher // uses. Something like: // PI_VALIDATE_HANDLE_RETURN_HANDLE(ctx, PI_INVALID_CONTEXT); // return context->dispatch->piextDeviceSelectIR(