debugging

[ROCm/composable_kernel commit: f6cb5b846d]
This commit is contained in:
Chao Liu
2019-04-06 15:10:40 -05:00
parent fab54d9d58
commit a3f850c5e6
7 changed files with 18 additions and 22 deletions

View File

@@ -5,6 +5,10 @@
#include "Array.hip.hpp"
#include "functional.hip.hpp"
#if DEVICE_BACKEDN_HIP
#include "inline_asm.hpp"
#endif
__device__ index_t get_thread_local_1d_id() { return threadIdx.x; }
__device__ index_t get_block_1d_id() { return blockIdx.x; }