-
-cl-mad-enable is off by default, however ReplaceLLVMFmulAddWithOpenCLMad is true by default https://github.com/KhronosGroup/SPIRV-LLVM-Translator/blob/main/include/LLVMSPIRVOpts.h#L244C8-L244C40, wh…
-
I propose making the default Panda convention for depth range 0..1 instead of OpenGL's -1..1 range.
The OpenGL range was presumably originally chosen for consistency with the X and Y axes (which un…
-
Following on from @LukeMathWalker 's post [here](https://github.com/rust-ml/discussion/issues/1), I'm starting this issue to discuss and refine the details of a high level machine learning interface (…
-
Hi,
Using the tip spirv-reflect, I got the following from one of our spv inputs.
SAMPLED_IMAGE shows have '(SRV)', SAMPLER gets '(SAMPLER)'.
type : VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_…
-
I'm working on this traversal code here. The code is dense, but should theoretically benefit greatly from the use of either "const" or "let":
```
/*const */ var /*let*/ octinv8 = octinv * 0x010101…
-
`OpCopyObject`/`OpCopyLogical`/`OpCopyMemory`
How are they used, can they be used anywhere, etc
-
Doing this.blah works and appears to be in the unit tests. Except that is useless in practice since omitting the "this." gives equivalent code. What *is* useful is returning or copying "this". Doing s…
-
I'm trying to compile the kernel from 05_spirvkernelfromfile of https://github.com/bashbaug/SimpleOpenCLSamples by commands:
$ clang -c -target spir64 -emit-llvm -o sample_kernel.bc sample_kern…
-
This may rely on #4395 being completed first.
The `select` intrinsic has a matrix variant that operates like the vector version of `select` but looks like this:
```
T select(S cond, T a, T b);
…
-
Here is a complete program to reproduce the issue:
```
#include
#include
#include
#include "glslang/Public/ShaderLang.h"
#include "glslang/SPIRV/GlslangToSpv.h"
#include "glslang/SPIRV/dis…
llyzs updated
2 years ago