Skip to content

Commit

Permalink
Enable mixed precision for VoxelMax.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 687500971
  • Loading branch information
tensorflower-gardener committed Oct 19, 2024
1 parent d8c3664 commit 6a68135
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ class AutoMixedPrecisionListsFp16 : public AutoMixedPrecisionLists {
list.insert("TmlpV3");
list.insert("Pmlp");
list.insert("FastUnsortedSegmentMax");
list.insert("VoxelMax");
}
#if TENSORFLOW_USE_ROCM
if (true) {
Expand Down

0 comments on commit 6a68135

Please sign in to comment.