Skip to content
Open
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
2 changes: 0 additions & 2 deletions tensorflow/core/kernels/gpu_prim.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ struct rocprim::traits::define<tsl::bfloat16> {
};
}; // namespace traits
#endif
#if (TF_ROCM_VERSION < 70000)
namespace detail {
template <>
struct radix_key_codec_base<Eigen::half>
Expand All @@ -130,7 +129,6 @@ template <>
struct radix_key_codec_base<tensorflow::bfloat16>
: radix_key_codec_floating<tensorflow::bfloat16, uint16_t> {};
}; // namespace detail
#endif
}; // namespace rocprim

#endif // TENSORFLOW_USE_ROCM
Expand Down