Andrea Picciau
Followers: 0 Following: 0
Estadística
0 Preguntas
15 Respuestas
0 Problemas
3 Soluciones
CLASIFICACIÓN
947
of 295.448
REPUTACIÓN
78
CONTRIBUCIONES
0 Preguntas
15 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
21
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
69.466
of 153.872
CONTRIBUCIONES
0 Problemas
3 Soluciones
PUNTUACIÓN
40
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
how to install supported CUDA Toolkit 10.2 on Ubuntu 20.04 LTS Linux
This page from the documentation might help! Requires at least MATLAB R2023b.
12 meses hace | 0
CUDA for M1 MacBook Pro
Hi Fatemah, You might be interested in this blog article of ours: Exploring the MATLAB beta for Native Apple Silicon. This talk...
más de 2 años hace | 1
how to install supported CUDA Toolkit 10.2 on Ubuntu 20.04 LTS Linux
Hi Michal, Parallel Computing Toolbox (and GPU coder from what I know) comes with its own version of the toolkit, so you should...
casi 4 años hace | 1
gpuDevice suddenly stopped working
Hello there! I would check the following: Make sure that the environment variable CUDA_VISIBLE_DEVICES is not set. You can do ...
alrededor de 4 años hace | 0
| aceptada
Large discrepency between CPU and GPU with fftn and ifftn?
Hi Nathan, The results differ for two related reasons: GPUs and CPUs have quite different architectures, the CPU and GPU algo...
más de 4 años hace | 1
| aceptada
Why is MATLAB gpuArray sparse matrix multiplication so fast despite using double precision?
Hello there! The correct way to time GPU operations is by using gputimeit. mvm_time = gputimeit(@() gpu_matrix*gpu_input, 1); ...
más de 4 años hace | 2
Alternatives to accumarray for faster calculations?
Hi Nathan, Accumulation operations require synchronisation and are never going to squeeze the best performance out of your GPU....
más de 4 años hace | 3
| aceptada
How to run program on GPU
Hi Sania, If you're training your network, you need to set 'ExecutionEnvironment' to 'gpu' or 'multi-gpu' in trainingOptions. ...
casi 5 años hace | 0
| aceptada
GeForce GTX 1080 TI "GPU acceleration using the Parallel Computing Toolbox"
Hi Khaled, It's going to be difficult for anyone to help without a crash dump. The best thing to do is to click on the button a...
alrededor de 5 años hace | 1
Why is the gpuArray version of my code slower?
Hi Ariel, There are three problems with your script. Your code is doing a lot of for loops and indexing of gpuArray data, whic...
más de 5 años hace | 1
GPU utilization and parallel computation With Matlab for heavy computation
I'll try to answer your questions in order... Yes! Isn't that great? Yes, because there are two problems with your code: (a) y...
más de 5 años hace | 0
| aceptada
Out of memory issue on evaluating CNNs
The problem is that your GPU's 6GB memory is not enough to execute the semantic segmentation with the default settings. Reducing...
más de 5 años hace | 4
| aceptada
Setting up desktop computer for remote computing
To do that, you'll need to have a MATLAB Parallel Server license. If you have it, you can install the MATLAB Job Scheduler on yo...
más de 5 años hace | 0
PARFOR Transparency violation error
The problem occurs in this line: syms tt Although the syms function is very handy for hacking symbolic math on your client mac...
más de 5 años hace | 6
| aceptada
Running Code on GPU Seems much Slower than Doing so on CPU
You don't need to disable JIT acceleration. Rather, you need to measure using timeit and gputimeit like so: % CPU data a = one...
más de 5 años hace | 1
| aceptada
Resuelto
When Was That Goal Scored?
We want to find out when the goals were scored in a particular soccer game. For each game, we are given a "Goal Event Data" XML ...
casi 7 años hace
Resuelto
Number of Even Elements in Fibonacci Sequence
Find how many even Fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...
alrededor de 7 años hace
Resuelto
The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...
alrededor de 7 años hace