intel / llvm

Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.
Other
1.22k stars 733 forks source link

[ESIMD] private_memory tests sporadically fail #3758

Closed AlexeySachkov closed 2 months ago

AlexeySachkov commented 3 years ago

pm_access_1/2/3 tests fail on GPU sporadically with the following error message:

LLVM ERROR: Cannot find pointer replacement

They were disabled in intel/llvm-test-suite#277 and intel/llvm-test-suite#282. Failures were encountered in #3748 and #2292. This issue is submitted to track analysis and tests re-enabling

bader commented 3 years ago

More instances of these failures in https://github.com/intel/llvm/pull/3634 and https://github.com/intel/llvm/pull/3718

DenisBakhvalov commented 3 years ago

Yes, the vector backend compiler team is working on it.

sarnex commented 2 months ago

These tests are all enabled and passing.