Also registers the gpu resourcegather kernel for half (no idea why it was missing)
PiperOrigin-RevId: 191621111
This commit is contained in:
parent
0fef384fb9
commit
73b0540f81
@ -605,7 +605,7 @@ TF_CALL_QUANTIZED_TYPES(REGISTER_GATHER_CPU);
|
|||||||
#if GOOGLE_CUDA
|
#if GOOGLE_CUDA
|
||||||
#define REGISTER_GATHER_GPU(type) REGISTER_GATHER_ALL_INDICES(GPU, type)
|
#define REGISTER_GATHER_GPU(type) REGISTER_GATHER_ALL_INDICES(GPU, type)
|
||||||
|
|
||||||
TF_CALL_GPU_NUMBER_TYPES_NO_HALF(REGISTER_GATHER_GPU);
|
TF_CALL_GPU_NUMBER_TYPES(REGISTER_GATHER_GPU);
|
||||||
|
|
||||||
#endif // GOOGLE_CUDA
|
#endif // GOOGLE_CUDA
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user