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
a63f98ad
"docs/source/vscode:/vscode.git/clone" did not exist on "62e69b67aa9be0338affcb984d0531abc67dc3a3"
Unverified
Commit
a63f98ad
authored
Oct 27, 2023
by
Jeff Daily
Committed by
GitHub
Oct 27, 2023
Browse files
[ROCm] remove HCC references (#8070)
parent
3fb88b3e
Changes
1
Show 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 @
a63f98ad
...
@@ -82,7 +82,7 @@ namespace {
...
@@ -82,7 +82,7 @@ namespace {
const
int
kMaxParallelImgs
=
32
;
const
int
kMaxParallelImgs
=
32
;
inline
unsigned
int
GET_THREADS
()
{
inline
unsigned
int
GET_THREADS
()
{
#ifdef
__HIP_PLATFORM_HCC__
#ifdef
WITH_HIP
return
256
;
return
256
;
#endif
#endif
return
512
;
return
512
;
...
...
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