Fix issues related to -Werror in hip tests (#396)

* Fix issues related to -Werror
* Correct the skipped tests

[ROCm/hip-tests commit: 605d5eee5d]
Этот коммит содержится в:
Satyanvesh Dittakavi
2023-08-19 21:38:59 +05:30
коммит произвёл GitHub
родитель 0f844d75a4
Коммит 039a0b615a
22 изменённых файлов: 93 добавлений и 77 удалений
+1
Просмотреть файл
@@ -21,6 +21,7 @@ THE SOFTWARE.
#include <hip_test_checkers.hh>
#include <hip_test_kernels.hh>
#pragma clang diagnostic ignored "-Wunused-parameter"
#define SIZE (1024 * 1024)
static size_t Nbytes = SIZE * sizeof(int);