diff --git a/README.md b/README.md index 52e8984..b2149a8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# UniSparse: An Intermediate Language for General Sparse Format Customization + UniSparse: An Intermediate Language for General Sparse Format Customization +============================================================================== [![DOI](https://zenodo.org/badge/452907292.svg)](https://zenodo.org/doi/10.5281/zenodo.10464499) ![GitHub](https://img.shields.io/github/license/cornell-zhang/unisparse) [![GitHub Actions](https://github.com/cornell-zhang/UniSparse/actions/workflows/github-actions-build-test.yml/badge.svg?branch=main)](https://github.com/cornell-zhang/UniSparse/actions/workflows/github-actions-build-test.yml) diff --git a/scripts/bin-path.sh b/scripts/bin-path.sh new file mode 100644 index 0000000..7097e7b --- /dev/null +++ b/scripts/bin-path.sh @@ -0,0 +1,3 @@ +export LD_LIBRARY_PATH=$PWD/build/lib:$LD_LIBRARY_PATH +export PATH=$PWD/build/bin:$PATH +export SPLHOME=$PWD \ No newline at end of file diff --git a/scripts/cmake-config.sh b/scripts/cmake-config.sh new file mode 100644 index 0000000..b9ea801 --- /dev/null +++ b/scripts/cmake-config.sh @@ -0,0 +1,6 @@ +cmake -G Ninja -B build \ +-DMLIR_DIR=$LLVM_ROOT/build/lib/cmake/mlir \ +-DLLVM_EXTERNAL_LIT=$LLVM_ROOT/build/bin/llvm-lit \ +-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ \ +-DCNPY_LIB=/work/shared/common/datasets/UniSparse_dataset/cnpy/build \ +-DCNPY_INCLUDE_LIB=/work/shared/common/datasets/UniSparse_dataset/cnpy \ No newline at end of file diff --git a/scripts/unisparse-icon.png b/scripts/unisparse-icon.png new file mode 100644 index 0000000..624029d Binary files /dev/null and b/scripts/unisparse-icon.png differ