We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61f0bd commit dde66e6Copy full SHA for dde66e6
projects/pt1/python/torch_mlir/csrc/base_lazy_backend/utils/jit_utils.cpp
@@ -20,7 +20,7 @@ void ConvertScalarImplicit(std::shared_ptr<Graph>& graph) {
20
21
NodeKind node_type;
22
TypePtr output_type;
23
- if (c10::isIntegralType(*scalar_type, false)) {
+ if (c10::isIntegralType(*scalar_type, true)) {
24
node_type = c10::aten::IntImplicit;
25
output_type = IntType::get();
26
} else if (c10::isFloatingType(*scalar_type)) {
0 commit comments