gpu.js icon indicating copy to clipboard operation
gpu.js copied to clipboard

GPU Accelerated JavaScript

Results 159 gpu.js issues
Sort by recently updated
recently updated
newest added

var crossValidate = new brain.CrossValidate(function () { var options = { activation: 'relu', // activation function learningRate: 0.01, // global learning rate, useful when training using streams }; return new...

The integer accuracy fix could previously return a wrong result when its operands were bigger than max int.

Hey there! I belong to an open source security research community, and a member (@yetingli) has found an issue, but doesn’t know the best way to disclose it. If not...

There is a large Float32Array includes 80 million points, but it is constant. Is There any way to pre cache it so I can directly use the point data without...

![What's our vector, Victor?](https://c.tenor.com/Hb_sS5QrYXcAAAAC/peter-graves-vector-victor.gif) ## *What* is wrong? Returning an array from a kernel returns data full of `NaN` instead of the expected values. ## *Where* does it happen? When...

## *What* is wrong? Hello guys! I've been experimenting with GPU.js for GPGPU and one thing I'd like to be able to do for us to adopt this library is...

![A GIF or MEME to give some spice of the internet](https://memecreator.org/static/images/memes/5340230.jpg) ## *What* is wrong? When pipelining in another kernel with a different size to the kernel that is marked...

## * Enable webgpu in chrome flags. type GPU in console to see that GPU object already exists as native object on webgpu enabled browser. try load gpu.js observe error...

speed up compile by using map instead of array map is more than 30x faster ``` const mathFunctionsMap = { abs: true, acos: true, acosh: true, asin: true, asinh: true,...

![Dwight disguses!!!](https://media.giphy.com/media/muGYyrWwxOOMo/giphy.gif) ## *What* is wrong? Running a function imported from another Typescript file into the GPU/Kernel results in the following error during runtime: ![ast of type "CallExpression" is not...