Move the functions that retrieve the supporting C library, compile an MLIR
module and build a JIT execution engine to mlir_pytaco_utils.
Add a function to create an MLIR sparse tensor from a file and return a pointer
to the MLIR sparse tensor as well as the shape of the sparse tensor.
Add unit tests.
note that this can now be the following, using Wren's new pipeline
pipeline = f"builtin.module(sparse-compiler{{{opt}}})"