Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-12-10 | Clean up casting ops (#14947) | Zachary DeVito | 1 | -1/+1 |
2018-12-01 | Use Type::str() in Type::operator<< (#14657) | Zachary DeVito | 1 | -1/+1 |
2018-11-13 | add floordiv and bitwise ops | Elias Ellison | 1 | -3/+3 |
2018-10-08 | constant pooling pass (#12222) | Elias Ellison | 1 | -16/+14 |
2018-10-03 | Add `bool` type to IR (#11834) | David Riazati | 1 | -3/+3 |
2018-09-05 | Handling for py2/py3 division differences (#11016) | Richard Zou | 1 | -1/+1 |
2018-08-27 | Remove FIXME_zerol() from test_jit.py (#10900) | Richard Zou | 1 | -41/+32 |
2018-08-14 | Schema-based creation of graph nodes (#10198) | Zachary DeVito | 1 | -2/+2 |
2018-07-26 | Unify IR operator representation (stop using attributes in the JIT) (#9807) | Adam Paszke | 1 | -9/+9 |
2018-07-23 | Switch interpreter to use IValue's primitive int/floats (#9718) | Zachary DeVito | 1 | -31/+52 |
2018-06-21 | Better support for literals in jit script (#8687) | Richard Zou | 1 | -5/+5 |
2018-06-06 | Add a loop unrolling pass to PyTorch JIT (#7672) | Adam Paszke | 1 | -0/+37 |