HIP编程
摘要:1.使用hip实现矩阵乘 1 #include <stdio.h> 2 #include <stdlib.h> 3 4 #include <hip/hip_runtime.h> 5 #include <hip/hip_runtime_api.h> 6 7 #define M 4 8 #define
阅读全文
posted @ 2020-04-17 14:35
posted @ 2020-04-17 14:35