Commit 37f4e2b6 authored by Chao Liu's avatar Chao Liu
Browse files

nvidia build

parent 6c2c50b0
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment