Skip to content

Commit

Permalink
2023-10-27 nightly release (a63f98a)
Browse files Browse the repository at this point in the history
  • Loading branch information
pytorchbot committed Oct 27, 2023
1 parent bb034e0 commit 36aab13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchvision/csrc/ops/cuda/deform_conv2d_kernel.cu
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ namespace {
const int kMaxParallelImgs = 32;

inline unsigned int GET_THREADS() {
#ifdef __HIP_PLATFORM_HCC__
#ifdef WITH_HIP
return 256;
#endif
return 512;
Expand Down

0 comments on commit 36aab13

Please sign in to comment.