Skip to content

Commit 6a68135

Browse files
Enable mixed precision for VoxelMax.
PiperOrigin-RevId: 687500971
1 parent d8c3664 commit 6a68135

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorflow/core/grappler/optimizers/auto_mixed_precision_lists.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ class AutoMixedPrecisionListsFp16 : public AutoMixedPrecisionLists {
152152
list.insert("TmlpV3");
153153
list.insert("Pmlp");
154154
list.insert("FastUnsortedSegmentMax");
155+
list.insert("VoxelMax");
155156
}
156157
#if TENSORFLOW_USE_ROCM
157158
if (true) {

0 commit comments

Comments
 (0)