mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-20 21:09:08 +00:00
@@ -11,3 +11,5 @@ struct is_same<T, T>
|
||||
{
|
||||
static const bool value = true;
|
||||
};
|
||||
|
||||
__device__ unsigned get_thread_local_id() { return threadIdx.x; }
|
||||
|
||||
Reference in New Issue
Block a user