-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Currently we hard code local_size_x = 1. This is rather suboptimal and it would be nice to be able to derive a different value or allow the programmer to set a different value. However, deriving this value might require extensive metaprogramming on the shader side and possibly some code insertion.