Skip to content

Commit

Permalink
removed custom atomic op
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Feb 5, 2020
1 parent d8a70d9 commit d316976
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
15 changes: 0 additions & 15 deletions cuda/atomics.cuh

This file was deleted.

2 changes: 0 additions & 2 deletions cuda/weighting_kernel.cu
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
#include <ATen/cuda/detail/IndexUtils.cuh>
#include <ATen/cuda/detail/TensorInfo.cuh>

#include "atomics.cuh"

#define THREADS 1024
#define BLOCKS(N) (N + THREADS - 1) / THREADS

Expand Down

0 comments on commit d316976

Please sign in to comment.