[PYTHON][OPS] Bugfix in conv fprop

This commit is contained in:
Philippe Tillet
2019-11-01 00:43:02 -04:00
parent 739a8d9061
commit f4bbbbe5e4
6 changed files with 65 additions and 85 deletions

View File

@@ -221,7 +221,6 @@ std::unique_ptr<driver::module> function::make_bin(ir::module &module, driver::c
codegen::transform::cts cts;
codegen::generator isel(&axes, &layouts, &align, &allocation, target.get(), opt.num_warps);
// run passes
ir::print(module, std::cout);
dce.run(module);
// ir::print(module, std::cout);