diff options
author | YixingZhang007 <yixing.zhang@intel.com> | 2025-09-30 11:58:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-30 16:58:35 +0100 |
commit | ab645f1dff323569ffe8a6fabedbae259101b1a7 (patch) | |
tree | fc1c4c3338cad1ae4ce3c833ff18ef5138258d24 /llvm/utils/lit/tests/googletest-detect-duplicate.py | |
parent | d7421e6a28594b4d43a67fad68cffa801474c98a (diff) | |
download | llvm-ab645f1dff323569ffe8a6fabedbae259101b1a7.zip llvm-ab645f1dff323569ffe8a6fabedbae259101b1a7.tar.gz llvm-ab645f1dff323569ffe8a6fabedbae259101b1a7.tar.bz2 |
[SPIRV] Avoid OpQuantizeToF16 in SPIR-V kernel test (#158086)
This PR resolves the current failure in the `integer-casts.ll` SPIR-V
test during CI runs in `llvm-project`.
The failure occurs because the SPIR-V instruction `OpQuantizeToF16`
requires the `Capability::Shader`. However, the function in
`integer-casts.ll` is written as a kernel function and executed in a
kernel environment. Therefore, `Capability::Kernel` is emitted instead
of `Capability::Shader`. To fix this, we remove the `QuantizeToF16` test
from`integer-casts.ll` in this PR.
Diffstat (limited to 'llvm/utils/lit/tests/googletest-detect-duplicate.py')
0 files changed, 0 insertions, 0 deletions