Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_math_builtin_api fails in Nightly #13477

Open
KornevNikita opened this issue Apr 18, 2024 · 1 comment
Open

test_math_builtin_api fails in Nightly #13477

KornevNikita opened this issue Apr 18, 2024 · 1 comment
Assignees
Labels
bug Something isn't working confirmed CTS Impacts Khronos SYCL CTS

Comments

@KornevNikita
Copy link
Contributor

Describe the bug

See: https://github.com/intel/llvm/actions/runs/8731774464/job/23958043049

output:

Randomness seeded to: 1676818429
  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  The SYCL 2020 Conformance Test Suite is a Catch2 v3.2.1 host application.
  Run with -? for options
  
  -------------------------------------------------------------------------------
  math_builtin_float_half
  -------------------------------------------------------------------------------
  /__w/llvm/llvm/khronos_sycl_cts/tests/math_builtin_api/../common/../../util/proxy.h:47
  ...............................................................................
  
  /__w/llvm/llvm/khronos_sycl_cts/util/logger.cpp:41: warning:
    value: 0 [0], reference: -nan [fe00]
  
  /__w/llvm/llvm/khronos_sycl_cts/util/logger.cpp:41: warning:
    Expected accuracy in ULP: -1
  
  /__w/llvm/llvm/khronos_sycl_cts/tests/math_builtin_api/math_builtin.h:196: FAILED:
    CHECK( verify(log, hostRes, ref, -1, comment) )
  with expansion:
    false
  with message:
    tests case: 4300015. Correctness check failed on host.
  
  /__w/llvm/llvm/khronos_sycl_cts/util/logger.cpp:41: warning:
    value: 0 [0], reference: 0.10638427734375 [2ecf]
  
  /__w/llvm/llvm/khronos_sycl_cts/util/logger.cpp:41: warning:
    Expected accuracy in ULP: 0
  
  /__w/llvm/llvm/khronos_sycl_cts/tests/math_builtin_api/math_builtin.h:240: FAILED:
    CHECK( verify(log, hostRes.res, ref, accuracy, comment) )
  with expansion:
    false
  with message:
    tests case: 4300374. Correctness check failed on host.
  
  /__w/llvm/llvm/khronos_sycl_cts/util/logger.cpp:41: warning:
    value: 0 [0], reference: 0.35888671875 [35be]
  
  /__w/llvm/llvm/khronos_sycl_cts/util/logger.cpp:41: warning:
    Expected accuracy in ULP: 0
  
  /__w/llvm/llvm/khronos_sycl_cts/tests/math_builtin_api/math_builtin.h:240: FAILED:
    CHECK( verify(log, hostRes.res, ref, accuracy, comment) )
  with expansion:
    false
  with message:
    tests case: 4300375. Correctness check failed on host.
  
  /__w/llvm/llvm/khronos_sycl_cts/tests/math_builtin_api/math_builtin.h:240: FAILED:
    {Unknown expression after the reported line}
  due to a fatal error condition:
    SIGSEGV - Segmentation violation signal
  
  ===============================================================================
  test cases:    5 |    4 passed | 1 failed
  assertions: 1863 | 1859 passed | 4 failed
  
  /__w/_temp/b[530](https://github.com/intel/llvm/actions/runs/8731774464/job/23958043049#step:24:564)68a6-5e7b-4a95-96d4-0e8db699a8ce.sh: line 3: 19754 Segmentation fault      (core dumped) build-cts/bin/$i

To reproduce

No response

Environment

No response

Additional context

No response

@KornevNikita KornevNikita added bug Something isn't working CTS Impacts Khronos SYCL CTS confirmed labels Apr 18, 2024
@KornevNikita KornevNikita self-assigned this Apr 18, 2024
@KornevNikita
Copy link
Contributor Author

KornevNikita commented Apr 18, 2024

there is some issue with new oclcpu - 2024.17.3.0.09. The test passes with the previous one.
UPD - should be fixed with the next llvm-spirv pulldown.
UPD2 - also requires uplift of oclcpurt, so temporary turning off the test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working confirmed CTS Impacts Khronos SYCL CTS
Projects
None yet
Development

No branches or pull requests

1 participant