Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
8e8c6658
"docs/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "39987bc59970289b774319f9e7ccd1ad57a1cb98"
Unverified
Commit
8e8c6658
authored
Jun 01, 2021
by
Nicolas Hug
Committed by
GitHub
Jun 01, 2021
Browse files
Fix clang formatting in deform_conv2d_kernel.cu (#3943)
parent
e395a79c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torchvision/csrc/ops/cuda/deform_conv2d_kernel.cu
torchvision/csrc/ops/cuda/deform_conv2d_kernel.cu
+1
-1
No files found.
torchvision/csrc/ops/cuda/deform_conv2d_kernel.cu
View file @
8e8c6658
...
@@ -85,7 +85,7 @@ inline unsigned int GET_THREADS() {
...
@@ -85,7 +85,7 @@ inline unsigned int GET_THREADS() {
#ifdef __HIP_PLATFORM_HCC__
#ifdef __HIP_PLATFORM_HCC__
return
256
;
return
256
;
#endif
#endif
return
512
;
return
512
;
}
}
inline
unsigned
int
GET_BLOCKS
(
inline
unsigned
int
GET_BLOCKS
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment