Skip to content

Commit

Permalink
Fix previous commit
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Schuchart <schuchart@icl.utk.edu>
  • Loading branch information
devreal committed Oct 30, 2023
1 parent 9dbe648 commit fdc3c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/devblas_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ inline const hipsolverDnHandle_t& hipsolver_handle(T _ = 0) {

hipStream_t stream = ttg::device::current_stream();

std::map<int, hipsolverDnHandle_t>::iterator it;
map_type::iterator it;
if ((it = handles.find({device, stream})) == handles.end()){
hipsolverDnHandle_t handle;
auto status = hipsolverDnCreate(&handle);
Expand Down

0 comments on commit fdc3c95

Please sign in to comment.