Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
[ocl/lud] arrange files
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhc committed Sep 4, 2017
1 parent 237e533 commit 4368293
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 5 deletions.
7 changes: 6 additions & 1 deletion opencl/lud/Makefile
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ all: lud

lud:
cd ocl; make
mv ocl/lud .;
mv ocl/lud.out .;

clean:
cd ocl; make clean

run: lud
#./lud.out -i ../../data/lud/256.dat
#./lud.out -s 1024 -v
./lud.out -s 8192
Empty file modified opencl/lud/base/Makefile
100755 → 100644
Empty file.
Empty file modified opencl/lud/base/lud.c
100755 → 100644
Empty file.
Empty file modified opencl/lud/base/lud_base.c
100755 → 100644
Empty file.
Empty file modified opencl/lud/common/common.h
100755 → 100644
Empty file.
Empty file modified opencl/lud/lud_kernel.cl
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion opencl/lud/ocl/makefile → opencl/lud/ocl/Makefile
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LIB = -L$(OPENCL_LIB)
CC = g++
CC_FLAGS = -g -O3 -Wall

EXE = lud
EXE = lud.out

$(EXE): lud.cpp
$(CC) $(KERNEL_DIM) $(CC_FLAGS) -o $(EXE) lud.cpp ../common/common.c $(INC) $(LIB) -lOpenCL
Expand Down
Empty file modified opencl/lud/ocl/README
100755 → 100644
Empty file.
Empty file modified opencl/lud/ocl/lud.cpp
100755 → 100644
Empty file.
Empty file modified opencl/lud/ocl/lud_kernel.cl
100755 → 100644
Empty file.
3 changes: 0 additions & 3 deletions opencl/lud/run

This file was deleted.

Empty file modified opencl/lud/tools/Makefile
100755 → 100644
Empty file.
Empty file modified opencl/lud/tools/README
100755 → 100644
Empty file.
Empty file modified opencl/lud/tools/gen_input.c
100755 → 100644
Empty file.

0 comments on commit 4368293

Please sign in to comment.