Kernel Threads: Use warp size / wavefront size query instead of hardcoded values as base for kernel threads

Kernel Cache: Add kernel threads into hash computation which is later used in the kernel cache filename
Remove some unused function symbol lookups in HIP library
This commit is contained in:
Jens Steube
2021-07-22 11:46:47 +02:00
parent a09efb2634
commit 5024865d87
3 changed files with 87 additions and 62 deletions

View File

@@ -1118,6 +1118,8 @@ typedef struct hc_device_param
int sm_minor;
u32 kernel_exec_timeout;
u32 kernel_preferred_wgs_multiple;
st_status_t st_status;
int vector_width;