Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 276e9a6

Browse files
committed
Updating func name
1 parent b9e3bd9 commit 276e9a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SYCL/Matrix/joint_matrix_tensorcore.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ void test() {
166166
// Convert values if using tf32
167167
if constexpr (std::is_same<T3, precision::tf32>::value) {
168168
for (auto i = 0; i < 4; ++i) {
169-
sub_a.data[i] = float_to_tf32(sub_a.data[i]);
170-
sub_b.data[i] = float_to_tf32(sub_b.data[i]);
169+
sub_a.data[i] = round_to_tf32(sub_a.data[i]);
170+
sub_b.data[i] = round_to_tf32(sub_b.data[i]);
171171
}
172172
}
173173

0 commit comments

Comments
 (0)