Skip to content

Commit

Permalink
update amp_get_global_id's signature
Browse files Browse the repository at this point in the history
Change-Id: I7285644062353550955cc01bd42fa9016a8392a3
  • Loading branch information
scchan committed Aug 15, 2017
1 parent 97c3331 commit fc6a2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/coordinate
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public:
}
};

extern "C" __attribute__((const)) __int64_t amp_get_global_id(unsigned int n) restrict(amp);
extern "C" __attribute__((const)) uint32_t amp_get_global_id(unsigned int n) restrict(amp);

template<size_t N> class offset;

Expand Down

0 comments on commit fc6a2e9

Please sign in to comment.