photo

Heiko Weichelt

Last seen: Today 自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

0 个提问
10 个回答

Cody

0 个问题
1 个答案

排名
1,404
of 297,503

声誉
50

贡献数
0 个提问
10 个回答

回答接受率
0.00%

收到投票数
11

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
120,407
of 159,017

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

已回答
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 ...

3 months 前 | 1

已回答
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...

5 months 前 | 2

| 已接受

已回答
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...

2 years 前 | 1

| 已接受

已回答
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...

2 years 前 | 0

| 已接受

已回答
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...

3 years 前 | 5

已回答
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...

3 years 前 | 0

已回答
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...

3 years 前 | 0

| 已接受

已回答
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...

4 years 前 | 0

已回答
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...

6 years 前 | 1

| 已接受

已回答
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...

7 years 前 | 1

| 已接受

已解决


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:...

9 years 前