From 3dfd5225f3eb14280deb2c95b78f9f1edca9c87f Mon Sep 17 00:00:00 2001 From: Sun Serega Date: Sat, 23 Mar 2024 11:08:06 +0100 Subject: [PATCH] Pull upstream --- DataScraping/Reps/OpenCL-Docs | 2 +- DataScraping/XML/OpenCL/funcs.bin | Bin 145347 -> 145347 bytes Modules.Packed/OpenCL.pas | 3 +++ Packing/Descriptions/OpenCL.predoc | 3 +++ .../OpenCL/Extension.Interface.template | 3 +++ 5 files changed, 10 insertions(+), 1 deletion(-) diff --git a/DataScraping/Reps/OpenCL-Docs b/DataScraping/Reps/OpenCL-Docs index 5a30196d..bc46dcaa 160000 --- a/DataScraping/Reps/OpenCL-Docs +++ b/DataScraping/Reps/OpenCL-Docs @@ -1 +1 @@ -Subproject commit 5a30196d9b17d5c6c1919f0ebd841f1f8e0e77d1 +Subproject commit bc46dcaa87026094c75628dd3c7060d1b21441a4 diff --git a/DataScraping/XML/OpenCL/funcs.bin b/DataScraping/XML/OpenCL/funcs.bin index 66f604b8056469d031eb1ae4fc8a078912210c02..057f95af9a86b315f69c6d08c1ea2f3ae6485dff 100644 GIT binary patch delta 59 zcmX^7p5yR)j)oS-Ele+%S(q3Y7^Z(@WfIxO!sN%o!Up0paxh6x&*flR59f+*H|1pN G(*pqYx(&(z delta 45 xcmX^7p5yR)j)oS-Ele+%r)MfLiEjVP%oNB1W=>D$VA?rdj2S3s$jLNG4*-vs4$=Ss diff --git a/Modules.Packed/OpenCL.pas b/Modules.Packed/OpenCL.pas index 06f31b72..93fce1e4 100644 --- a/Modules.Packed/OpenCL.pas +++ b/Modules.Packed/OpenCL.pas @@ -13828,6 +13828,7 @@ cl_queue_family_properties = record end; /// id: cl_arm_get_core_id + /// core dependency: cl 1.2 clGetCoreIdARM = static class public const ExtensionString = 'cl_arm_get_core_id'; end; @@ -14313,6 +14314,7 @@ cl_queue_family_properties = record end; /// id: cl_ext_image_from_buffer + /// core dependency: cl 3.0 clImageFromBufferEXT = static class public const ExtensionString = 'cl_ext_image_from_buffer'; end; @@ -14327,6 +14329,7 @@ cl_queue_family_properties = record {$endif DEBUG} [PCUNotRestore] /// id: cl_ext_image_requirements_info + /// core dependency: cl 3.0 clImageRequirementsInfoEXT = sealed partial class public constructor(pl: cl_platform_id); private constructor := raise new System.NotSupportedException; diff --git a/Packing/Descriptions/OpenCL.predoc b/Packing/Descriptions/OpenCL.predoc index baefe967..70f720e6 100644 --- a/Packing/Descriptions/OpenCL.predoc +++ b/Packing/Descriptions/OpenCL.predoc @@ -13824,6 +13824,7 @@ type end; /// id: cl_arm_get_core_id + /// core dependency: cl 1.2 clGetCoreIdARM = static class public const ExtensionString = 'cl_arm_get_core_id'; end; @@ -14309,6 +14310,7 @@ type end; /// id: cl_ext_image_from_buffer + /// core dependency: cl 3.0 clImageFromBufferEXT = static class public const ExtensionString = 'cl_ext_image_from_buffer'; end; @@ -14323,6 +14325,7 @@ type {$endif DEBUG} [PCUNotRestore] /// id: cl_ext_image_requirements_info + /// core dependency: cl 3.0 clImageRequirementsInfoEXT = sealed partial class public constructor(pl: cl_platform_id); private constructor := raise new System.NotSupportedException; diff --git a/Packing/Template/LowLvl/OpenCL/Extension.Interface.template b/Packing/Template/LowLvl/OpenCL/Extension.Interface.template index 630aabc9..3033605d 100644 --- a/Packing/Template/LowLvl/OpenCL/Extension.Interface.template +++ b/Packing/Template/LowLvl/OpenCL/Extension.Interface.template @@ -275,6 +275,7 @@ end; /// id: cl_arm_get_core_id + /// core dependency: cl 1.2 clGetCoreIdARM = static class public const ExtensionString = 'cl_arm_get_core_id'; end; @@ -760,6 +761,7 @@ end; /// id: cl_ext_image_from_buffer + /// core dependency: cl 3.0 clImageFromBufferEXT = static class public const ExtensionString = 'cl_ext_image_from_buffer'; end; @@ -774,6 +776,7 @@ {$endif DEBUG} [PCUNotRestore] /// id: cl_ext_image_requirements_info + /// core dependency: cl 3.0 clImageRequirementsInfoEXT = sealed partial class public constructor(pl: cl_platform_id); private constructor := raise new System.NotSupportedException;