Skip to content

Commit

Permalink
All OpenCL Info: Add output separators
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed May 1, 2024
1 parent d775aaf commit e308448
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Samples/OpenCLABC/All OpenCL info.pas
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
Println(pl.Properties);
foreach var dvc in CLDevice.GetAllFor(pl, clDeviceType.DEVICE_TYPE_ALL) do
begin
Println('~'*70);
Println(dvc);
Println(dvc.Properties);
end;
Println('='*90);
end;

0 comments on commit e308448

Please sign in to comment.