"vscode:/vscode.git/clone" did not exist on "a6c0e6772cf4e578da28d2217fc3385eb72024fd"
Commit 37f4e2b6 authored by Chao Liu's avatar Chao Liu
Browse files

nvidia build

parent 6c2c50b0
......@@ -20,7 +20,10 @@ namespace ck {
enum address_space_t
{
generic = 0
generic = 0,
vgpr = generic,
lds = generic,
global = generic
};
#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