https://github.com/xiaoxiaoyu1872/PostMPS
Revision 4e241bc9731e5c73e39069f4f5dce5c9701e9204 authored by xiaoxiaoyu1872 on 27 October 2021, 17:54:57 UTC, committed by GitHub on 27 October 2021, 17:54:57 UTC
1 parent 6cc3494
Tip revision: 4e241bc9731e5c73e39069f4f5dce5c9701e9204 authored by xiaoxiaoyu1872 on 27 October 2021, 17:54:57 UTC
Delete src directory
Delete src directory
Tip revision: 4e241bc
makefile
compile:
cd ./build && cmake .. && make
post:
cd ./bin && ./VisGPU
clean:
cd ./build && make clean

Computing file changes ...