Skip to content

Commit

Permalink
Merge branch 'develop' into update_ck_0805
Browse files Browse the repository at this point in the history
  • Loading branch information
junliume committed Aug 14, 2024
2 parents bd9afbb + 1216881 commit cd3352a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ nlohmann/[email protected] -DJSON_MultipleHeaders=ON -DJSON_BuildTests=Off
ROCm/[email protected]
ROCm/[email protected]
ROCm/frugally-deep@9683d557eb672ee2304f80f6682c51242d748a50
ROCm/composable_kernel@f2ba10b826d5e73dc3dddd83abe7240395399837 -DCMAKE_BUILD_TYPE=Release -DINSTANCES_ONLY=ON
ROCm/composable_kernel@e2eb0418913b94069e3320b5ef4b8935620f556a -DCMAKE_BUILD_TYPE=Release -DINSTANCES_ONLY=ON
google/[email protected]
2 changes: 1 addition & 1 deletion src/include/miopen/solver/implicitgemm_ck_util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ class TransposeInstance

void ZeroOutBuffer()
{
[[maybe_unused]] auto status = hipMemset(buf_handle.get(), 0, tensor_sz);
[[maybe_unused]] auto status = hipMemsetAsync(buf_handle.get(), 0, tensor_sz);
assert(status == hipSuccess);
}

Expand Down

0 comments on commit cd3352a

Please sign in to comment.