Skip to content

Commit 5b870e0

Browse files
author
fynv
committed
Minor fixes
1 parent adb866a commit 5b870e0

File tree

54 files changed

+8
-245
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+8
-245
lines changed

CSharp/ThrustRTCSharp/Context.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
62
using ThrustRTCLR;
73
using System.Runtime.InteropServices;
84

CSharp/ThrustRTCSharp/Copying.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
6-
using ThrustRTCLR;
7-
using System.Runtime.InteropServices;
1+
using ThrustRTCLR;
82

93
namespace ThrustRTCSharp
104
{

CSharp/ThrustRTCSharp/DVTuple.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
62
using ThrustRTCLR;
73
using System.Runtime.InteropServices;
84

CSharp/ThrustRTCSharp/DVVector.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
62
using ThrustRTCLR;
73
using System.Runtime.InteropServices;
84

CSharp/ThrustRTCSharp/DeviceViewable.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
62
using ThrustRTCLR;
7-
using System.Runtime.InteropServices;
83

94
namespace ThrustRTCSharp
105
{

CSharp/ThrustRTCSharp/FakeVectors.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
62
using ThrustRTCLR;
73
using System.Runtime.InteropServices;
84

CSharp/ThrustRTCSharp/Functor.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
62
using ThrustRTCLR;
73
using System.Runtime.InteropServices;
84

CSharp/ThrustRTCSharp/Merging.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
6-
using ThrustRTCLR;
7-
using System.Runtime.InteropServices;
1+
using ThrustRTCLR;
82

93
namespace ThrustRTCSharp
104
{

CSharp/ThrustRTCSharp/PrefixSums.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
6-
using ThrustRTCLR;
7-
using System.Runtime.InteropServices;
1+
using ThrustRTCLR;
82

93
namespace ThrustRTCSharp
104
{

CSharp/ThrustRTCSharp/Reductions.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
62
using ThrustRTCLR;
7-
using System.Runtime.InteropServices;
83

94
namespace ThrustRTCSharp
105
{

0 commit comments

Comments
 (0)