Skip to content

Tags: lxrzlyr/GAL-DAWN

Tags

v2.4.0

Toggle v2.4.0's commit message
GAL-DAWN v2.4.0

v2.3.5

Toggle v2.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update: IO Function

Update: IO Function and Fixbug: Function DAWN::Matrix::transpose_Weighted

v2.3.4

Toggle v2.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #44 from lxrzlyr/dev

	modified:   algorithm/gpu/CMakeLists.txt

v2.3.3

Toggle v2.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #43 from lxrzlyr/dev

Update: Kernel and Run Function divided

v2.3.2

Toggle v2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature: BCDAWN pre-release

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #34 from lxrzlyr/dev

Update: Framework

v2.3

Toggle v2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #31 from lxrzlyr/dev

Release: DAWN V2.3

v2.2.2

Toggle v2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #30 from lxrzlyr/dev

Update for DAWN V2.2.2

v2.2.1

Toggle v2.2.1's commit message
Bugfix: Fix last commit

	修改:     .vscode/settings.json
	修改:     README.md
	修改:     algorithm/CMakeLists.txt
	删除:     algorithm/apsp_gpu/apsp_gpu.cu
	新文件:   algorithm/cpu/CMakeLists.txt
	重命名:   algorithm/apsp_cpu/CMakeLists.txt -> algorithm/cpu/apsp_cpu/CMakeLists.txt
	重命名:   algorithm/apsp_cpu/apsp_cpu.cpp -> algorithm/cpu/apsp_cpu/apsp_cpu.cpp
	新文件:   algorithm/cpu/bfs_cpu/CMakeLists.txt
	新文件:   algorithm/cpu/bfs_cpu/bfs_cpu.cpp
	重命名:   algorithm/mssp_cpu/CMakeLists.txt -> algorithm/cpu/mssp_cpu/CMakeLists.txt
	重命名:   algorithm/mssp_cpu/mssp_cpu.cpp -> algorithm/cpu/mssp_cpu/mssp_cpu.cpp
	重命名:   algorithm/sssp_cpu/CMakeLists.txt -> algorithm/cpu/sssp_cpu/CMakeLists.txt
	重命名:   algorithm/sssp_cpu/sssp_cpu.cpp -> algorithm/cpu/sssp_cpu/sssp_cpu.cpp
	新文件:   algorithm/gabps/benchmark.h
	新文件:   algorithm/gabps/bfs.cc
	新文件:   algorithm/gabps/command_line.h
	新文件:   algorithm/gpu/CMakeLists.txt
	重命名:   algorithm/apsp_gpu/CMakeLists.txt -> algorithm/gpu/apsp_gpu/CMakeLists.txt
	重命名:   algorithm/sssp_gpu/sssp_gpu.cu -> algorithm/gpu/apsp_gpu/apsp_gpu.cu
	新文件:   algorithm/gpu/bfs_gpu/CMakeLists.txt
	新文件:   algorithm/gpu/bfs_gpu/bfs_gpu.cu
	重命名:   algorithm/mssp_gpu/CMakeLists.txt -> algorithm/gpu/mssp_gpu/CMakeLists.txt
	重命名:   algorithm/mssp_gpu/mssp_gpu.cu -> algorithm/gpu/mssp_gpu/mssp_gpu.cu
	重命名:   algorithm/sssp_gpu/CMakeLists.txt -> algorithm/gpu/sssp_gpu/CMakeLists.txt
	新文件:   algorithm/gpu/sssp_gpu/sssp_gpu.cu
	修改:     document/Decumentation_v1.md
	修改:     include/dawn/dawn.cuh
	修改:     include/dawn/dawn.hxx
	修改:     src/run.cpp
	新文件:   src/run.cu
	新文件:   test/performance.md
	删除:     test/spmv.cu
	修改:     test/test.cpp
	修改:     test/test.cu
	修改:     tool/check_unweighted.py
	删除:     tool/draw.py
	删除:     tool/latency.py
	修改:     tool/process_all.sh
	删除:     tool/scalability.py
	删除:     tool/speedup.py

v2.2

Toggle v2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #25 from lxrzlyr/dev

Modify: File Input and Print Information