Skip to content

Commit

Permalink
Remove tasking code due to deprecation (#118)
Browse files Browse the repository at this point in the history
* Remove tasking

* Remove tasking from scripts
  • Loading branch information
diehlpk authored Feb 26, 2025
1 parent 59e0337 commit 21c0ccb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 332 deletions.
6 changes: 0 additions & 6 deletions Exercises/tasking/Begin/CMakeLists.txt

This file was deleted.

145 changes: 0 additions & 145 deletions Exercises/tasking/Begin/tasking_begin.cpp

This file was deleted.

6 changes: 0 additions & 6 deletions Exercises/tasking/Solution/CMakeLists.txt

This file was deleted.

174 changes: 0 additions & 174 deletions Exercises/tasking/Solution/tasking_solution.cpp

This file was deleted.

1 change: 0 additions & 1 deletion Scripts/ci-configure-build-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ fi


if [ ! "$backend" == CUDA ]; then
BEGIN_SOLUTION_EXERCISES+=(tasking) # tasking doesn't seem to work on CUDA
BEGIN_SOLUTION_EXERCISES+=(virtualfunction) # TODO: virtualfunction needs Kokkos with CUDA RDC
fi

Expand Down

0 comments on commit 21c0ccb

Please sign in to comment.