Skip to content

Commit

Permalink
Merge pull request #68 from ntrost57/develop
Browse files Browse the repository at this point in the history
 missing #undef
  • Loading branch information
ntrost57 authored Oct 22, 2018
2 parents 965f660 + d5233c4 commit 261c023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/src/level1/rocsparse_doti.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ rocsparse_status rocsparse_doti_template(rocsparse_handle handle,

RETURN_IF_HIP_ERROR(hipMemcpy(result, workspace, sizeof(T), hipMemcpyDeviceToHost));
}
#undef DOTI_DIM

return rocsparse_status_success;
}
Expand Down

0 comments on commit 261c023

Please sign in to comment.