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

SYCL :: Adapters/enqueue-arg-order-buffer.cpp failed in pre-commit (E2E tests on Intel Ponte Vecchio GPU, Linux) #16774

Open
YuriPlyakhin opened this issue Jan 24, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@YuriPlyakhin
Copy link
Contributor

YuriPlyakhin commented Jan 24, 2025

Describe the bug

https://github.com/intel/llvm/actions/runs/12955521324/job/36141438430?pr=16683

# error: command failed with exit status: -6
# executed command: /__w/llvm/llvm/toolchain/bin/FileCheck /__w/llvm/llvm/llvm/sycl/test-e2e/Adapters/enqueue-arg-order-buffer.cpp
# .---command stderr------------
# | /__w/llvm/llvm/llvm/sycl/test-e2e/Adapters/enqueue-arg-order-buffer.cpp:421:17: error: CHECK-LABEL: expected string not found in input
# | // CHECK-LABEL: start copyD2D-buffer
# |                 ^
# | <stdin>:548:21: note: scanning from here
# | start copyH2D-buffer
# |                     ^
# | <stdin>:549:9: note: possible intended match here
# |  ---> urPlatformGetInfo
# |         ^
# | 
# | Input file: <stdin>
# | Check file: /__w/llvm/llvm/llvm/sycl/test-e2e/Adapters/enqueue-arg-order-buffer.cpp
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |              .
# |              .
# |              .
# |            543:  ---> urEventRelease 
# |            544:  <--- urEventRelease(.hEvent = 0x4dbe830) -> UR_RESULT_SUCCESS; 
# |            545:  ---> urQueueRelease 
# |            546:  <--- urQueueRelease(.hQueue = 0x48b3a20) -> UR_RESULT_SUCCESS; 
# |            547: end copyD2H-buffer 
# |            548: start copyH2D-buffer 
# | label:421'0                         X error: no match found
# |            549:  ---> urPlatformGetInfo 
# | label:421'0     ~~~~~~~~~~~~~~~~~~~~~~~~
# | label:421'1             ?                possible intended match
# |            550:  <--- urPlatformGetInfo(.hPlatform = 0x48737b0, .propName = UR_PLATFORM_INFO_NAME, .propSize = 0, .pPropValue = nullptr, .pPropSizeRet = 0x7ffc3fb0f720 (48)) -> UR_RESULT_SUCCESS; 
# | label:421'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            551:  ---> urPlatformGetInfo 
# | label:421'0     ~~~~~~~~~~~~~~~~~~~~~~~~
# |            552:  <--- urPlatformGetInfo(.hPlatform = 0x48737b0, .propName = UR_PLATFORM_INFO_NAME, .propSize = 48, .pPropValue = 0x4f44150 (Intel(R) oneAPI Unified Runtime over Level-Zero), .pPropSizeRet = nullptr) -> UR_RESULT_SUCCESS; 
# | label:421'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            553:  ---> urPlatformGetInfo 
# | label:421'0     ~~~~~~~~~~~~~~~~~~~~~~~~
# |            554:  <--- urPlatformGetInfo(.hPlatform = 0x48737b0, .propName = UR_PLATFORM_INFO_NAME, .propSize = 0, .pPropValue = nullptr, .pPropSizeRet = 0x7ffc3fb0f720 (48)) -> UR_RESULT_SUCCESS; 
# | label:421'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |              .
# |              .
# |              .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
@YuriPlyakhin YuriPlyakhin added the bug Something isn't working label Jan 24, 2025
@YuriPlyakhin YuriPlyakhin changed the title SYCL :: Adapters/enqueue-arg-order-buffer.cpp failed in pre-commit (test (E2E tests on Intel Ponte Vecchio GPU, ["Linux", "pvc"], ghcr.io/intel/llvm/ubuntu2404_intel... / E2E tests on Intel Ponte Vecchio GPU) SYCL :: Adapters/enqueue-arg-order-buffer.cpp failed in pre-commit (E2E tests on Intel Ponte Vecchio GPU, Linux) Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant