This is the very first step toward removing the glue and clutter from linalg and replace it with proper sparse tensor types. This revision migrates the LinalgSparseOps into SparseTensorOps of a sparse tensor dialect. This also provides a new home for sparse tensor related transformation. NOTE: the actual replacement with sparse tensor types (and removal of linalg glue/clutter) will follow but I am trying to keep the amount of changes per revision manageable. Differential Revision: https://reviews.llvm.org/D101573
6 lines
89 B
INI
6 lines
89 B
INI
import sys
|
|
|
|
# No JIT on win32.
|
|
if sys.platform == 'win32':
|
|
config.unsupported = True
|