mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
Merge branch 'graphics' of https://github.com/vortexgpgpu/vortex-dev into graphics
This commit is contained in:
commit
005a86f551
11 changed files with 80 additions and 40 deletions
|
@ -1,12 +1,13 @@
|
|||
main.o: main.cc gaussianElim.h clutils.h \
|
||||
/opt/pocl/runtime/include/CL/cl.h \
|
||||
/opt/pocl/runtime/include/CL/cl_version.h \
|
||||
/opt/pocl/runtime/include/CL/cl_platform.h \
|
||||
/opt/pocl/runtime/include/CL/opencl.h \
|
||||
/opt/pocl/runtime/include/CL/cl_gl.h \
|
||||
/opt/pocl/runtime/include/CL/cl_gl_ext.h \
|
||||
/opt/pocl/runtime/include/CL/cl_ext.h
|
||||
clutils.o: clutils.cpp /opt/pocl/runtime/include/CL/cl.h \
|
||||
/opt/pocl/runtime/include/CL/cl_version.h \
|
||||
/opt/pocl/runtime/include/CL/cl_platform.h clutils.h utils.h
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_version.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_platform.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/opencl.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_gl.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_gl_ext.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_ext.h
|
||||
clutils.o: clutils.cpp /homes/tinebp/tools/pocl/runtime/include/CL/cl.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_version.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_platform.h clutils.h \
|
||||
utils.h
|
||||
utils.o: utils.cpp utils.h
|
||||
|
|
Binary file not shown.
|
@ -1,11 +1,13 @@
|
|||
main.o: main.cc nearestNeighbor.h /opt/pocl/runtime/include/CL/opencl.h \
|
||||
/opt/pocl/runtime/include/CL/cl.h \
|
||||
/opt/pocl/runtime/include/CL/cl_version.h \
|
||||
/opt/pocl/runtime/include/CL/cl_platform.h \
|
||||
/opt/pocl/runtime/include/CL/cl_gl.h \
|
||||
/opt/pocl/runtime/include/CL/cl_gl_ext.h \
|
||||
/opt/pocl/runtime/include/CL/cl_ext.h clutils.h
|
||||
clutils.o: clutils.cpp /opt/pocl/runtime/include/CL/cl.h \
|
||||
/opt/pocl/runtime/include/CL/cl_version.h \
|
||||
/opt/pocl/runtime/include/CL/cl_platform.h clutils.h utils.h
|
||||
main.o: main.cc nearestNeighbor.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/opencl.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_version.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_platform.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_gl.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_gl_ext.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_ext.h clutils.h
|
||||
clutils.o: clutils.cpp /homes/tinebp/tools/pocl/runtime/include/CL/cl.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_version.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_platform.h clutils.h \
|
||||
utils.h
|
||||
utils.o: utils.cpp utils.h
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
main.o: main.cc /opt/pocl/runtime/include/CL/cl.h \
|
||||
/opt/pocl/runtime/include/CL/cl_version.h \
|
||||
/opt/pocl/runtime/include/CL/cl_platform.h
|
||||
main.o: main.cc /homes/tinebp/tools/pocl/runtime/include/CL/cl.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_version.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_platform.h
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
main.o: main.cc /opt/pocl/runtime/include/CL/cl.h \
|
||||
/opt/pocl/runtime/include/CL/cl_version.h \
|
||||
/opt/pocl/runtime/include/CL/cl_platform.h
|
||||
main.o: main.cc /homes/tinebp/tools/pocl/runtime/include/CL/cl.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_version.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_platform.h
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
main.o: main.cc /opt/pocl/runtime/include/CL/opencl.h \
|
||||
/opt/pocl/runtime/include/CL/cl.h \
|
||||
/opt/pocl/runtime/include/CL/cl_version.h \
|
||||
/opt/pocl/runtime/include/CL/cl_platform.h \
|
||||
/opt/pocl/runtime/include/CL/cl_gl.h \
|
||||
/opt/pocl/runtime/include/CL/cl_gl_ext.h \
|
||||
/opt/pocl/runtime/include/CL/cl_ext.h
|
||||
main.o: main.cc /homes/tinebp/tools/pocl/runtime/include/CL/opencl.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_version.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_platform.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_gl.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_gl_ext.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_ext.h
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
main.o: main.cc /opt/pocl/runtime/include/CL/opencl.h \
|
||||
/opt/pocl/runtime/include/CL/cl.h \
|
||||
/opt/pocl/runtime/include/CL/cl_version.h \
|
||||
/opt/pocl/runtime/include/CL/cl_platform.h \
|
||||
/opt/pocl/runtime/include/CL/cl_gl.h \
|
||||
/opt/pocl/runtime/include/CL/cl_gl_ext.h \
|
||||
/opt/pocl/runtime/include/CL/cl_ext.h
|
||||
main.o: main.cc /homes/tinebp/tools/pocl/runtime/include/CL/opencl.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_version.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_platform.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_gl.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_gl_ext.h \
|
||||
/homes/tinebp/tools/pocl/runtime/include/CL/cl_ext.h
|
||||
|
|
Binary file not shown.
37
hw/syn/quartus/Makefile
Normal file
37
hw/syn/quartus/Makefile
Normal file
|
@ -0,0 +1,37 @@
|
|||
.PHONY: unittest pipeline cache core vortex top1 top2 top4 top8 top16 top32 top64
|
||||
|
||||
unittest:
|
||||
$(MAKE) -C unittest clean && $(MAKE) -C unittest > unittest/build.log 2>&1 &
|
||||
|
||||
pipeline:
|
||||
$(MAKE) -C pipeline clean && $(MAKE) -C pipeline > pipeline/build.log 2>&1 &
|
||||
|
||||
cache:
|
||||
$(MAKE) -C cache clean && $(MAKE) -C cache > cache/build.log 2>&1 &
|
||||
|
||||
core:
|
||||
$(MAKE) -C core clean && $(MAKE) -C core > core/build.log 2>&1 &
|
||||
|
||||
vortex:
|
||||
$(MAKE) -C vortex clean && $(MAKE) -C vortex > vortex/build.log 2>&1 &
|
||||
|
||||
top1:
|
||||
$(MAKE) -C top1 clean && $(MAKE) -C top1 > top1/build.log 2>&1 &
|
||||
|
||||
top2:
|
||||
$(MAKE) -C top2 clean && $(MAKE) -C top2 > top2/build.log 2>&1 &
|
||||
|
||||
top4:
|
||||
$(MAKE) -C top4 clean && $(MAKE) -C top4 > top4/build.log 2>&1 &
|
||||
|
||||
top8:
|
||||
$(MAKE) -C top8 clean && $(MAKE) -C top8 > top8/build.log 2>&1 &
|
||||
|
||||
top16:
|
||||
$(MAKE) -C top16 clean && $(MAKE) -C top16 > top16/build.log 2>&1 &
|
||||
|
||||
top32:
|
||||
$(MAKE) -C top32 clean && $(MAKE) -C top32 > top32/build.log 2>&1 &
|
||||
|
||||
top64:
|
||||
$(MAKE) -C top64 clean && $(MAKE) -C top64 > top64/build.log 2>&1 &
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue