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

SubGroup/scan.cpp, Reduction/reduction_big_data.cpp, SharedLib/use_with_dlopen_verify_cache.cpp fail in pre-commit on AMD on unrelated change #17194

Open
YuriPlyakhin opened this issue Feb 26, 2025 · 0 comments
Labels
bug Something isn't working hip Issues related to execution on HIP backend.

Comments

@YuriPlyakhin
Copy link
Contributor

Describe the bug

https://github.com/intel/llvm/actions/runs/13527061207/job/37808230627?pr=16999

FAIL: SYCL :: SharedLib/use_with_dlopen_verify_cache.cpp (239 of 2264)
******************** TEST 'SYCL :: SharedLib/use_with_dlopen_verify_cache.cpp' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 8: env SYCL_UR_TRACE=2 env UR_HIP_ENABLE_IMAGE_SUPPORT=1 ONEAPI_DEVICE_SELECTOR=hip:gpu  /__w/llvm/llvm/build-e2e/SharedLib/Output/use_with_dlopen_verify_cache.cpp.tmp1.out 2>&1 | /__w/llvm/llvm/toolchain/bin/FileCheck /__w/llvm/llvm/llvm/sycl/test-e2e/SharedLib/use_with_dlopen_verify_cache.cpp --check-prefixes=CHECK-FIRST,CHECK --implicit-check-not=piProgramBuild
+ env SYCL_UR_TRACE=2 env UR_HIP_ENABLE_IMAGE_SUPPORT=1 ONEAPI_DEVICE_SELECTOR=hip:gpu /__w/llvm/llvm/build-e2e/SharedLib/Output/use_with_dlopen_verify_cache.cpp.tmp1.out
+ /__w/llvm/llvm/toolchain/bin/FileCheck /__w/llvm/llvm/llvm/sycl/test-e2e/SharedLib/use_with_dlopen_verify_cache.cpp --check-prefixes=CHECK-FIRST,CHECK --implicit-check-not=piProgramBuild
RUN: at line 11: env SYCL_UR_TRACE=2 env UR_HIP_ENABLE_IMAGE_SUPPORT=1 ONEAPI_DEVICE_SELECTOR=hip:gpu  /__w/llvm/llvm/build-e2e/SharedLib/Output/use_with_dlopen_verify_cache.cpp.tmp2.out 2>&1 | /__w/llvm/llvm/toolchain/bin/FileCheck /__w/llvm/llvm/llvm/sycl/test-e2e/SharedLib/use_with_dlopen_verify_cache.cpp --check-prefixes=CHECK-MIDDLE-BEFORE,CHECK --implicit-check-not=piProgramBuild
+ env SYCL_UR_TRACE=2 env UR_HIP_ENABLE_IMAGE_SUPPORT=1 ONEAPI_DEVICE_SELECTOR=hip:gpu /__w/llvm/llvm/build-e2e/SharedLib/Output/use_with_dlopen_verify_cache.cpp.tmp2.out
+ /__w/llvm/llvm/toolchain/bin/FileCheck /__w/llvm/llvm/llvm/sycl/test-e2e/SharedLib/use_with_dlopen_verify_cache.cpp --check-prefixes=CHECK-MIDDLE-BEFORE,CHECK --implicit-check-not=piProgramBuild
RUN: at line 14: env SYCL_UR_TRACE=2 env UR_HIP_ENABLE_IMAGE_SUPPORT=1 ONEAPI_DEVICE_SELECTOR=hip:gpu  /__w/llvm/llvm/build-e2e/SharedLib/Output/use_with_dlopen_verify_cache.cpp.tmp3.out 2>&1 | /__w/llvm/llvm/toolchain/bin/FileCheck /__w/llvm/llvm/llvm/sycl/test-e2e/SharedLib/use_with_dlopen_verify_cache.cpp --check-prefixes=CHECK-MIDDLE-AFTER,CHECK --implicit-check-not=piProgramBuild
+ env SYCL_UR_TRACE=2 env UR_HIP_ENABLE_IMAGE_SUPPORT=1 ONEAPI_DEVICE_SELECTOR=hip:gpu /__w/llvm/llvm/build-e2e/SharedLib/Output/use_with_dlopen_verify_cache.cpp.tmp3.out
+ /__w/llvm/llvm/toolchain/bin/FileCheck /__w/llvm/llvm/llvm/sycl/test-e2e/SharedLib/use_with_dlopen_verify_cache.cpp --check-prefixes=CHECK-MIDDLE-AFTER,CHECK --implicit-check-not=piProgramBuild
/__w/llvm/llvm/llvm/sycl/test-e2e/SharedLib/use_with_dlopen_verify_cache.cpp:88:12: error: CHECK: expected string not found in input
 // CHECK: <--- urProgramBuild
           ^
<stdin>:1:1: note: scanning from here
 ---> urAdapterGet
