CHIP-SPV / chipStar

chipStar is a tool for compiling and running HIP/CUDA on SPIR-V via OpenCL or Level Zero APIs.
Other
226 stars 34 forks source link

[OpenCL] broadcast failure `CL_INVALID_BINARY` #635

Open pvelesko opened 1 year ago

pvelesko commented 1 year ago

Failing on main on cupcake:

test 1318
    Start 1318: broadcast

1318: Test command: /home/pvelesko/chipStar/syncQueues/build/samples/4_shfl/broadcast
1318: Test timeout computed to be: 10000000
1318: CHIP error [TID 2484040] [1696156099.657450035] : Program BUILD LOG for device #0:Intel(R) Arc(TM) A380 Graphics:
1318: 
1318: 
1318: CHIP error [TID 2484040] [1696156099.657493592] : hipErrorNotInitialized (CL_INVALID_BINARY ) in /home/pvelesko/chipStar/syncQueues/src/backend/OpenCL/CHIPBackendOpenCL.cc:736:compile
1318: 
1318: CHIP error [TID 2484040] [1696156099.657558401] : Caught Error: hipErrorNotInitialized
1318: ERROR on line 62: 3
1/2 Test #1318: broadcast ........................***Failed  Required regular expression not found. Regex=[PASSED
]  0.52 sec
test 1319
    Start 1319: broadcast2

1319: Test command: /home/pvelesko/chipStar/syncQueues/build/samples/4_shfl/broadcast2
1319: Test timeout computed to be: 10000000
1319: PASSED!
2/2 Test #1319: broadcast2 .......................   Passed    0.52 sec

The following tests passed:
        broadcast2

50% tests passed, 1 tests failed out of 2

Label Time Summary:
internal    =   1.04 sec*proc (2 tests)

Total Test time (real) =   1.07 sec

The following tests FAILED:
        1318 - broadcast (Failed)