Skip to content

Commit

Permalink
Cleanup, namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Reinhard committed Feb 23, 2022
1 parent 2ccb01c commit b6bcef7
Show file tree
Hide file tree
Showing 8 changed files with 188 additions and 407 deletions.
1 change: 0 additions & 1 deletion example/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cmake_minimum_required(VERSION 3.18)
add_subdirectory("constantIterator/")
add_subdirectory("constantIteratorBenchmark/")
add_subdirectory("reduce/")
add_subdirectory("transform/")
2 changes: 1 addition & 1 deletion example/constantIterator/src/constantIterator-main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ int main()
<< "Testing constant iterator with value: 10\n";

// Create the constant iterator
vikunja::mem::iterator::ConstantIterator<TRed> constantIter(10);
vikunja::iterator::ConstantIterator<TRed> constantIter(10);

// REDUCE CALL:
// Takes the arguments: accelerator device, host device, accelerator queue, size of data, pointer-like to memory,
Expand Down
4 changes: 0 additions & 4 deletions example/constantIteratorBenchmark/CMakeLists.txt

This file was deleted.

This file was deleted.

Loading

0 comments on commit b6bcef7

Please sign in to comment.