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 66bd9e3 commit 3f1fe43Copy full SHA for 3f1fe43
python/src/ir.cc
@@ -880,7 +880,7 @@ void init_triton_ir(py::module &&m) {
880
.def("get_int1_ty",
881
[](TritonOpBuilder &self) -> Type {
882
return self.getBuilder().getI1Type();
883
- }) // or ret::copy?
+ }) // or ret::copy?
884
.def("get_int8_ty",
885
886
return self.getBuilder().getI8Type();
0 commit comments