Skip to content

Commit

Permalink
Merge pull request #123 from sampath1117/sr/num_threads_update
Browse files Browse the repository at this point in the history
Added default value for numthreads for internal handle creation call in HIP
  • Loading branch information
r-abishek authored Apr 17, 2023
2 parents 2fc7dad + bd66615 commit fd6c897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/common/rpp/handle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ struct Handle : rppHandle
{
// Host handle related
Handle();
Handle(size_t nBatchSize, Rpp32u numThreads);
Handle(size_t nBatchSize, Rpp32u numThreads = 0);
Handle(Handle&&) noexcept;
~Handle();
InitHandle* GetInitHandle() const;
Expand Down

0 comments on commit fd6c897

Please sign in to comment.