I am doing some experimentation in parallel studio xe 2017 with visual fortran. If I use a standard function (e.g. matmul), then I'm getting intellisense with the function's definition and all the necessary parameters. If I use instead the mkl function (e.g. sgemm), then I don't get anything. I tried to include the mkl libraries both with the automatic and the manual options (check here). I have an access to the mkl documentation, but I would expect a better interoperability between mkl and the visual studio tools. Is it possible?
↧