[python] upgraded pybind11 ; forcing torch tensors to be contiguous()

This commit is contained in:
Philippe Tillet
2019-09-05 12:30:51 -04:00
parent 58544d0523
commit 2d6c8311e8
23 changed files with 960 additions and 531 deletions

View File

@@ -202,9 +202,11 @@ std::unique_ptr<driver::module> function::make_bin(ir::module &module, driver::c
codegen::selection selection(&shmem_allocation, &grids, &shmem_info, &alignment_info, target.get());
// run passes
peephole.run(module);
dce.run(module);
// ir::print(module, std::cout);
alignment_info.run(module);
grids.run(module);
// ir::print(module, std::cout);