- Device side memory allocation & printf testcases are hanging because pcie atomics is disabled in recent builds
- Few Coalesced Group testcases also hanging
- Unit_Thread_Block_Getters_Positive_Basic testcase is failing randomly
Change-Id: Ie53515db05c41e879248bb02655a74f0c296aa5f
[ROCm/hip-tests commit: 9de3979083]
- make blockdim to become 0 and hence need validation.
- run cooperative kernel with param lesser # of threads
than actual # of elements and hence need correction in
validation part.
Change-Id: Ie48a038fe6f8cf25d7f6460703648a360f511f35
[ROCm/hip-tests commit: ad602b0011]
- Unit_hipMemPoolSetAccess_Negative_Parameters has been fixed, so enable it back
- Mipmap is not supported on Linux, skip inside the testcases
Change-Id: If4e6aaef1bbbff33b810714aecfc3e41fa6b41f3
[ROCm/hip-tests commit: 237bdf377f]
As sync between stream is via event record, There
is no really need of having delay in GPU.
Change-Id: Iee835752395fff5bf380535643835f6da0a84b80
[ROCm/hip-tests commit: 598fa2e8a5]
Add code to query pcie-atomics in atomic tests.
If pcie-atomics is not supported, skip the tests.
Enable the tests for Nvidia GPUs as well.
Change-Id: I7bfc8600511d78d8c73ab526f9846cd268651278
[ROCm/hip-tests commit: fafcad9162]
Recent compiler patch https://github.com/llvm/llvm-project/pull/81700/
introduced changes to certain hip external symbols clang emits. This patch
makes the tests "16_assembly_to_executable" and "17_llvm_ir_to_executable"
follow these changes. I expect comments on whether this is an unintended
compiler behaviour that needs fix in compiler or this is the proper fix.
Change-Id: I3943f5365600f683a65c98c6d17c14a5e4192351
[ROCm/hip-tests commit: fba826fc3c]
config_amd_wsl.json file disabled some cases trigger TDR or not support
on WSL.
Change-Id: I3227aefe9dc0dc06e6d061a1e24814ec8b62a062
Signed-off-by: Feifei Xu <Feifei.Xu@amd.com>
[ROCm/hip-tests commit: ad3137f8d6]
- hipGLDeviceListNextFrame is not supported yet
- Initialize GL interop before calling interop related APIs
- Skip GL interop tests when display is not connected
- Load librocm_smi64.so from /opt/rocm/lib/
Change-Id: Ie4879c18317aa377a95d6f2d0d5314d4adf38649
[ROCm/hip-tests commit: d7789d328c]
This is a first batch of doxygen warnings fixes.
Signed-off-by: Sebastian Luzynski <Sebastian.Luzynski@amd.com>
Change-Id: Iba81d08b15738f80d86626113026e8a7e9cab42b
[ROCm/hip-tests commit: ea3508bf46]
This change adds a new cmake target to generate test plan documentation using
Doxygen. The target is called build_docs and it's not added to the default
build commands, hence it needs to be called separately.
Signed-off-by: Sebastian Luzynski <Sebastian.Luzynski@amd.com>
Change-Id: I441524568e0513019ca21467950e48a551234802
[ROCm/hip-tests commit: 53406684ee]
Multiple subtests will fail if the default mem pool will keep information
of the previous subtests.
Change-Id: Ic9ab8ed93771e71735594a85235b5bb734d6680c
[ROCm/hip-tests commit: 4e3fc2d937]
Use hip-path instead of rocm-path.
Issue only seen with custom hip-path
Change-Id: I5981dcedbce2b0e61da0d05d725b5ae4640cf6ac
[ROCm/hip-tests commit: 010f4bb0b0]
- Reduce the number of blocks in execution, because small allocations
can cause page faults and make the system unstable after
- Change error codes
Change-Id: I77561ffa236e05ad08afdcc79b7770bf36fcdf50
[ROCm/hip-tests commit: 8ef86d1c7c]
- Disable graph multi gpu testcases until graph has support for it
Change-Id: I7be60247f649024f7468c71e374698d0fab46c3f
[ROCm/hip-tests commit: f7347f5ea2]