Community Profile

photo

Alison Eele

Last seen: Today Attivo dal 2016

Followers: 0   Following: 0

Contatto

Statistiche

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

Visualizza badge

Feeds

Visto da

Risposto
MATLAB parallel server: computation time of clustering with client and without client
This will likely depend heavily on the code you are intending to run and the speed of the network connection between your client...

8 mesi fa | 0

| accettato

Risposto
parpool sorting out the default number of workers
Thanks for the follow on questions Bruno! Preferred Number of Workers in a Pool For parpool('processes') the number of workers...

circa un anno fa | 1

| accettato

Risposto
Parallel pool takes extremely long to startup on virtual machines
Hi Chris, there are a unfortunately a few possibilities, your observation that the time is scaling with the number of workers on...

oltre un anno fa | 0

Risposto
reading saved gpuArray data with a non-gpu computer
This is now possible from R2019b. To quote from the gpuArray documentation: "You can load MAT files containing gpuArray data a...

oltre 4 anni fa | 2

Risposto
NVLinked RTX8000 and large matrix inversion
I'm afraid you won't be able to treat the two cards as a single card in this situation. The underlying system will still see the...

quasi 5 anni fa | 0

| accettato

Risposto
Maximum variable size on GPU exceeded on one machine and not others
You are correct that the limit you are hitting is intmax('int32'). This does impose a hard limit on the size of gpuArrays. This ...

oltre 6 anni fa | 1

Risposto
MatLab Compiled Executable uses one Processor only in a Windows 10 Dual Processor Xeon CPU E5-2699v4 Configuration
I think the problem you are seeing might be an issue with how some of our matrix math libraries are affinitizing to your machine...

oltre 6 anni fa | 0

Risposto
Matlab R2017a (9.2.0.538062) crashes when calling functions from the Parallel Computing Toolbox (MacOS Sierra 10.12.5)
The error may be a result of the ulimit settings being too low. To check ulimit, open Terminal and run the following: >>...

quasi 7 anni fa | 1

| accettato

Risposto
reset(gpuDevice) does not work
I think you are experiencing the symptoms of a kernel execution time-out. If the GPU is connected to a monitor (or in Windows th...

oltre 7 anni fa | 4

| accettato