Quantcast
Channel: Intel® oneAPI Math Kernel Library & Intel® Math Kernel Library
Viewing all articles
Browse latest Browse all 2652

dtrnlsp_init gives an error in 64 bit mode

$
0
0

The dtrnlsp_init method returns a 1503 or a 1502 with the following pseudo code:

_TRNSP_HANDLE_t handle = nullptr;
float64 epsilon[6] = {1e-5,1e-5,1e-5,1e-5,1e-5,1e-5};
float64 io_x1[2] = {1, 0};
dtrnlsp_init(&handle, 2, 2, io_x1, epssilon, 1000, 1000, 100)

I use the following libs in 64 bit mode:mkl_intel_ilp64.lib;mkl_core.lib;mkl_sequential.lib;

Same code works fine with same params in 32 bit mode:mkl_intel_c.lib;mkl_core.lib;mkl_sequential.lib;


Viewing all articles
Browse latest Browse all 2652

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>