Skip to content

Commit

Permalink
rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyasa committed Nov 18, 2024
1 parent 26a8eb1 commit 3ed2395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icicle/tests/test_hash_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ TEST_F(HashApiTest, MerkleTreeBasic)

TEST_F(HashApiTest, MerkleTreeZeroPadding)
{
// TODO add loop on devices (and change hash to one supported on gpu)
// TODO:add loop on devices (and change hash to one supported on gpu)
const int leaf_size = sizeof(uint32_t);
const int nof_leaves = 100;
uint32_t leaves[nof_leaves];
Expand Down

0 comments on commit 3ed2395

Please sign in to comment.