mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Merge pull request #50700 from geetachavan1/cherrypicks_FSBQ7
[CherryPick 2.6]Disable GPU kernel for SparseSegmentMeanGrad
This commit is contained in:
commit
4a31b52c6c
|
|
@ -217,6 +217,7 @@ TF_CALL_FLOAT_TYPES(REGISTER_CPU_SPARSE_KERNELS_FOR_EACH_INDEX_TYPE);
|
|||
TF_CALL_GPU_NUMBER_TYPES(REGISTER_GPU_SPARSE_KERNELS_FOR_EACH_INDEX_TYPE);
|
||||
#undef REGISTER_GPU_SPARSE_KERNELS
|
||||
|
||||
#if 0 // TODO(b/192086735): Enable once bug is fixed.
|
||||
#define REGISTER_GPU_SPARSE_KERNELS(type, index_type, segment_ids_type) \
|
||||
REGISTER_KERNEL_BUILDER( \
|
||||
Name("SparseSegmentMeanGrad") \
|
||||
|
|
@ -228,6 +229,7 @@ TF_CALL_GPU_NUMBER_TYPES(REGISTER_GPU_SPARSE_KERNELS_FOR_EACH_INDEX_TYPE);
|
|||
SparseSegmentMeanGradOp<GPUDevice, type, index_type, segment_ids_type>);
|
||||
TF_CALL_GPU_NUMBER_TYPES(REGISTER_GPU_SPARSE_KERNELS_FOR_EACH_INDEX_TYPE);
|
||||
#undef REGISTER_GPU_SPARSE_KERNELS
|
||||
#endif
|
||||
|
||||
#define REGISTER_GPU_SPARSE_KERNELS(type, index_type, segment_ids_type) \
|
||||
REGISTER_KERNEL_BUILDER( \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user