dan sinclair

Results 219 comments of dan sinclair

Ok, so you're looking for something compute specific? I wonder if wrapping something similar for graphics would be useful for the graphicsfuzz folks @afd @paulthomson ?

@alan-baker @jeffbolznv does this capture the desired functionality?

I'm wondering if this needs to be a standalone tool. I'm guessing once we have textures working we'll want to be able to load real images into textures. (We've also...

Currently, it may, but I think that would be fixable. Something like, if there are no pipelines in the input file.... don't create the engine as there is nothing to...

I'd assume the amberscript version would only be used by people already creating amberscript for things and specifically want the root mean square error check, otherwise, I'd guess imagemagik would...

Add it into samples as image_diff.cc. You can include the png and other files in multiple executable source sets it should be fine. If we get a third tool where...

You can write it in as SPIRV-HEX.

If you mean load an external file, that doesn't exist at this point as it hasn't been a high priority for folks.

Yes, the hex format hasn't really been used, so there are possibly bugs down that path. You can see the test file at https://github.com/google/amber/blob/main/src/shader_compiler_test.cc#L31 which shows the format it's expecting....