Skip to content

Commit

Permalink
(test)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Oct 17, 2023
1 parent 0086171 commit 60502b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Modules.Packed/OpenCLABC.pas
Original file line number Diff line number Diff line change
Expand Up @@ -17691,7 +17691,7 @@ CLKernelArgPrivateCommon<TInp> = record
raise new OpenCLABCInternalException($'NULL Native');
{$endif DEBUG}
Result := new EnqRes(ev_l2, nil);
if l1_err_handler.HadError then exit;
// if l1_err_handler.HadError then exit;

try
direct_enq_res := enq_f(prev_res, cq, ev_l2);
Expand Down
2 changes: 1 addition & 1 deletion Modules/OpenCLABC.pas
Original file line number Diff line number Diff line change
Expand Up @@ -9120,7 +9120,7 @@ CLKernelArgPrivateCommon<TInp> = record
raise new OpenCLABCInternalException($'NULL Native');
{$endif DEBUG}
Result := new EnqRes(ev_l2, nil);
if l1_err_handler.HadError then exit;
// if l1_err_handler.HadError then exit;

try
direct_enq_res := enq_f(prev_res, cq, ev_l2);
Expand Down

0 comments on commit 60502b6

Please sign in to comment.