Turbo.js – GPGPU made simple
turbo.github.io
Turbo.js – GPGPU made simple
1–10 of 33 posts
Re: Turbo.js – GPGPU made simple
#2Re: Turbo.js – GPGPU made simple
#3Anyone got some example results they can share with us, including hardware/OS/software you're running and what kind of speed up was found?
Re: Turbo.js – GPGPU made simple
#4Does it really do anything on mobile? Anyone got some example results they can share with us, including hardware/OS/software you're running and what kind of speed up was found?
Edit: It works on my windows PCs (even in a qemu KVM instance using the std vga, but of course the emulated GPU is slower). However, it doesn't seem to like any browser on linux.
Re: Turbo.js – GPGPU made simple
#5There are sections for "PURE JAVASCRIPT" and "JAVASCRIPT & TURBO.JS", but they only display a triangle/circle illustration.
Re: Turbo.js – GPGPU made simple
#6I'm confused -- there's a section mentioning a benchmark, but I can't find the results anywhere on the page. Chrome 54 on macOS 10.12.1. There are sections for "PURE JAVASCRIPT" and "JAVASCRIPT & TURBO.JS", but they only display a triangle/circle illustration.
Re: Turbo.js – GPGPU made simple
#7I'm confused -- there's a section mentioning a benchmark, but I can't find the results anywhere on the page. Chrome 54 on macOS 10.12.1. There are sections for "PURE JAVASCRIPT" and "JAVASCRIPT & TURBO.JS", but they only display a triangle/circle illustration.
Open the console and look for errors?
testData is undefined on line 28 of benchmark.js.
Re: Turbo.js – GPGPU made simple
#8Earlier quoted context omitted.
Open the console and look for errors?
I thought about it, but there's not really much I can do. testData is undefined on line 28 of benchmark.js.
Re: Turbo.js – GPGPU made simple
#9> Ah snap! There was no error compiling the test kernel or running it, but the numbers don't check out. Please report your browser (+ version) and hardware configuration to us, so we can try to fix this. Deviation was 0.673000000262012.
Latest Chrome on a macbook air. Looks like at least one other person has had this issue, I'll report my experience as well. https://github.com/turbo/js/issues/1
Re: Turbo.js – GPGPU made simple
#10I'm confused -- there's a section mentioning a benchmark, but I can't find the results anywhere on the page. Chrome 54 on macOS 10.12.1. There are sections for "PURE JAVASCRIPT" and "JAVASCRIPT & TURBO.JS", but they only display a triangle/circle illustration.
Open the console and look for errors?