Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/layers/extensions/inference/common_cu.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,6 @@ __forceinline__ __device__ at::Half operator*(const at::Half& a, const bool b)
return b ? a : static_cast<at::Half>(0.f);
}

__forceinline__ __device__ bool operator>(const at::Half& a, const at::Half& b)
{
return __hgt(a, b);
}

__forceinline__ __device__ at::Half reciprocal(const at::Half& a)
{
return hrcp(a);
Expand Down