Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
massimim committed Jan 22, 2024
1 parent 82d2f14 commit f4e1da5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ bGrid<SBlock>::bGrid(const Neon::Backend& backend,
SBlock::memBlockSizeZ);

std::stringstream gridName;
gridName << "bGrid_" << SBlock::memBlockSizeX << "_"
gridName << "bGridMgpu_" << SBlock::memBlockSizeX << "_"
<< SBlock::memBlockSizeY << "_"
<< SBlock::memBlockSizeZ;
{
Expand Down

0 comments on commit f4e1da5

Please sign in to comment.