BukeBeyond

Results 8 comments of BukeBeyond
trafficstars

> These should likely be treated similarly to how constant data initializers are treated currently. Allocate a descriptor and binding and record the initializer if any. Greetings. I am new!...

It is possible the internal docs at MS are worse than what is in the Clang source code. It may explain why they are not getting back to you. Another...

Well, the first one was always compiling as a baseline. It is the second one crashing Clspv, and the second from the last one that was crashing Vulkan. After we...

At the beginning of this year, we implemented the experimental i8 Canonicalization of GEPs in our project. Initially, this feature simply converted offsets to i8, maintaining the original sizes of...

Fortunately, Romaric fixed this https://github.com/google/clspv/issues/1318 case of load fragmentation right away. He was able to do it within minutes, whereas the closer investigation took me a couple of hours. :-)...

And here is the latest fragmentation find https://github.com/google/clspv/issues/1322.

Above also Fails with an older Clspv from May 22, using LLVM 15, while my previous bug report compiles OK with that older Clspv. It also compiles OK with Clang...

It is interesting you are getting a different error, and not even the OKs compile there. I short circuited the IsSupportedType() to always return true, so it would not give...