This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-02-07 16:11:27 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8c0341df029d7eb8e60d1e4f49edd3e4af1b1e11
llvm
/
mlir
/
lib
/
Dialect
/
SparseTensor
/
Transforms
History
Mehdi Amini
8c0341df02
Revert "[MLIR] Generalize expand_shape to take shape as explicit input" (
#89540
)
...
Reverts
llvm/llvm-project#69267
this broke some bots.
2024-04-21 14:33:48 +02:00
..
Utils
Switch member calls to
isa/dyn_cast/cast/...
to free function calls. (
#89356
)
2024-04-19 15:58:27 +02:00
BufferizableOpInterfaceImpl.cpp
…
CMakeLists.txt
…
SparseAssembler.cpp
Switch member calls to
isa/dyn_cast/cast/...
to free function calls. (
#89356
)
2024-04-19 15:58:27 +02:00
SparseBufferRewriting.cpp
…
SparseGPUCodegen.cpp
…
SparseReinterpretMap.cpp
Switch member calls to
isa/dyn_cast/cast/...
to free function calls. (
#89356
)
2024-04-19 15:58:27 +02:00
SparseStorageSpecifierToLLVM.cpp
…
SparseTensorCodegen.cpp
…
SparseTensorConversion.cpp
[mlir][sparse] allow for direct-out passing of sparse tensor buffers (
#88327
)
2024-04-11 10:07:24 -07:00
SparseTensorPasses.cpp
[mlir][sparse] allow for direct-out passing of sparse tensor buffers (
#88327
)
2024-04-11 10:07:24 -07:00
SparseTensorRewriting.cpp
Revert "[MLIR] Generalize expand_shape to take shape as explicit input" (
#89540
)
2024-04-21 14:33:48 +02:00
SparseVectorization.cpp
…
Sparsification.cpp
…
SparsificationAndBufferizationPass.cpp
[mlir][SparseTensor] Add missing dependent dialect to pass (
#88870
)
2024-04-17 09:20:55 +02:00
StageSparseOperations.cpp
…