Skip to content

Test Feature/HLSLLib/sinh.16.test fails under windows-amd for build targets check-hlsl-vk and check-hlsl-clang-vk #326

@Icohedron

Description

@Icohedron

The test Feature/HLSLLib/sinh.16.test fails on the GitHub Actions Runner windows-amd when building targets check-hlsl-vk and check-hlsl-clang-vk.

Logs (same error on both build targets):

FAIL: OffloadTest-vk :: Feature/HLSLLib/sinh.16.test (110 of 153)
******************** TEST 'OffloadTest-vk :: Feature/HLSLLib/sinh.16.test' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 65
c:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\bin\split-file.exe C:\actions-runner\_work\offload-test-suite\offload-test-suite\OffloadTest\test\Feature\HLSLLib\sinh.16.test C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\vk\Feature\HLSLLib\Output\sinh.16.test.tmp
# executed command: 'c:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\bin\split-file.exe' 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\OffloadTest\test\Feature\HLSLLib\sinh.16.test' 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\vk\Feature\HLSLLib\Output\sinh.16.test.tmp'
# RUN: at line 66
"C:\actions-runner\_work\offload-test-suite\offload-test-suite\DXC\build\bin\dxc.exe" -spirv -fspv-target-env=vulkan1.3 -enable-16bit-types -T cs_6_5 -Fo C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\vk\Feature\HLSLLib\Output\sinh.16.test.tmp.o C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\vk\Feature\HLSLLib\Output\sinh.16.test.tmp/source.hlsl
# executed command: 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\DXC\build\bin\dxc.exe' -spirv -fspv-target-env=vulkan1.3 -enable-16bit-types -T cs_6_5 -Fo 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\vk\Feature\HLSLLib\Output\sinh.16.test.tmp.o' 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\vk\Feature\HLSLLib\Output\sinh.16.test.tmp/source.hlsl'
# RUN: at line 67
c:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\bin\offloader.exe C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\vk\Feature\HLSLLib\Output\sinh.16.test.tmp/pipeline.yaml C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\vk\Feature\HLSLLib\Output\sinh.16.test.tmp.o
# executed command: 'c:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\bin\offloader.exe' 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\vk\Feature\HLSLLib\Output\sinh.16.test.tmp/pipeline.yaml' 'C:\actions-runner\_work\offload-test-suite\offload-test-suite\llvm-project\build\tools\OffloadTest\test\vk\Feature\HLSLLib\Output\sinh.16.test.tmp.o'
# .---command stdout------------
# | Using Vulkan API
# | Physical device created.
# | Copy command buffer created.
# | Memory buffers created.
# | Executed copy command buffer.
# | Execute command buffer created.
# | Descriptors: { type = 7, count = 2 }
# | Descriptor pool created.
# | Binding 2 descriptors.
# | Num Descriptor sets: 1
# | Updating Descriptor [0] { 0, 0 }
# | Updating Descriptor [1] { 0, 1 }
# | WriteDescriptors: 2
# | Descriptor sets created.
# | Shader module created.
# | Compute pipeline created.
# | Compute commands created.
# | Executed compute command buffer.
# | Compute pipeline created.
# | Cleanup complete.
# `-----------------------------
# .---command stderr------------
# | Test failed: Test1
# | Comparison Rule: BufferFloatEpsilon
# | Epsilon: 0.0008
# | Expected:
# | ---
# | Name:            ExpectedOut
# | Format:          Float16
# | Stride:          8
# | Data:            [ 0x7E00, 0xFC00, 0x0, 0x0, 0x0, 0x0, 0x7C00, 0x3CB3, 
# |                    0xBCB3, 0x7E00, 0x7E00, 0x7E00 ]
# | OutputProps:
# |   Height:          0
# |   Width:           0
# |   Depth:           0
# | ...
# | Got:
# | ---
# | Name:            Out
# | Format:          Float16
# | Stride:          8
# | Data:            [ 0x7E00, 0xFC00, 0x0, 0x0, 0x0, 0x0, 0x7C00, 0x3CB4, 
# |                    0xBCB4, 0x7E00, 0x7E00, 0x7E00 ]
# | OutputProps:
# |   Height:          0
# |   Width:           0
# |   Depth:           0
# | ...
# | Full Hex 64bit representation of Expected Buffer Values:
# | [ 32256, 64512, 0, 0, 0, 0, 31744, 15539, 48307, 32256, 32256, 32256 ]
# | Full Hex 64bit representation of Actual Buffer Values:
# | [ 32256, 64512, 0, 0, 0, 0, 31744, 15540, 48308, 32256, 32256, 32256 ]
# | 
# `-----------------------------
# error: command failed with exit status: 1

--

********************

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    Status

    Closed

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions