jackyh
jackyh
solved. thx.
@newling Thanks! I will look over it and come back to you if any more issues!
@newling Hi, James: Thanks for your help again! But, I met a new issue here:): I use API call like this: MIOpenGEMM::gemm0( extSolution->order, extSolution->transA, extSolution->transB, extProblem->M, extProblem->N, extProblem->K, extSolution->alpha, d_a,...
@newling looks like you mean it needs to try some parameters then get the best one? Do we have any example about how to do this?
@newling looks like there's some example in "MIOpenDriver gemm" for doing this, but I am not able to understand it's src code. So could you show me some quick example?...
@newling You are right, I tried. Then my question is: I think the opencl kernel will be stored somewhere, how long it will be there? i.e. if I don't remove...
@newling something more, I assume that I need just call gemm0 for once with any param set, as for the second time when I call gemm0 with different param, it...