Is the content of jit.gen processed by GPU? Or by CPU?

Gary Leyrn's icon

Hello Guys,

This is a yes or not question, please :
Is the content of jit.gen processed by GPU?
is it by CPU?

What I am doing is "unpacking " matrices and then performing matrix operations, then packing
again the matrix. I need it to be processed by GPU. Any suggestions?

Thank you guys, cheers.

Jean-Francois Charles's icon

[jit.gen] and [jit.pix] use the CPU, [jit.gl.pix] the GPU.