[hip][samples] fix a typo in module_api/defaultDriver sample (#1210)
This commit is contained in:
committed by
Maneesh Gupta
parent
e87b5a1e8a
commit
f21601733e
@@ -68,7 +68,7 @@ int main() {
|
||||
for (uint32_t i = 0; i < LEN; i++) {
|
||||
if (A[i] != B[i]) {
|
||||
mismatchCount++;
|
||||
std::cout << "error: mismatch " << A[i] << " != " << C[i] << std::endl;
|
||||
std::cout << "error: mismatch " << A[i] << " != " << B[i] << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user