forked from OSchip/llvm-project
bd5494d127
The current implementation used explicit index->int64_t casts for some, but not all instances of passing values of type "index" in and from the sparse support library. This revision makes the situation more consistent by using new "index_t" type at all such places (which allows for less trivial casting in the generated MLIR code). Note that the current revision still assumes that "index" is 64-bit wide. If we want to support targets with alternative "index" bit widths, we need to build the support library different. But the current revision is a step forward by making this requirement explicit and more visible. Reviewed By: wrengr Differential Revision: https://reviews.llvm.org/D112122 |
||
---|---|---|
.. | ||
AsyncRuntime.cpp | ||
CMakeLists.txt | ||
CRunnerUtils.cpp | ||
CudaRuntimeWrappers.cpp | ||
ExecutionEngine.cpp | ||
JitRunner.cpp | ||
OptUtils.cpp | ||
RocmRuntimeWrappers.cpp | ||
RunnerUtils.cpp | ||
SparseUtils.cpp |