photo

Heiko Weichelt

Last seen: Today Actif depuis 2016

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

0 Questions
11 Réponses

Cody

0 Problèmes
1 Solution

RANG
1 320
of 298 339

RÉPUTATION
54

CONTRIBUTIONS
0 Questions
11 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
13

RANG
 of 20 567

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
121 843
of 160 817

CONTRIBUTIONS
0 Problèmes
1 Solution

SCORE
20

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 2
  • First Answer
  • Revival Level 1
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
Custom C++ Library gives error: Intel MKL ERROR: Parameter 8 was incorrect on entry to DGEMM when using armadillo despite working perfectly fine in standalone C++
The issue most likely comes from the incompatability regarding LP64 and ILP64 versions of BLAS/LAPACK libs. Most libs are in LP...

environ un mois il y a | 0

Réponse apportée
Massive slowdown for Apple Silicon in computing SVD
Thanks for reporting this. We identified the problem and are working on improving this in a future release. As a temporary ...

4 mois il y a | 2

Réponse apportée
How are preconditioned GMRES relative residual computed?
Thanks for bringing this to our attention. I can reproduce the issue you mentioned @响 李. We discussed this internally and foun...

6 mois il y a | 2

| A accepté

Réponse apportée
page-wise matrix determinant or eigenvalues
R2023a, released March 15th 2023, ships PAGEEIG as new function in the page* family: https://www.mathworks.com/help/matlab/rele...

environ 2 ans il y a | 1

| A accepté

Réponse apportée
LAPACK: Unable to determine CPU type, on Ubuntu and engineering sample CPU.
Please try to set the following ENVs before starting MATLAB: BLAS_VERSION=mkl.so LAPACK_VERSION=mkl.so The mechanism to...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
What, if anything, can be done to optimize performance for modern AMD CPU's?
After intense collaboration between MathWorks and AMD, as of MATLAB R2022a, MATLAB ships a custom-built version of AOCL 3.1 that...

environ 3 ans il y a | 5

Réponse apportée
I get the illegal instruction error while running Matlab code on HPC
Please reach out to technical support, as already suggested, for more help. Most likely the issue comes from the MKL that is u...

environ 3 ans il y a | 0

Réponse apportée
The problem of 'conv2' with 'BLAS loading error.
The problem occurs from the fact that this particular processor is not correctly detected by MATLAB, and hence, not the right BL...

plus de 3 ans il y a | 0

| A accepté

Réponse apportée
How do I link my mex file to mkl?
MATLAB uses Intel's MKL as BLAS and LAPACK implementation, not for FFT, however. To see how to use those symbols inside a MEX f...

environ 4 ans il y a | 0

Réponse apportée
Correlation on distributed array
Hi Soumyadipta Although xcorr does not show up on the methods list of distributed methods('distributed') you can use xcorr wi...

plus de 6 ans il y a | 1

| A accepté

Réponse apportée
svds performance on GPU is upto 10 times slower than on CPU
Hi Florian Thanks for asking this question. GPUs are only faster than CPUs if you can keep lots of threads running, and t...

presque 7 ans il y a | 2

| A accepté

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

environ 9 ans il y a