Skip to content

Commit

Permalink
Fix DenormalNullifyCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
vurusovs committed Jan 18, 2024
1 parent f67a6ba commit 43af61f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void SetUp() override {

TEST_F(DenormalNullifyCheck, smoke_CPU_Denormal_Check) {
using indexInterval = std::pair<size_t, size_t>;
size_t elemsCount = pConstStorage->size();
size_t elemsCount = pConstStorage->size() / sizeof(float);
const indexInterval intervals[] = {
{0, elemsCount/2},
{elemsCount/2, elemsCount},
Expand Down

0 comments on commit 43af61f

Please sign in to comment.