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
The MKLGPU backend tests can fail when running Trsv on PVC.
Using the tip of develop as of today (6923d40).
Running on PVC ( GPU Max 1100 1.3) with the oneAPI base toolkit 2024.2.0. OS is Ubuntu 22.04. apt level-zero package versions:
cmake -Bbuild-pvc -GNinja -DREF_BLAS_ROOT=/path/to/lapack/install -DREF_LAPACK_ROOT=/path/to/lapack/install . cd build-pvc ninja ctest -R ".*Trsv.*" --output-on-failure
Full log: log_pvc.txt The tests are failing with:
FATAL: Unexpected page fault from GPU at 0x7fa3dc0df000, ctx_id: 1 (CCS) type: 0 (NotPresent), level: 0 (PTE), access: 0 (Read), banned: 1, aborting. FATAL: Unexpected page fault from GPU at 0x7fa3dc0df000, ctx_id: 1 (CCS) type: 0 (NotPresent), level: 0 (PTE), access: 0 (Read), banned: 1, aborting. Abort was called at 287 line in file: ./shared/source/os_interface/linux/drm_neo.cpp
Note the DFT failures are reported in a separate issue: #601
The tests should pass.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
The MKLGPU backend tests can fail when running Trsv on PVC.
Version
Using the tip of develop as of today (6923d40).
Environment
Running on PVC ( GPU Max 1100 1.3) with the oneAPI base toolkit 2024.2.0. OS is Ubuntu 22.04.
apt level-zero package versions:
Steps to reproduce
Observed behavior
Full log: log_pvc.txt
The tests are failing with:
Note the DFT failures are reported in a separate issue: #601
Expected behavior
The tests should pass.
The text was updated successfully, but these errors were encountered: