Category "intel-mkl"

Intel MKL for matrix multiplication when rows are not memory-contiguous

Our hardware is Intel Xeon Phi so we are encouraged to get the most out of it by replacing hand-written linear algebra ops (e.g. square matrix multiplications)

What is the most efficient way of changing Cartesian topology to one that supports MKL Cluster FFT?

I have a 3-dimensional array of size = [Nx, Ny, Nz] currently distributed among nprocs = nprocs_y * nprocs_z processes as subarrays of local_size = [Nx, Ny/npro

An exception occurred when I use Eigen::PardisoLU with cmake

I am trying to use Eigen::pardisoLU but I have no output. This is my cmakelists.txt: cmake_minimum_required(VERSION 3.9) project(my_test_project) aux_source_dir

Intel c++ compiler in Xcode [duplicate]

I'm trying to use Intel c++ compiler for my Xcode project. After installation, following the tutorial from Intel, there's an Intel c++ compile