Latest Articles on Intel Technologies
Memory leak when Training Gradient Boosted Trees model ?
Hello,I have a memory leak when running code that uses a Gradient Boosted Trees model and I cannot figured out where does it come.Here is a sample that reproduces my problem:int...
View ArticleStorage quota on the Intel® AI DevCloud ran out
I am preparing jobs to run thousands of graphs dataset. I am using FPGA nodes that include Arria 10 FPGAs with the Intel Xeon Gold 6128 CPU.The goal is to prepare many datapoints to use Machine...
View ArticleIntel MKL performance degrade a lot when I combine it with openMPI
I am using the intel math kernel library to write my algorithm and I set the number of threads to 16. My program can work well. However, when I tried to combine the MKL with MPI and run my program with...
View ArticleChanging code so that compiler directives are not needed
I have a file with parameters used for sizing arrays. Here is a part of it#ifdef WIZARD integer, parameter :: MS_ = 21 ! maximum number of bond series, must be odd!#else...
View ArticleGetting Intel Service Manager Crash and locked out of AppUp developers...
Hello, I'm having problems with my beta app installation not working and getting an Intel Services Manager Crash. This leaves the AppUp Store still trying to install the app and I have to close the...
View ArticleHow to know how many registers in a CPU?
Hi,I found a VNNI sample code provided by Intel.It declares a data type, __m512i, which is mapping to registers in CPU.As I know, the number of registers in a CPU is limited.Here is the information of...
View ArticleConfusion about RDPMC, RDMSR and addresses
Hi,I am confused about addresses for reading performance counters (Linux). Sorry if the questions are too basic, I'm fairly new to this! My CPU is an Intel Core i7-7500U (Kaby Lake). I am running it...
View ArticleOPENMP
subroutine do_1(a,b,n) real a(n,n), b(n,n) !$OMP PARALLEL SHARED(A,B,N) !$OMP DO SCHEDULE(DYNAMIC,1) PRIVATE(I,J) do i = 2, n do j = 1, i b(j,i) = ( a(j,i) + a(j,i-1) ) / 2.0 end do end do !$OMP END DO...
View ArticleNonlinear Least Squares Problem with Linear (Bound) Constraints
Hi,I noticed that the nonlinear solver uses central difference to calculate the Jacobi matrix, I was wondering is it possible to pass the analytical Jacobi elements to the code or not? I mean, in my...
View ArticleIntel Compiler Recommended options
Hello everyone,I have created a resource for users to recommend compile options as follows (It is still before distribution).If there is a part that needs improvement or a part that I am missing,...
View Article