Nathan Zechar
Followers: 0 Following: 0
Statistiques
RANG
10 385
of 295 527
RÉPUTATION
4
CONTRIBUTIONS
10 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
70.0%
VOTES REÇUS
4
RANG
4 763 of 20 242
RÉPUTATION
279
CLASSEMENT MOYEN
5.00
CONTRIBUTIONS
3 Fichiers
TÉLÉCHARGEMENTS
67
ALL TIME TÉLÉCHARGEMENTS
2404
RANG
of 154 057
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
3D FDTD Magnetized Plasma Example
Example code for the scattering of electromagnetic radiation off a Gaussian plasma ball in the presence of a background magnetic...
plus de 2 ans il y a | 7 téléchargements |
Question
Tutorial / classes / training for developing asynchronous CUDA and MEX code?
Hello, I'm trying to improve the performance of my code which makes use of a GPU for calculations that primarily use MTimes. I h...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Is it possible to code a function like movsum to perform as fast as the diff function when using gpu arrays?
I'm attempting to find the fastest way to average several points on 3D data. In other parts of a program I'm writting, I've used...
presque 3 ans il y a | 1 réponse | 1
1
réponseQuestion
Does MATLAB support Intel i9-12900k CPU and Nvidia A100 GPU?
I was wondering how matlab performs with the new Alder Lake series Intel processors. They have high performance cores and effici...
presque 3 ans il y a | 2 réponses | 0
2
réponsesA soumis
FDTD 3D and 2D Examples - ADE CPML and a Dielectric Region
Examples on how to apply ADE CPML. User can change relative permittivity.
environ 3 ans il y a | 7 téléchargements |
A soumis
FDTD - 1D, 2D, 3D Simple Free Space Examples
Vectorized FDTD code with GPU functionality for the 3D case. Code is nicely organized and easy to understand.
environ 3 ans il y a | 54 téléchargements |
Question
Fastest way to differentiate only the sides of large matricies
I believe I have found one of the fastest ways to differentiate different portions of a large matrix using built in Matlab funct...
environ 3 ans il y a | 1 réponse | 1
1
réponseQuestion
Why is pagemtimes slower than just coding up the matrix multiplication?
I noticed that pagemtimes is slower than just expanding an equation and coding it on both CPU and GPU. But for GPU it is excepti...
plus de 3 ans il y a | 1 réponse | 0
1
réponseWhy is pagemtimes slower on GPU than a CPU?
Hello David, I have a similiar problem and have found that pagemtimes is slower than just expanding an equation and coding it on...
plus de 3 ans il y a | 0
How to multiply higher order matrices?
Here's an example. This is one way of doing it. clear all a = 10; %% Convert 3D matrix to 5D for tensor matrix multiplic...
plus de 3 ans il y a | 0
| A accepté
Question
How to multiply higher order matrices?
Hello, I am attempting to multiply a 5D 3x3x3x3x3 matrix and a 5D 3x3x3x3x1 matrix in order to produce a 4D matrix of 3x3x3x3 af...
plus de 3 ans il y a | 3 réponses | 0
3
réponsesQuestion
Large discrepency between CPU and GPU with fftn and ifftn?
Hello, I am using a GPU to compute multipul 3D FFTs. I've come across a problem where the output I am recieving from the GPU FF...
plus de 4 ans il y a | 1 réponse | 1
1
réponseQuestion
Parallel Processing with Multipul GPUs - fftn
Hello, I was wondering it is possible to utilize multipul GPUs to perform several ffts in a manner where each individual fft cou...
plus de 4 ans il y a | 1 réponse | 1
1
réponseQuestion
How much additional memory is needed to perfrom a 3D FFT other than matrix to be transformed? GPU application.
Hello. I'm trying to gain an understanding of how much memory is needed to perform an FFT, and if it is different with respect t...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Alternatives to accumarray for faster calculations?
Hello, I have taken someone else's code which had several for-loops in it, and vectorized the code. The code now runs extremelly...
plus de 4 ans il y a | 1 réponse | 0