Documentation for MKL_DIRECT_JIT
Is there any documentation or explanation for MKL_DIRECT_JIT apart from a one-line mention in the release notes?
View Article#import does not work after compiler update
Hello,after update of Intel C++ compiler and Visual Studio, the #import statement does not work anymore and causes INTERNAL COMPILER ERROR.Repro:C++ Console Application Project with:// ImportCOM.cpp :...
View ArticleVisual Studio 2017 15.9
Can anyone tell me if there are any problems with VS 2017 15.9 ( latest update) and the Intel 2018/2019 compilers. I have been badly burnt before by VS 2017 updates breaking the Intel Compilers.......
View ArticleRTC_GEOMETRY_TYPE_SPHERE_POINT geometry in 3.4
Hi,I am wanting to use the new RTC_GEOMETRY_TYPE_SPHERE_POINT in embree 3.4. However it's unclear to me what is returned in the RayHit structure for a sphere hit? What does u,v mean for a sphere? Andrew
View ArticleFinding "all" intersections along a ray
Assuming I am casting a ray into a scene of spheres using Embree 3.5 (native sphere primitive) . I want to find all the sphere intersections along that ray from tnear->tfar.Is there a more efficient...
View ArticleProblems with RTC_GEOMETRY_TYPE_FLAT_LINEAR_CURVE (3.5.0)
I am having some very odd issues with RTC_GEOMETRY_TYPE_FLAT_LINEAR_CURVE.I am intersecting rays with a mixture of lines and triangle geometry.embree 3.5.0 is returning the correct line primitive in...
View ArticleClarification on RTC_GEOMETRY_TYPE_FLAT_LINEAR_CURVE "u" value.
The documentation says "The intersection with the curve segment stores the parametric hit locationalong the curve segment as u-coordinate (range 0 to +1)."As linear curves are represented as...
View ArticleCMake generation with Visual Studio 2019 and Intel Compiler 2019 u4 broken
Referring to the problem in this thread regarding the use of "Default"https://software.intel.com/en-us/forums/intel-c-compiler/topic/811512This issue breaks CMake generation for CMake 3.15.1 Visual...
View Articleintel matrix multiplication
Dear sirI wrote code for solving complex linear equation, for which i am using intel matrix multiplication subroutines. But my this matrix multiplication is not using all available cores in my...
View ArticleIntel compiler 2019.5 cannot compile a .c file that includes...
Any attempt to compile a .c ( not .cxx) file that includes <windows.h> in a Visual Studio 2019 16.3.5 project using Intel 2019.5 results in the following error1>C:\Program Files...
View ArticleCSYTRF/CSYTRS give different results 1 thread vs 8 threads (MKL 2019u5)
THREADS=8first 10 values of the Solution 1 (-104034.0,20268.75) 2 (-104099.4,20310.57) 3 (-103879.3,20264.78) 4 (-103980.5,20282.24) 5...
View ArticleNot compatible with Visual Studio 2019 16.4
The latest Intel 2019 Update 5 compiler is not compatible with the updated Visual Studio 2019 16.4 headers. C:\Program Files (x86)\Microsoft Visual...
View ArticleIssues with std::weak_ptr<>, Compiler 19.0(2019 Update 5), 19.1 (2020),...
There seems to be quite a serious issue with std::weak_ptr<> and Intel Compiler 19.0 and 19.1 with Visual Studio 2019.The problem appears to be that the class _Ref_count_base, which includes the...
View ArticleIntel C++ 19.1 Link error: unresolved Symbol with C++17
Visual Studio 14.9.19Intel Parallel Studio XE 2020Latest Windows 10The following piece of code (VS project attached) fails to link with an error1>ipo_1894819obj3.obj : : error LNK2019: unresolved...
View Article