Artoriuz / ArtCNN

Super-Resolution Convolutional Neural Networks as GLSL shaders for mpv
MIT License
109 stars 2 forks source link

glsl: make tiles more square #22

Closed kasper93 closed 2 months ago

kasper93 commented 2 months ago

Instead of doing single line, do rectangle. Also reorder some shared memory accesses and adjust threads count and group sizes.

Depending on the hardware it may significantly help, on others it is not worse than before.