Skip to content

Commit

Permalink
Signed-off-by: LitLeo <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
LitLeo committed Mar 9, 2017
1 parent 83d913d commit 98efe33
Show file tree
Hide file tree
Showing 25 changed files with 377 additions and 1,559 deletions.
1,047 changes: 0 additions & 1,047 deletions Base/SortArray.cu

This file was deleted.

358 changes: 0 additions & 358 deletions Base/SortArray.h

This file was deleted.

60 changes: 0 additions & 60 deletions Common/ErrorCode.h

This file was deleted.

Binary file modified Statistics.xlsx
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 2 additions & 4 deletions okano_3_0/ErrorCode.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
// ErrorCode.h
// 创建者:于玉龙
//
// 错误码(Error Codes)
// 功能说明:定义了系统中通用的错误码和状态码。按照委托方河边老师的要求,错误码
// 使用负数;正确执行使用 0;其余的非错误状态使用正数。用户和各算法可
// 功能说明:定义了系统中通用的错误码和状态码。错误码 使用负数;正确执行使用 0;
// 其余的非错误状态使用正数。用户和各算法可
// 以根据自己的需要定义额外的错误码和状态码。
//
// 修订历史:
// 2012年07月15日(于玉龙)
// 初始版本。

#ifndef __ERRORCODE_H__
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 0 additions & 12 deletions okano_3_0/SortArray.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// SortArray.h
// 创建人:刘宇
//
// 并行排序(SortArray)
// 功能说明:实现并行排序算法,包括:双调排序,Batcher's 奇偶合并排序,
Expand All @@ -9,27 +8,16 @@
// 1024×1024 的矩阵。
//
// 修订历史:
// 2012年08月18日(刘宇)
// 初始版本。
// 2012年08月31日(刘宇,杨伟光)
// 完善注释规范。
// 2012年09月08日(于玉龙)
// 修改了一些格式不规范的地方。
// 2012年10月25日 (刘宇)
// 修正了 __device__ 方法的定义位置,防止了跨文件访问出现未定义的错误。
// 2012年10月27日 (侯怡婷,刘宇)
// 纠正 shear 排序的实现方式。
// 2012年11月13日(刘宇)
// 在核函数执行后添加 cudaGetLastError 判断语句
// 2012年11月23日(刘宇)
// 添加输入输出参数的空指针判断
// 2013年01月17日(杨伟光)
// 添加模版类操作,重载多种排序的数据类型
// 2013年04月12日(杨伟光)
// 排序添加了 char 和 double 两种数据类型
// 2013年04月14日(杨伟光,刘宇)
// 修改了一些格式不规范的地方
// 2013年04月17日(杨伟光)
// 修改了代码中隐含的几处错误

#ifndef __SORTARRAY_H__
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 98efe33

Please sign in to comment.