Skip to content

Commit

Permalink
Fix bsrmv stress test (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsandham authored Jul 4, 2023
1 parent 171dba2 commit 8a971a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/testings/testing_bsrmv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ void testing_bsrmv(const Arguments& arg)
//
// Declare and initialize matrices.
//
host_gebsr_matrix<T> hA;
host_gebsr_matrix<T> hA(dir, mb, nb, 0, block_dim, block_dim, base);
device_gebsr_matrix<T> dA;
if(strcmp(arg.category, "stress"))
{
Expand Down

0 comments on commit 8a971a8

Please sign in to comment.