arrayfire-js icon indicating copy to clipboard operation
arrayfire-js copied to clipboard

ArrayFire.js - ArrayFire for Node.js

Results 9 arrayfire-js issues
Sort by recently updated
recently updated
newest added

Is this NodeJS porting still supported? The documentation is stuck to Node 0.12. Shall this project be archived?

Is the Node.js porting of ArrayFire still in active development? Thank you.

@unbornchikken Can you look into fixing this https://nvd.nist.gov/vuln/detail/CVE-2016-10598 ?

Just a heads-up: There's recently been some discussion on reusing arrayfire-js as the back-end in the [BrainJS](https://github.com/harthur/brain) and [Synaptic](https://github.com/cazala/synaptic) frameworks: https://github.com/cazala/synaptic/issues/70 https://github.com/cazala/synaptic/issues/12

Regarding [arrayfire's OpenCL interoperability](http://arrayfire.org/docs/interop_opencl.htm), is that currently exposed in any shape or form via the JavaScript bindings? The real question being how to integrate/use an existing OpenCL kernel ? Thank...

https://github.com/kushal-likhi/operator-overloading-js I should investigate it. - could I apply operators to a native addon class? - does it cause slowdown of the compiled code?

TODO

I installed ArrayFire on macos using the pkg. And it seems to work because the files are at /opt/arrayfire Now my problem is "linking" it to nodejs. When i run...