Estadística
8 Preguntas
                        0 Respuestas
CLASIFICACIÓN
10.041
                          
                          
of 300.381
                        
REPUTACIÓN
4
                           
                        
CONTRIBUCIONES
                          8 Preguntas
                          0 Respuestas
ACEPTACIÓN DE RESPUESTAS 
                            50.0%
                        
VOTOS RECIBIDOS
4
CLASIFICACIÓN
 of 20.941
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS 
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.477
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
Sum of squares profiling on GPU
I was profiling some code that runs on my GPU and came across something rather puzzling that I haven't been able to sort out... ...
alrededor de 12 años hace | 1 respuesta | 2
1
respuestaPregunta
3D gpuArray vs cells of 2D gpuArrays major speed difference!
Can anybody explain why these codes have drastically different runtimes? I have a shared setup routine clear all y = ...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Using multiple GPUs in a parfor type of loop
I am working on a machine learning problem where I am training my classifier using a GPU and the parallel computing toolbox. I ...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Breaking up a computation vs "..." to continue line - Huge Speed Difference !?
I was profiling an ode solver today and found something very strange. The system has 9 states and the computation of the ode RH...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Matrix multiply slices of 3d Matricies
Given two 3d matricies, A and B with size(A) = (n, m, k) and size(B) = (m, p, k) perform matrix multipl...
más de 12 años hace | 3 respuestas | 0
3
respuestasPregunta
Linear combination of cell arrays
Is there a compact way (without loops) to take linear combinations of cell arrays that contain the same type of data (matrices o...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
How do you make a callable object?
I want to define a class (much like griddedInterpolant) that has callable objects. Is there a particular method name that is in...
más de 13 años hace | 1 respuesta | 2
1
respuestaPregunta
Fastest way to dot product all columns of two matricies of same size
I have come up against this problem over and over, and I have a nice solution, but it seems non-optimal from a speed sense. Does...
más de 13 años hace | 2 respuestas | 0
