Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fynv committed Jun 17, 2019
1 parent adb866a commit 5b870e0
Show file tree
Hide file tree
Showing 54 changed files with 8 additions and 245 deletions.
4 changes: 0 additions & 4 deletions CSharp/ThrustRTCSharp/Context.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCLR;
using System.Runtime.InteropServices;

Expand Down
8 changes: 1 addition & 7 deletions CSharp/ThrustRTCSharp/Copying.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCLR;
using System.Runtime.InteropServices;
using ThrustRTCLR;

namespace ThrustRTCSharp
{
Expand Down
4 changes: 0 additions & 4 deletions CSharp/ThrustRTCSharp/DVTuple.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCLR;
using System.Runtime.InteropServices;

Expand Down
4 changes: 0 additions & 4 deletions CSharp/ThrustRTCSharp/DVVector.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCLR;
using System.Runtime.InteropServices;

Expand Down
5 changes: 0 additions & 5 deletions CSharp/ThrustRTCSharp/DeviceViewable.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCLR;
using System.Runtime.InteropServices;

namespace ThrustRTCSharp
{
Expand Down
4 changes: 0 additions & 4 deletions CSharp/ThrustRTCSharp/FakeVectors.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCLR;
using System.Runtime.InteropServices;

Expand Down
4 changes: 0 additions & 4 deletions CSharp/ThrustRTCSharp/Functor.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCLR;
using System.Runtime.InteropServices;

Expand Down
8 changes: 1 addition & 7 deletions CSharp/ThrustRTCSharp/Merging.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCLR;
using System.Runtime.InteropServices;
using ThrustRTCLR;

namespace ThrustRTCSharp
{
Expand Down
8 changes: 1 addition & 7 deletions CSharp/ThrustRTCSharp/PrefixSums.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCLR;
using System.Runtime.InteropServices;
using ThrustRTCLR;

namespace ThrustRTCSharp
{
Expand Down
5 changes: 0 additions & 5 deletions CSharp/ThrustRTCSharp/Reductions.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCLR;
using System.Runtime.InteropServices;

namespace ThrustRTCSharp
{
Expand Down
8 changes: 1 addition & 7 deletions CSharp/ThrustRTCSharp/Reordering.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCLR;
using System.Runtime.InteropServices;
using ThrustRTCLR;

namespace ThrustRTCSharp
{
Expand Down
5 changes: 0 additions & 5 deletions CSharp/ThrustRTCSharp/Searching.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCLR;
using System.Runtime.InteropServices;

namespace ThrustRTCSharp
{
Expand Down
8 changes: 1 addition & 7 deletions CSharp/ThrustRTCSharp/Sorting.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCLR;
using System.Runtime.InteropServices;
using ThrustRTCLR;

namespace ThrustRTCSharp
{
Expand Down
8 changes: 1 addition & 7 deletions CSharp/ThrustRTCSharp/Transformations.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCLR;
using System.Runtime.InteropServices;
using ThrustRTCLR;

namespace ThrustRTCSharp
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;

namespace test_adjacent_difference
Expand Down
4 changes: 0 additions & 4 deletions CSharp/test/test_binary_search/test_binary_search.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;

namespace test_binary_search
Expand Down
4 changes: 0 additions & 4 deletions CSharp/test/test_constant/test_constant.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;

namespace test_constant
Expand Down
4 changes: 0 additions & 4 deletions CSharp/test/test_copy/test_copy.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;

namespace test_copy
Expand Down
4 changes: 0 additions & 4 deletions CSharp/test/test_count/test_count.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;

namespace test_count
Expand Down
4 changes: 0 additions & 4 deletions CSharp/test/test_counter/test_counter.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;

namespace test_counter
Expand Down
4 changes: 0 additions & 4 deletions CSharp/test/test_custom_vector/test_custom_vector.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;

namespace test_custom_vector
Expand Down
7 changes: 1 addition & 6 deletions CSharp/test/test_discard/test_discard.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;
using ThrustRTCSharp;

namespace test_discard
{
Expand Down
4 changes: 0 additions & 4 deletions CSharp/test/test_equal/test_equal.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;

namespace test_equal
Expand Down
4 changes: 0 additions & 4 deletions CSharp/test/test_extrema/test_extrema.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;

namespace test_extrema
Expand Down
4 changes: 0 additions & 4 deletions CSharp/test/test_fill/test_fill.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;

namespace test_fill
Expand Down
4 changes: 0 additions & 4 deletions CSharp/test/test_find/test_find.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;

namespace test_find
Expand Down
4 changes: 0 additions & 4 deletions CSharp/test/test_for/test_for.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;

namespace test_for
Expand Down
7 changes: 1 addition & 6 deletions CSharp/test/test_for_each/test_for_each.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;
using ThrustRTCSharp;

namespace test_for_each
{
Expand Down
4 changes: 0 additions & 4 deletions CSharp/test/test_gather/test_gather.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;

namespace test_gather
Expand Down
4 changes: 0 additions & 4 deletions CSharp/test/test_inner_product/test_inner_product.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;

namespace test_inner_product
Expand Down
4 changes: 0 additions & 4 deletions CSharp/test/test_logical/test_logical.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;

namespace test_logical
Expand Down
4 changes: 0 additions & 4 deletions CSharp/test/test_merge/test_merge.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;

namespace test_merge
Expand Down
4 changes: 0 additions & 4 deletions CSharp/test/test_mismatch/test_mismatch.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;

namespace test_mismatch
Expand Down
4 changes: 0 additions & 4 deletions CSharp/test/test_partition/test_partition.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;

namespace test_partition
Expand Down
4 changes: 0 additions & 4 deletions CSharp/test/test_permutation/test_permutation.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;

namespace test_permutation
Expand Down
4 changes: 0 additions & 4 deletions CSharp/test/test_reduce/test_reduce.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;

namespace test_reduce
Expand Down
4 changes: 0 additions & 4 deletions CSharp/test/test_remove/test_remove.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;

namespace test_remove
Expand Down
4 changes: 0 additions & 4 deletions CSharp/test/test_replace/test_replace.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;

namespace test_replace
Expand Down
4 changes: 0 additions & 4 deletions CSharp/test/test_reverse/test_reverse.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;

namespace test_reverse
Expand Down
4 changes: 0 additions & 4 deletions CSharp/test/test_scan/test_scan.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;

namespace test_scan
Expand Down
4 changes: 0 additions & 4 deletions CSharp/test/test_scan_by_key/test_scan_by_key.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ThrustRTCSharp;

namespace test_scan_by_key
Expand Down
Loading

0 comments on commit 5b870e0

Please sign in to comment.