Skip to content

Commit

Permalink
Update DeviceInterfaceCudaHip.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenbach authored Jan 22, 2024
1 parent 39304ab commit 86fc130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Accelerator/DeviceInterfaceCudaHip.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ inline deviceError_t deviceFree (void* devPtr)
{return hipFree(devPtr);}

inline deviceError_t deviceFreeHost (void* devPtr)
{ return hipHostFree(defPtr); }
{ return hipHostFree(devPtr); }
// {return hipFreeHost(devPtr); }
// /* {return hipHostFree(devPtr); /* hipFreeHost(devPtr); } */

Expand Down

0 comments on commit 86fc130

Please sign in to comment.