photo

Meng-Yuan Huang


NCU

Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Why doesn't MATLAB support 'cpuArray' for some array creation functions?
I find a workaround: useGpu = 1; if(useGpu) arg1 = 'single'; arg2 = 'gpuArray'; else arg1 = 1; ...

etwa 7 Jahre vor | 0

Frage


Why doesn't MATLAB support 'cpuArray' for some array creation functions?
For example, we can create a GPU array by code: rand(3, 'single', 'gpuArray') Unfortunately, this code will fail if it i...

etwa 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Why doesn't MCR add path with libmat.dll to PATH environment variable?
The MATLAB Compiler Runtime installer can be download here: http://www.mathworks.com/products/compiler/mcr/ The installer wi...

mehr als 11 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


Why doesn't MCR provide libmat.lib?
Why doesn't MATLAB Compiler Runtime (MCR) provide libmat.lib, libmx.lib, ...? I think it is a good idea that MathWorks releases...

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten