Skip to content
  • Connor Abbott's avatar
    add a shader-runner tool · c1ff7250
    Connor Abbott authored
    This is a small standalone program that submits a compute shader and
    prints the results. Currently it is hardcoded to only 1 invocation.
    Also, it only works with bifrost. This has proven very useful for
    figuring out parts of the Bifrost ISA that cannot be figured out using
    the compiler alone.
    c1ff7250