octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #48313] gpuDeviceCount


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #48313] gpuDeviceCount
Date: Sat, 25 Jun 2016 10:17:29 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40

Follow-up Comment #1, bug #48313 (project octave):

Ceral,

It is very easy to write a placeholder .m file along the lines of:



function retval = gpuDeviceCount ()

## FIXME Octave only supports GPU for graphics, not computations
retval = 0;

endfunction


If you produce an .m file (e.g., using Octave's GUI editor) and polish it to
Octave coding standards I think it can readily be absorbed somewhere in core.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48313>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]