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-06 06:31:50 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ea3eeb483fbbe09b9a66ed4c032cc7168f0265dd
llvm
/
mlir
/
lib
/
Dialect
/
SparseTensor
/
Transforms
History
Peiming Liu
ea3eeb483f
[mlir][sparse] fuse concat and extract_slice op if possible. (
#89825
)
2024-04-24 13:51:41 -07: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
[mlir][sparse] fuse concat and extract_slice op if possible. (
#89825
)
2024-04-24 13:51:41 -07: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
…