opencl(十八)----矩阵转置、矩阵乘法
摘要:
矩阵转置 // kernel __kernel void transpose(__global float4 *g_mat, __local float4 *l_mat, uint size) { __global float4 *src, *dst; /* Determine row and co 阅读全文
posted @ 2020-01-05 22:34 feihu_h 阅读(1294) 评论(0) 推荐(0)