Skip to content

Commit

Permalink
refactor building/loading/saving OpenCL kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbrdo committed Jun 8, 2014
1 parent 04c0aee commit c25a59b
Show file tree
Hide file tree
Showing 9 changed files with 518 additions and 394 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ sgminer_SOURCES += twecoin.c twecoin.h
sgminer_SOURCES += marucoin.c marucoin.h
sgminer_SOURCES += maxcoin.c maxcoin.h
sgminer_SOURCES += kernel/*.cl
sgminer_SOURCES += ocl/patch_kernel.c ocl/patch_kernel.h
sgminer_SOURCES += ocl/build_kernel.c ocl/build_kernel.h
sgminer_SOURCES += ocl/binary_kernel.c ocl/binary_kernel.h

bin_SCRIPTS = $(top_srcdir)/kernel/*.cl

Loading

0 comments on commit c25a59b

Please sign in to comment.