Tfjs: WebGPU Support

Created on 11 Mar 2019  路  1Comment  路  Source: tensorflow/tfjs

I'd like to talk about WebGPU in tfjs.
Currently, Tensorflow.JS is only based on WebGL.
I am curious whether Tensorflow.JS(node-gpu) has a plan to support WebGPU in the future.
According to Webgpu proposal with new shading language thanks to WebAssembly and directly accessing API, they will outperform WebGL which is indirect api causing less performance than direct one like Native stuff.
So, Why would not take advantage of this new advanced technology in the near future ?

W3C WebGPU proposal

Most helpful comment

We will be certainly be writing a WebGPU backend as soon as it's available -- we are in close contact with the Chrome folks who are implementing it.

Closing this out since we will track this elsewhere.

>All comments

We will be certainly be writing a WebGPU backend as soon as it's available -- we are in close contact with the Chrome folks who are implementing it.

Closing this out since we will track this elsewhere.

Was this page helpful?
0 / 5 - 0 ratings