ROCm / HIP-Examples

Examples for HIP
194 stars 86 forks source link

GPU-STREAM git repo is out of date. #26

Open damora opened 3 years ago

damora commented 3 years ago

GPU-STREAM code is using a deprecated version of hipLaunchKernel error: no matching function for call to 'hipLaunchKernel' hipLaunchKernel(HIP_KERNEL_NAME(triad_kernel), dim3(array_size/TBSIZE), dim3(TBSIZE), 0, 0, d_a, d_b, d_c);