-
Notifications
You must be signed in to change notification settings - Fork 34
Release testing of chipStar 1.1
Paulius Velesko edited this page Jan 18, 2024
·
57 revisions
Current release blockers are here.
When testing, please follow the build instructions in README.md to get the instructions tested as well.
Note that LLVM 15.0-17.0 are officially supported by this release.
Please summarize your results to the table below. In case of problems, create a github issue, or notify a chipStar developer. Before you do that, please check the "Known Issues" section below.
In addition to running check.py tests on the build dir, please test also the installation by compiling a CUDA/HIP program of interest using the installed hipcc and running the resulting binary.
Please do not add failing tests to notes but create an issue for tracking them to keep the table compact.
date | tester | OS | Backend/Device | LLVM ver | Driver ver | Tests ran | results/issue |
---|---|---|---|---|---|---|---|
2024-01-16 | pjaaskel | Ubuntu 22.04 | OpenCL / Intel TigerLake-LP GT2 | 17.0.0 | igpu opencl | 997 tests OK | |
2024-01-16 | mbabej | Ubuntu 22.04 | Level0-reg / Intel Xe GT2 /Tigerlake | 15.0.0 | 23.30.26918.9 | check.py igpu | 0 tests failed out of 993 |
2024-01-16 | mbabej | Ubuntu 22.04 | OpenCL / Intel Xe GT2 /Tigerlake | 15.0.0 | 23.30.26918.9 | check.py igpu | 12 tests failed out of 993 (texture related tests) |
2024-01-17 | pjaaskel | Ubuntu 22.04 | OpenCL / Intel Core(TM) i7-1185G7 | 17.0.0 | PoCL main da55b4, LLVM 16 | cpu pocl | 960 tests OK |
2024-01-17 | pjaaskel | Ubuntu 22.04 | Level0-reg / Intel TigerLake-LP GT2 | 17.0.0 | igpu l0-reg / hipcc MatrixMultiply.cpp -o matm && ./matm | 995 tests OK | |
2024-01-17 | pjaaskel | Ubuntu 22.04 | OpenCL / Intel Core(TM) i7-1185G7 | 17.0.0 | Intel CPU driver | cpu opencl | 992 tests OK |
2024-01-18 | pvelesko | Ubuntu 22.04 | Level Zero ICL / Aurora | 17.0.0 | intel_compute_runtime/release/.stable-775.20 | dgpu level0-imm | FAILED: Unit_hipMultiThreadStreams2 (ZE_RESULT_ERROR_OUT_OF_HOST_MEMORY) syncthreadsExitedThreads (Timeout) TestIndirectMappedHostAlloc (Failed) |
2024-01-18 | pvelesko | Ubuntu 22.04 | Level Zero RCL / Aurora | 17.0.0 | intel_compute_runtime/release/.stable-775.20 | dgpu level0-reg | FAILED: Unit_hipMultiThreadStreams2 (ZE_RESULT_ERROR_OUT_OF_HOST_MEMORY) syncthreadsExitedThreads (Timeout) TestIndirectMappedHostAlloc (Failed) |
2024-01-18 | pvelesko | Ubuntu 22.04 | OpenCL / Aurora | 17.0.0 | oneapi/eng-compiler/2023.12.15.002 intel_compute_runtime/release/.stable-775.20 + CHIP_SKIP_UNINIT=ON | dgpu opencl | FAILED: syncthreadsExitedThreads (Timeout) RegressionTest302 (Timeout) TestAtomics (Timeout) TestForgottenModuleUnload (Failed) hipmath (Timeout) Histogram (Timeout) cuda-simpleAtomicIntrinsics (Timeout) |
2024-01-18 | pvelesko | Ubuntu 22.04 | OpenCL / Mali | 17.0.0 | ARM Mali-G52 | igpu opencl | 101 tests failed |
date | tester | OS | CHIP Backend | Device | LLVM version | Tests ran | results | notes |
---|---|---|---|---|---|---|---|---|
2023-12-20 | pvelesko | SLES 15 SP4 | Level0 | Intel(R) Data Center GPU Max | 17.0.0 | check.py dgpu level0-reg | 99% tests passed, 6 tests failed out of 958 | Unit_hipMultiThreadStreams2 (Subprocess aborted), firstTouch (Failed), syncthreadsExitedThreads (Timeout) ,TestIndirectMappedHostAlloc (Failed), TestBallot (Not Run), hip_async_binomial (Failed) |
2023-12-20 | pvelesko | SLES 15 SP4 | Level0 | Intel(R) Data Center GPU Max | 17.0.0 | check.py dgpu level0-imm | 99% tests passed, 6 tests failed out of 963 | Unit_hipMultiThreadStreams2 (Subprocess aborted), firstTouch (Failed), syncthreadsExitedThreads (Timeout), TestIndirectMappedHostAlloc (Failed), TestBallot (Not Run), hip_async_binomial (Failed) |
2023-12-20 | pjaaskel | Ubuntu 22.04 | Level0/imm | Intel TigerLake-LP GT2 | 17.0.0 | check.py igpu level0-imm | 20 tests failed out of 999 | |
2023-12-20 | pjaaskel | Ubuntu 22.04 | Level0/reg | Intel TigerLake-LP GT2 | 17.0.0 | check.py igpu level0-reg, hipcc MatrixMultiply.cpp | 2 tests failed out of 997 | sycl_chip_interop and sycl_chip_interop_usm |
2023-12-20 | pjaaskel | Ubuntu 22.04 | OpenCL | Intel TigerLake-LP GT2 | 17.0.0 | check.py igpu opencl | 997 tests OK | |
2023-12-20 | mbabej | Ubuntu 22.04 | Level0/imm | Intel(R) Data Center GPU Max 1550 | 17.0.0 | check.py dgpu level0-imm | 6 tests failed out of 963 | |
2023-12-20 | mbabej | Ubuntu 22.04 | OpenCL | Intel(R) Data Center GPU Max 1550 | 17.0.0 | check.py dgpu OpenCL | 86% tests passed, 129 tests failed out of 950 | crashes inside libigc, __hipUnregisterFatBinary -> CHIPBackendOpenCL::~CHIPBackendOpenCL() ->CHIPDeviceOpenCL::~CHIPDeviceOpenCL() -> CHIPModuleOpenCL::~CHIPModuleOpenCL() -> CHIPKernelOpenCL::~CHIPKernelOpenCL() |
2023-12-21 | pjaaskel | Ubuntu 22.04 | OpenCL | PoCL-CPU on Intel(R) Core(TM) i7 | 17.0.0 | check.py cpu pocl | 960 tests OK | |
2023-12-21 | pjaaskel | Ubuntu 22.04 | OpenCL | Intel CPU OpenCL on Intel(R) Core(TM) i7 | 17.0.0 | check.py cpu opencl | 992 tests OK | |
2023-12-21 | pvelesko | Ubuntu 22.04.2 | OpenCL | ARM Mali-G52 | 17.0.0 | check.py gpu opencl | 154 tests failed out of 991 | |
2023-12-21 | mbabej | Ubuntu 22.04 | OpenCL | Intel(R) Data Center GPU Max 1550 | 17.0.0 | check.py dgpu OpenCL | 126 tests failed out of 950 |
date | tester | OS | CHIP Backend | Device | LLVM version | Tests ran | results | notes |
---|---|---|---|---|---|---|---|---|
2023-11-10 | pjaaskel | Ubuntu 22.04.3 LTS | level0 | Iris Xe Graphics | 17.0.0 | check.py igpu level0-reg | 992 tests passed | tested MatrixMultiply with installed hipcc |
2023-11-10 | pjaaskel | Ubuntu 22.04.3 LTS | OpenCL | Iris Xe Graphics | 17.0.0 | check.py igpu opencl | 993 tests passed | |
2023-11-10 | pjaaskel | Ubuntu 22.04.3 LTS | OpenCL | 11th Gen Intel(R) Core(TM) i7 (Intel CPU OpenCL driver) | 17.0.0 | check.py cpu opencl | 987 tests passed | |
2023-11-10 | pjaaskel | Ubuntu 22.04.3 LTS | level0 | Iris Xe Graphics | 16.0.6 | check.py igpu level0-reg | 992 tests passed | |
2023-11-10 | pjaaskel | Ubuntu 22.04.3 LTS | OpenCL | Iris Xe Graphics | 16.0.6 | check.py igpu opencl | 993 tests passed | |
2023-11-10 | pjaaskel | Ubuntu 22.04.3 LTS | OpenCL | 11th Gen Intel(R) Core(TM) i7 (Intel CPU OpenCL driver) | 16.0.6 | check.py cpu opencl | 987 tests passed | |
2023-11-10 | pjaaskel | Ubuntu 22.04.3 LTS | OpenCL | 11th Gen Intel(R) Core(TM) i7 (PoCL-CPU) | 16.0.6 | check.py cpu opencl | 955 tests passed | |
2023-11-14 | mbabej | Ubuntu 22.04.3 LTS | OpenCL | Iris Xe Graphics | 15.0.7 | check.py igpu opencl | 993 tests passed | |
2023-11-14 | mbabej | Ubuntu 22.04.3 LTS | Level0 | Iris Xe Graphics | 15.0.7 | check.py igpu level0-reg | 990 of 992 tests passed | TestHiprtcCPPKernels and TestHiprtcOptions failed |
2023-11-14 | mbabej | SLES 15 SP4 | OpenCL | Intel(R) Data Center GPU Max | 16.0.5 | check.py dgpu opencl | 946 of 948 tests passed | syncthreadsExitedThreads (Timeout), Unit_hipStreamAddCallback_WithCreatedStream (Timeout) |
2023-11-14 | mbabej | SLES 15 SP4 | Level0 | Intel(R) Data Center GPU Max | 16.0.5 | check.py dgpu level0-imm | 954 of 958 tests passed | syncthreadsExitedThreads (Timeout), firstTouch (Failed), memcpy3D (Failed), TestIndirectMappedHostAlloc (Failed) |
Test Name | Failure Environment/Configuration | Notes |
---|