EXSWHTEC-224 - Test cases ID clean up and documentation for Texture Management (#92)

- Update hipBindTextureToMipmappedArray.cc
- Fix build error for undeclared identifier 'ret'
- Disable tests which fail in external CI

[ROCm/hip-tests commit: 7c7884a2d9]
This commit is contained in:
milos-mozetic
2023-08-14 17:15:35 +02:00
committed by GitHub
parent 5879e92e78
commit a2ae1bcb87
19 changed files with 1321 additions and 106 deletions
@@ -94,6 +94,13 @@ THE SOFTWARE.
*/
/**
* @defgroup TextureTest Texture Management
* @{
* This section describes tests for the texture management functions of HIP runtime API.
* @}
*/
/**
* @defgroup ShflTest warp shuffle function Management
* @{
* This section describes the warp shuffle types & functions of HIP runtime API.