| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Clang format refresh (#2812) After noticing a number of commits with unrelated formatting changes, I think something was changed with clang-format at one point and we're seeing a number of unrelated changes. Doing a refresh can help avoid this. The changes made here came from find lib -iname *.h -o -iname *.cpp | xargs clang-format -i --style=llvm find include -iname *.h -o -iname *.cpp | xargs clang-format -i --style=llvm find projects -iname *.h -o -iname *.cpp | xargs clang-format -i --style=llvm | 2 年前 | |
Enable -Werror in lib/ and LTC. (#2841) Required some massaging of LTC to make it warning clean, and I had to manually disable some warnings on the generated source files (which we don't control). The project is warning clean now. The -Werror flag is disabled by default as we can't control everywhere people will try to build/install. The CI enables it via -DTORCH_MLIR_ENABLE_WERROR_FLAG=ON. | 2 年前 | |
Add tracing suport to torch_mlir.compile. This also has a fix for the adjustment of types of TupleConstruct inputs, which I found when using this new functionality on a model. Some scenarios in tracing create situations where the output of TupleConstruct has a more refined type than the inputs. This introduces a helper adjustStaticInformationForValues which subsumes the derefineValues helper and the tensor static information adjustment we were doing. | 4 年前 | |
chore: remove redundant words (#4014) remove redundant words Signed-off-by: finaltrip <finaltrip@qq.com> | 1 年前 | |
Fix Base Lazy Backend Type Conversion (#1412) * Fix c10::prim::Constant conversion; Added CAPI for passes; Added passes to base lazy backend * Update ivalue_importer to use ImportOptions; Added tests for non-value/value tensor types * Added tests for scalar Constant import; Updated MB::importFunction to use ImportOptions * Test updates * Move back module variable name * Remove RefineTypes from TorchMlirLoweringContext::Build() * Rename pass; Remove passes from base lazy backend * Rename pass to VerifyBackendContractPass * Aligned cmd pass name; Fixed TorchConversion passes registration | 3 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 年前 | ||
| 2 年前 | ||
| 4 年前 | ||
| 1 年前 | ||
| 3 年前 |