Skip to content

Release testing of chip spv 0 9

Paulius Velesko edited this page Sep 12, 2022 · 7 revisions

Release testing of CHIP-SPV 0.9

Current blockers here

Detailed build instructions are here

Note that only LLVM 14.0 and 15.0 are officially supported by this release.

Please add your results to the test log below, or notify CHIP-SPV developers.

0.9 release candidate 1

date tester OS CHIP Backend Hardware LLVM version results notes
Known Issues / Flaky Tests

Tests which are known to fail either sometimes or always or depending on the configuration are excluded when you run make check. The following is a list of these tests along with reasons for their failure or any other notes.

Test Name Failure Environment/Configuration Notes
]Unit_hipDeviceGetCacheConfig_FuncTst all not implemented
Unit_hipEvent all Fail for Debug, pass for RelWithDebInfo. Fails with start time > end time. Maybe due to counter wrapping? Currently using zeCommandListAppendWriteGlobalTimestamp. see #128
Unit_hipEventIpc all not implemented
Unit_hipGetDeviceFlags_FuncTst all not implemented
Unit_hipGraphAddDependencies_Functional all not implemented
Unit_hipGraphAddEmptyNode_Functional all not implemented
Unit_hipGraphAddMemcpyNode_Functional all not implemented
Unit_hipGraph_BasicFunctional all/causes a hang on discrete Intel GPUs not implemented/ hangs on zeCommandQueueSynchronize
Unit_hipGraph_SimpleGraphWithKernel all not implemented
Unit_hipHostMalloc_Coherent all support for hipHostMallocCoherent not implemented
Unit_hipHostMalloc_NonCoherent all support for hipHostMallocNonCoherent not implemented
Unit_hipMemcpyAsync_hipMultiMemcpyMultiThread all unknown
Unit_hipMemcpyAsync_hipMultiMemcpyMultiThreadMultiStream all unknown
Unit_hipMemPrefetchAsync_NonPageSz all unimplemented
Unit_hipMemsetAsync_SetMemoryWithOffset all hipMemsetD16 see #132
Unit_hipMemset_SetMemoryWithOffset all hipMemsetD16 see #132
Unit_hipOccupancyMaxActiveBlocksPerMultiprocessor_Negative all not implemented
Unit_hipOccupancyMaxActiveBlocksPerMultiprocessor_rangeValidation all not implemented
Unit_hipOccupancyMaxPotentialBlockSize_rangeValidation all not implemented
Unit_hipStreamCreateWithPriority_ValidateWithEvents all unknown
Unit_AnyAll_CompileTest all kernel contains a call to a device function which doesn't have an implementation
Unit_ballot all incorrect result, reason unknown
Unit_deviceFunctions_CompileTest___fmaf_ieee all not implemented
Unit_deviceFunctions_CompileTest___funnelshift all not implemented
Unit_funnelshift all incorrect result, reason unknown
Unit_syncthreads_and all incorrect result, reason unknown
Unit_syncthreads_count all incorrect result, reason unknown
Unit_syncthreads_or all incorrect result, reason unknown