Skip to content

Commit

Permalink
Pull upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Mar 23, 2024
1 parent 3bbd66f commit 3dfd522
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DataScraping/Reps/OpenCL-Docs
Submodule OpenCL-Docs updated from 5a3019 to bc46dc
Binary file modified DataScraping/XML/OpenCL/funcs.bin
Binary file not shown.
3 changes: 3 additions & 0 deletions Modules.Packed/OpenCL.pas
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand All @@ -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;
Expand Down
3 changes: 3 additions & 0 deletions Packing/Descriptions/OpenCL.predoc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand All @@ -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;
Expand Down
3 changes: 3 additions & 0 deletions Packing/Template/LowLvl/OpenCL/Extension.Interface.template
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 3dfd522

Please sign in to comment.