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