Quantcast
Channel: Recent posts
Viewing all articles
Browse latest Browse all 114

11.3 Update 1 integer divide by zero when using MKL_DIRECT

$
0
0

I am using the "direct" calls set by MKL_DIRECT and am moving from MKL 11.2 to MKL 11.3 Update 1

I am finding my code is throwing a "integer divide  by zero" exception at this call when using 11.3 Update 1. The "calling" code is well tested and worked fine in MKL 11.2.

If I "turn off" MKL_DIRECT, the code again works as expected.

 

	else if (!AisN && BisN)
		mkl_dc_gemm_xx_mnk_pst(m, n, k, alpha, A, lda, B, ldb, beta, C, ldc, MKL_DC_MOV, MKL_DC_MOV, MKL_DC_MT, MKL_DC_MN);

 


Viewing all articles
Browse latest Browse all 114

Trending Articles



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