^
<stdin>:2:2: note: possible intended match here
 <--- urAdapterGet(.NumEntries = 0, .phAdapters = nullptr, .pNumAdapters = 0x7ffcfce9ecb4 (1)) -> UR_RESULT_SUCCESS;
 ^

Input file: <stdin>
Check file: /__w/llvm/llvm/llvm/sycl/test-e2e/SharedLib/use_with_dlopen_verify_cache.cpp

-dump-input=help explains the following input dump.

Input was:
<<<<<<
            1:  ---> urAdapterGet 
check:88'0     X~~~~~~~~~~~~~~~~~~ error: no match found
            2:  <--- urAdapterGet(.NumEntries = 0, .phAdapters = nullptr, .pNumAdapters = 0x7ffcfce9ecb4 (1)) -> UR_RESULT_SUCCESS; 
check:88'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
check:88'1      ?                                                                                                                    possible intended match
            3:  ---> urAdapterGet 
check:88'0     ~~~~~~~~~~~~~~~~~~~
            4:  <--- urAdapterGet(.NumEntries = 1, .phAdapters = 0xc7a36d0 {0x76dfbe574178}, .pNumAdapters = nullptr) -> UR_RESULT_SUCCESS; 
check:88'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            5:  ---> urAdapterGetInfo 
check:88'0     ~~~~~~~~~~~~~~~~~~~~~~~
            6:  <--- urAdapterGetInfo(.hAdapter = 0x76dfbe574178, .propName = UR_ADAPTER_INFO_BACKEND, .propSize = 4, .pPropValue = 0x7ffcfce9eca8 (UR_ADAPTER_BACKEND_HIP), .pPropSizeRet = nullptr) -> UR_RESULT_SUCCESS; 
check:88'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            7:  ---> urPlatformGet 
check:88'0     ~~~~~~~~~~~~~~~~~~~~
            8: Memory access fault by GPU node-1 (Agent handle: 0xc7ae3b0) on address 0x78ccba954000. Reason: Page not present or supervisor privilege. 
check:88'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>>>>>

--

********************
FAIL: SYCL :: Reduction/reduction_big_data.cpp (379 of 2264)
******************** TEST 'SYCL :: Reduction/reduction_big_data.cpp' FAILED ********************
Exit Code: 134

Command Output (stdout):
--
Device: AMD Radeon PRO W6800, MaxWGSize: 1024, LocalMemSize: 65536, Driver: HIP 60342.13
Start, T=f, BOp=N4sycl3_V17maximumIvEE, Range={{1049600}, {1024}}. PASSED

--
Command Output (stderr):
--
RUN: at line 2: env UR_HIP_ENABLE_IMAGE_SUPPORT=1 ONEAPI_DEVICE_SELECTOR=hip:gpu  /__w/llvm/llvm/build-e2e/Reduction/Output/reduction_big_data.cpp.tmp.out
+ env UR_HIP_ENABLE_IMAGE_SUPPORT=1 ONEAPI_DEVICE_SELECTOR=hip:gpu /__w/llvm/llvm/build-e2e/Reduction/Output/reduction_big_data.cpp.tmp.out
Memory access fault by GPU node-1 (Agent handle: 0x16cfffd0) on address 0x7733e3801000. Reason: Page not present or supervisor privilege.
/__w/llvm/llvm/build-e2e/Reduction/Output/reduction_big_data.cpp.script: line 1:  1467 Aborted                 (core dumped) env UR_HIP_ENABLE_IMAGE_SUPPORT=1 ONEAPI_DEVICE_SELECTOR=hip:gpu /__w/llvm/llvm/build-e2e/Reduction/Output/reduction_big_data.cpp.tmp.out

--

********************
TIMEOUT: SYCL :: SubGroup/scan.cpp (2264 of 2264)
******************** TEST 'SYCL :: SubGroup/scan.cpp' FAILED ********************
Exit Code: -9
Timeout: Reached timeout of 600 seconds

Command Output (stderr):
--
RUN: at line 2: env UR_HIP_ENABLE_IMAGE_SUPPORT=1 ONEAPI_DEVICE_SELECTOR=hip:gpu  /__w/llvm/llvm/build-e2e/SubGroup/Output/scan.cpp.tmp.out
+ env UR_HIP_ENABLE_IMAGE_SUPPORT=1 ONEAPI_DEVICE_SELECTOR=hip:gpu /__w/llvm/llvm/build-e2e/SubGroup/Output/scan.cpp.tmp.out

--

To reproduce

No response

Environment

No response

Additional context

No response

@YuriPlyakhin YuriPlyakhin added bug Something isn't working hip Issues related to execution on HIP backend. labels Feb 26, 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 hip Issues related to execution on HIP backend.
Projects
None yet
Development

No branches or pull requests

1 participant