Skip to content

Commit

Permalink
Revert "Complication issue with pytorch 1.1"
Browse files Browse the repository at this point in the history
This reverts commit f16357c.
  • Loading branch information
sean.narenthiran committed Jan 25, 2019
1 parent a8c9621 commit 596bcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_binding/src/binding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#ifdef WARPCTC_ENABLE_GPU
#include "ATen/cuda/CUDAContext.h"
#include <c10/cuda/CUDAGuard.h>
#include "ATen/cuda/CUDAGuard.h"
#include "ATen/cuda/CUDAEvent.h"

#include "THC.h"
Expand Down

0 comments on commit 596bcc6

Please sign in to comment.