Skip to content

Commit a8ce721

Browse files
committed
fix mapping in common.h
Signed-off-by: Phuong Nguyen <phuonguyen@nvidia.com>
1 parent 0f09be2 commit a8ce721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transformer_engine/common/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ struct TypeInfo {
501501
{ __VA_ARGS__ } \
502502
} break; \
503503
case DType::kFloat64: { \
504-
using type = float; \
504+
using type = double; \
505505
{ __VA_ARGS__ } \
506506
} break; \
507507
case DType::kFloat16: { \

0 commit comments

Comments
 (0)