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

Bug fix: assign correct argument bit ratio index

Open exebetche opened this issue 4 years ago • 0 comments

In "assignArgumentBitRatio" the index for "argumentBitRatios" should be the one of the function, not the kernel. Otherwise, you get a "bit ratio not found" error if you pass arguments to a function with a different order than they're passed to the kernel. Fix #600

exebetche avatar Dec 02 '21 17:12 exebetche