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
gaoqiong
composable_kernel
Commits
37f4e2b6
"driver/src/driver.cpp" did not exist on "b2439ec9dd8acc7a6788c3225fda80eb7f416ce6"
Commit
37f4e2b6
authored
Sep 22, 2019
by
Chao Liu
Browse files
nvidia build
parent
6c2c50b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
composable_kernel/include/utility/config_nvidia.hpp.in
composable_kernel/include/utility/config_nvidia.hpp.in
+4
-1
No files found.
composable_kernel/include/utility/config_nvidia.hpp.in
View file @
37f4e2b6
...
@@ -20,7 +20,10 @@ namespace ck {
...
@@ -20,7 +20,10 @@ namespace ck {
enum address_space_t
enum address_space_t
{
{
generic = 0
generic = 0,
vgpr = generic,
lds = generic,
global = generic
};
};
#if CK_UNSIGNED_INDEX_TYPE
#if CK_UNSIGNED_INDEX_TYPE
...
...
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