Massimiliano Zanoli
Followers: 0 Following: 0
Estadística
8 Preguntas
2 Respuestas
CLASIFICACIÓN
8.574
of 296.405
REPUTACIÓN
5
CONTRIBUCIONES
8 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
5
CLASIFICACIÓN
of 20.376
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 156.339
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
GPU memory usage for Hadamard product
I have a GPU with 48 Gb of RAM. I have a large matrix A (complex single 45927x45927, gpuArray) taking 16 Gb of my GPU. I get t...
6 meses hace | 4 respuestas | 1
4
respuestasPregunta
Clear persistent variables of function on worker
I need to clear the persistent variables of a function on all workers after having called it from a parallelized statement. par...
más de 1 año hace | 2 respuestas | 0
2
respuestasTermination tolerance in fsolve
You might have hit the numerical accuracy depending on what values the variables in your set of equations take. Check the eps at...
más de 2 años hace | 0
Pregunta
CUDA_ERROR_LAUNCH_FAILED and CUDA_ERROR_ILLEGAL_ADDRESS on Quadro RTX in TCC mode
We have a Quadro RTX 6000 in TCC mode with a fresh Windows 10 and Matlab 2021a U5 installation. The output of gpuDevice is: C...
más de 3 años hace | 0 respuestas | 0
0
respuestasWhat should go in a next-generation MATLAB X?
Very basic constistency points that currently defy my comprehension: Default everything to the 1st dimension (i.e. columns are ...
más de 3 años hace | 0
Pregunta
Pre-load data on multiple GPUs for parfor loop
I have two GPUs with 6 Gb of RAM each. I need to perform a Particle Swarm optimization which evaluates a cost function that is ...
casi 4 años hace | 1 respuesta | 1
1
respuestaPregunta
min and max of gpuArray
Hi, why does the following fail? I cannot find any caveat about GPU support of min/max on the documentation. Plus, the error me...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Vertical concatenation of structure fields (compact form)
Hi, I know there is a similar question but it's not about the compact form. My question is: why does the following not result ...
más de 4 años hace | 3 respuestas | 0
3
respuestasPregunta
Interior point shifting initial solution when not necessary
I need to optimize a problem for which I have an already good estimate of the global optimum. I need to do this with fmincon usi...
más de 4 años hace | 0 respuestas | 1
0
respuestasPregunta
"warning takes sprintf-like arguments directly" not entirely true?
If I write this: message = sprintf('%d %d %d', [1 2 3]) warning(message) I get a warning from MATLAB Code Analyzer at...
más de 6 años hace | 2 respuestas | 2