You might try looking at what is happening with J's older brother APL: http://www.dyalog.com/uploads/conference/dyalog16/presentations/U08_SIMD_Boolean_Array_Algorithms_handouts.pdf
http://www.elsman.com/pdf/Dyalog16.pdf https://futhark-lang.org/publications/fhpc16.pdf On Wed, Dec 13, 2017 at 3:34 PM, Raul Miller <[email protected]> wrote: > Not that I know of. > > There should be a J-like especially for the GPU implementations, but > no one has put the energy into building (let alone maintaining) such a > thing. > > P.S. probably more a [email protected] topic than a > [email protected] topic. > > Thanks, > > -- > Raul > > On Wed, Dec 13, 2017 at 2:17 PM, TongKe Xue <[email protected]> wrote: > > Hi, > > > > > > 1. There are two questions in this email, but they're closely > > related. Feel free to reply to either or both. > > > > 2. "J-like" here means NumPy/MatLab, but with J syntax. It only > > needs support tensors of Floats -- no need for Complex, Chars, Boxes, > > file IO, GUI, ... > > > > 3. I know about https://github.com/arcfide/Co-dfns but I don't think > > it's what I want. (Not familiar with Dyalog APL) > > > > Actual Questions: > > > > Is there a J-like that is backed by Cuda or OpenCL ? I want the > > tensors to be stored on GPU memory. Lexing/parsing can happen either > > on CPU or GPU. > > > > Is there a J-like that is backed by Webassembly? I want the tensotrs > > to be stored in WebAssembly controlled memory, and JS to submit J > > code. > > > > > > Thanks, > > --TongKe > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
