Skip to content

Commit

Permalink
add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibylau committed Jun 4, 2024
1 parent d309724 commit c866712
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# UniSparse: An Intermediate Language for General Sparse Format Customization
<img src="scripts/unisparse-icon.png" width=76/> 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)
Expand Down
3 changes: 3 additions & 0 deletions scripts/bin-path.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export LD_LIBRARY_PATH=$PWD/build/lib:$LD_LIBRARY_PATH
export PATH=$PWD/build/bin:$PATH
export SPLHOME=$PWD
6 changes: 6 additions & 0 deletions scripts/cmake-config.sh
Original file line number Diff line number Diff line change
@@ -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
Binary file added scripts/unisparse-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c866712

Please sign in to comment.