WGSL
Last updated
Last updated
This workload does not support batching
Some people may find it advantageous to use raw WGSL code in their project. We support these projects, but recommend for ease of use that you use a different workload type if you are running a common workload.
All language features are supported. There are some limitations on the way you can use a user's device:
All code must be thoroughly tested for GPU crashes (you can use your own computer, and we also have containers we can provide for testing)
You may need depending on how you use the user's computer
A basic function to take the exponent of a base and a number repeatedly. BUFFER_SIZE is typically set to the maximum of 134217728 bytes, or 128MB to prevent crashes. It is replaced at runtime.