Commits for msvc 16.9

This commit is contained in:
hchandirasekar
2021-03-10 12:59:04 +05:30
parent 5b0a1bb4cd
commit 0180f7830b
4 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ inline int GET_BLOCKS(const int N)
}
__device__ float dmcn_im2col_bilinear(const float *bottom_data, const int data_width,
__device__ __host__ float dmcn_im2col_bilinear(const float *bottom_data, const int data_width,
const int height, const int width, float h, float w) {
int h_low = floor(h);
int w_low = floor(w);