We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
https://github.com/intel/llvm/actions/runs/12955521324/job/36141438430?pr=16683
The text was updated successfully, but these errors were encountered: