Skip to content

Commit

Permalink
debugging gpu test failures on ubi
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsettgast committed May 23, 2024
1 parent a8d16d7 commit 8474cf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/unitTests/testCArray.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ void testTraitsHelper()
kernelData[2] = Array::extent< 1 >();
kernelData[3] = Array::extent< 2 >();
kernelData[4] = Array::size();
printf("breakpoint0.1: %d %d %d %d %d\n", kernelData[0], kernelData[1], kernelData[2], kernelData[3], kernelData[4])
} );
std::cout<<"breakpoint1"<<std::endl;

Expand Down

0 comments on commit 8474cf8

Please sign in to comment.