mirror of https://github.com/llvm/torch-mlir
494089d53d
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 ``` |
||
---|---|---|
.. | ||
device_data.cpp | ||
device_data.h | ||
generic.cpp | ||
generic.h | ||
index.cpp | ||
index.h | ||
ivalue.cpp | ||
ivalue.h | ||
split.cpp | ||
split.h | ||
to_copy.h | ||
unbind_int.cpp | ||
unbind_int.h |