SWDEV-306940 - Fix hip errors/warnings by CppCheck (#2486)

Change-Id: I91f5e97b0c7ca80b6d21fa66d24e3cf9fde716a9

[ROCm/hip commit: 610b859b34]
此提交包含在:
Satyanvesh Dittakavi
2022-02-24 20:57:04 +05:30
提交者 GitHub
父節點 1be987268e
當前提交 79e2bb73b8
共有 7 個檔案被更改,包括 16 行新增22 行删除
-3
查看文件
@@ -69,9 +69,6 @@ int main() {
HIP_CHECK(hipModuleLoad(&Module, fileName));
HIP_CHECK(hipModuleGetFunction(&Function, Module, kernel_name));
uint32_t len = LEN;
uint32_t one = 1;
struct {
void* _Ad;
void* _Bd;