Skip to content

Commit 233a15b

Browse files
authored
Fix include statement for pybind_dtype_caster
Signed-off-by: vthumbe1503 <vthumbe@nvidia.com>
1 parent 76fd1e2 commit 233a15b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

transformer_engine/pytorch/csrc/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
#include "c10/util/ArrayRef.h"
5757
#include "common/util/logging.h"
58-
#include "extensions/pybind_dtype_casters.h"
58+
#include "extensions/pybind_dtype_caster.h"
5959

6060
namespace transformer_engine::pytorch {
6161

0 commit comments

Comments
 (0)