From 396eeefce6d5ad4cc2c76fe42e2429e7134980ed Mon Sep 17 00:00:00 2001 From: Greg Lueck Date: Wed, 22 Jan 2025 16:26:56 -0500 Subject: [PATCH] Change KHR name to lower case --- adoc/extensions/sycl_khr_default_context.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adoc/extensions/sycl_khr_default_context.adoc b/adoc/extensions/sycl_khr_default_context.adoc index fb700377..797ab0a7 100644 --- a/adoc/extensions/sycl_khr_default_context.adoc +++ b/adoc/extensions/sycl_khr_default_context.adoc @@ -1,5 +1,5 @@ [[sec:khr-default-context]] -= SYCL_KHR_DEFAULT_CONTEXT += sycl_khr_default_context When a [code]#queue# object is constructed without passing an explicit [code]#context# object, the queue uses the platform's default context.