Skip to content

Release testing of chipStar 1.1

Paulius Velesko edited this page Dec 21, 2023 · 57 revisions

Release testing of chipStar 1.1

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.

Release Candidate 3

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 https://github.com/CHIP-SPV/chipStar/issues/736

Release Candidate 1

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)

Known Issues

Test Name Failure Environment/Configuration Notes
Clone this wiki locally