[ROCm/composable_kernel commit: 0597116330]
This commit is contained in:
Chao Liu
2019-01-09 19:11:45 -06:00
parent 936627209e
commit a943d79f4c
2 changed files with 3 additions and 0 deletions

View File

@@ -11,3 +11,5 @@ struct is_same<T, T>
{
static const bool value = true;
};
__device__ unsigned get_thread_local_id() { return threadIdx.x; }