llvm-project/mlir/lib/ExecutionEngine
Aart Bik 1d77bb9e1b [mlir][sparse] template the memory resident coordinate scheme storage
Rationale:
External file formats always store the values as doubles, so this was
hard coded in the memory resident COO scheme used to pass data into the
final sparse storage scheme during setup. However, with alternative methods
on the horizon of setting up these temporary COO schemes, it is time to
properly template this data structure.

Reviewed By: gussmith23

Differential Revision: https://reviews.llvm.org/D107001
2021-07-30 11:21:05 -07:00
..
AsyncRuntime.cpp [mlir:Async] Add the size parameter to the async.group 2021-06-25 10:26:50 -07:00
CMakeLists.txt [MLIR] Make MLIR cmake variable names consistent 2021-05-24 08:43:10 +05:30
CRunnerUtils.cpp [mlir][crunner] fix bug in memref copy for rank 0 2021-07-15 01:15:07 -07:00
CudaRuntimeWrappers.cpp [mlir] Initialize CUDA context lazily. 2021-03-04 13:07:56 +01:00
ExecutionEngine.cpp [ExecutionEngine] Fix GEP type 2021-07-17 23:45:00 +02:00
JitRunner.cpp [mlir] Load dynamic libraries in JitRunner from absolute paths so that GDB can find the symbol tables. 2021-02-19 07:33:35 +01:00
OptUtils.cpp Revert "Revert "[mlir] Convert from Async dialect to LLVM coroutines"" 2020-10-22 15:23:11 -04:00
RocmRuntimeWrappers.cpp [mlir] Remove mlir-rocm-runner 2021-03-19 00:24:10 -07:00
RunnerUtils.cpp [mlir] NFC - Add runner util functions to only print MemRef metadata. 2021-03-04 12:35:45 +00:00
SparseUtils.cpp [mlir][sparse] template the memory resident coordinate scheme storage 2021-07-30 11:21:05 -07:00