Skip to content

Commit

Permalink
LanVer → DEVICE_OPENCL_C_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
luxidea committed Oct 16, 2024
1 parent e3d3742 commit 12bd7e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ procedure ShowDevices( const Strings_:TStrings; const Devices_:TCLDevices );
begin
Add( ' ┃ │ ┃' );
Add( ' ┃ │ ┣・Device[' + D.Order.ToString + '] :TCLDevice' );
Add( ' ┃ │ ┃ ├ LanVer = ' + D.LanVer.ToString );
Add( ' ┃ │ ┃ ├ DEVICE_OPENCL_C_VERSION = ' + D.LanVer.ToString );
Add( ' ┃ │ ┃ ├ DEVICE_TYPE = ' + D.DEVICE_TYPE.ToString );
Add( ' ┃ │ ┃ ├ DEVICE_VENDOR_ID = ' + D.DEVICE_VENDOR_ID.ToString );
Add( ' ┃ │ ┃ ├ DEVICE_NAME = ' + D.DEVICE_NAME );
Expand Down

0 comments on commit 12bd7e6

Please sign in to comment.