Skip to content

Commit

Permalink
Update order of compilation for cuda files. Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
umar456 authored and mark-poscablo committed Dec 19, 2018
1 parent 1b792bc commit 89f07e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ CMakeFiles/
build*/
Makefile
cmake_install.cmake
**~
GTAGS
GRTAGS
GPATH
.dir-locals.el
docs/details/examples.dox
/TAGS
external/
compile_commands.json
4 changes: 2 additions & 2 deletions src/backend/cuda/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ include(kernel/thrust_sort_by_key/CMakeLists.txt)

cuda_add_library(afcuda
scan.cu
sort.hpp
scan_by_key.cu
kernel/convolve.cu
kernel/convolve_separable.cu

Expand Down Expand Up @@ -177,7 +179,6 @@ cuda_add_library(afcuda
reorder.cu
resize.cu
rotate.cu
scan_by_key.cu
select.cu
set.cu
sift.cu
Expand Down Expand Up @@ -368,7 +369,6 @@ cuda_add_library(afcuda
sift.hpp
sobel.hpp
solve.hpp
sort.hpp
sort_by_key.hpp
sort_index.hpp
sparse.hpp
Expand Down

0 comments on commit 89f07e2

Please sign in to comment.