Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
tmp rm bf16 to locate edge error
Browse files Browse the repository at this point in the history
  • Loading branch information
rongzha1 committed Feb 14, 2020
1 parent b5ce6fd commit 7360246
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions 3rdparty/mshadow/mshadow/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -1065,12 +1065,6 @@ struct minimum {
{__VA_ARGS__} \
} \
break; \
case mshadow::kBfloat16: \
{ \
typedef mshadow::bfloat::bf16_t DType; \
{__VA_ARGS__} \
} \
break; \
case mshadow::kUint8: \
{ \
typedef uint8_t DType; \
Expand Down Expand Up @@ -1273,13 +1267,6 @@ struct minimum {
{__VA_ARGS__} \
} \
break; \
case mshadow::kBfloat16: \
{ \
typedef mshadow::bfloat::bf16_t DType$; \
typedef float DLargeType$; \
{__VA_ARGS__} \
} \
break; \
case mshadow::kUint8: \
LOG(FATAL) << "This operation only support " \
"floating point types not uint8"; \
Expand Down Expand Up @@ -1409,12 +1396,6 @@ struct minimum {
{__VA_ARGS__} \
} \
break; \
case mshadow::kBfloat16: \
{ \
typedef mshadow::bfloat::bf16_t DType; \
{__VA_ARGS__} \
} \
break; \
case mshadow::kUint8: \
{ \
typedef uint8_t DType; \
Expand Down

0 comments on commit 7360246

Please sign in to comment.