Skip to content

Commit

Permalink
fix clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
lvhan028 committed Mar 29, 2022
1 parent 75021c1 commit 74d1cf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion csrc/core/utils/device_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ MMDEPLOY_API Result<Mat> MakeAvailableOnDevice(const Mat& src, const Device& dev
MMDEPLOY_API Result<Tensor> MakeAvailableOnDevice(const Tensor& src, const Device& device,
Stream& stream);


// Calls stream.Wait() on destruction if active is true. This class is used to force a wait
// operation before intermediate variables goes out of scope. Add variables in consideration to the
// tailing parameter pack to ensure correctness (this make sure SyncOnScopeExit is created later
Expand Down

0 comments on commit 74d1cf6

Please sign in to comment.