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
yangql
composable_kernel-1
Commits
6a5ea493
"git@developer.sourcefind.cn:OpenDAS/pytorch3d.git" did not exist on "a9b0d50bafa26c4f2a9e665ff7b805face3f24e6"
Unverified
Commit
6a5ea493
authored
Apr 06, 2021
by
zjing14
Committed by
GitHub
Apr 06, 2021
Browse files
bug fix for buffer resource setting (#26)
parent
fcbb9788
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
composable_kernel/include/utility/config.amd.hpp.in
composable_kernel/include/utility/config.amd.hpp.in
+6
-2
No files found.
composable_kernel/include/utility/config.amd.hpp.in
View file @
6a5ea493
...
@@ -11,9 +11,13 @@
...
@@ -11,9 +11,13 @@
#define CK_DEVICE_BACKEND_AMD 1
#define CK_DEVICE_BACKEND_AMD 1
// GPU ID
// GPU ID
#if 0
#define CK_AMD_GPU_GFX906 1
#define CK_AMD_GPU_GFX906 1
#define CK_AMD_GPU_GFX908 0
#elif 0
#define CK_AMD_GPU_GFX1030 0
#define CK_AMD_GPU_GFX908 1
#elif 1
#define CK_AMD_GPU_GFX1030 1
#endif
// HIP version
// HIP version
#ifndef CK_HIP_VERSION_FLAT
#ifndef CK_HIP_VERSION_FLAT
...
...
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