Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Replacing stackoverflow links with direct references to the standard
mlir/lib/ExecutionEngine/SparseTensorUtils.cpp | ||
---|---|---|
282 | I'm cool with either approach, though it would make the API cleaner to have a suffix. If we go that route, I think it'd be better to make that change as a separate differential just cuz it'll have to touch a whole bunch of other files (whereas this differential is pretty self-contained). | |
286 | Removed. I've added the relevant commentary (namely that it's official spec for C++11 and C99, unlike C++03 where it was undefined behavior (albeit generally supported in the now-official way)). Though, of course, that comment will no longer be necessary if/when we add a suffix for the index_type case :) |
Does it perhaps make sense to use some suffix for index instead
(just asking atm, since this will be a large CL fixing quite some checks too)