Rationale:
BuiltinTypes.cpp observed overflow when computing size of
tensor<100x200x300x400x500x600x700x800xf32>.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks. This should fix the sanitizer issues I am seeing. I am a bit sketched out, though that tensor volume overflows fail silently (arguably less of an issue for dense but certainly an issue for sparse). File an issue?
Comment Actions
Yes, Stella Gets Sparse! Thanks!
Filed bug=49136 against myself to detect this during regular assert runs (without ASAN that is).