Skip to content

Commit

Permalink
remove deprecated HSAQueue::copy_ext declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdaily authored and scchan committed Dec 4, 2019
1 parent 5cd096a commit 4ee3612
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/hsa/mcwamp_hsa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2124,8 +2124,6 @@ class HSAQueue final : public KalmarQueue

bool copy2d_ext(const void *src, void *dst, size_t width, size_t height, size_t srcPitch, size_t dstPitch, hc::hcCommandKind copyDir, const hc::AmPointerInfo &srcPtrInfo, const hc::AmPointerInfo &dstPtrInfo, const Kalmar::KalmarDevice *copyDevice, bool forceUnpinnedCopy);

void copy_ext(const void *src, void *dst, size_t size_bytes, hc::hcCommandKind copyDir, const hc::AmPointerInfo &srcPtrInfo, const hc::AmPointerInfo &dstPtrInfo, bool foo) override ;

};


Expand Down

0 comments on commit 4ee3612

Please sign in to comment.