Skip to content

Commit 7795511

Browse files
committed
Removed cudrand dependency
1 parent 05a3e8f commit 7795511

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

tf_ops/find_neighbors.cu

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
#include <iostream>
1616
#include <fstream>
1717

18-
#include "curand_kernel.h"
19-
2018
#include "cuda_kernel_utils.h"
2119

2220
#define POINT_BLOCK_SIZE 128
@@ -371,4 +369,4 @@ void packNeighborsCPU(
371369

372370
gpuErrchk(cudaPeekAtLastError());
373371
}
374-
372+

tf_ops/spatial_conv.cu

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
#include <iostream>
1616
#include <fstream>
1717

18-
#include "curand_kernel.h"
19-
2018
#include "cuda_kernel_utils.h"
2119

2220
#define EXECUTION_BLOCK_MLP_SIZE 128
@@ -965,4 +963,4 @@ void spatialConvGradsCPU(
965963
cudaEventElapsedTime(&milliseconds, start, stop);
966964
printf("Backward Num points: %d | Neighbors: %d | Time %f\n", pNumSamples, pNumNeighbors, milliseconds);
967965
#endif
968-
}
966+
}

0 commit comments

Comments
 (0)